Forum Discussion
Townsie_105233
Sep 04, 2012Historic F5 Account
Problem changing Partitions in Perl
I'm trying to list all the virtual servers in Test1. I'm trying a couple of different calls to try to get the partition (folder) to change to /Test1, but it doesn't seem to work.
...
woliver_163458
Jul 17, 2014Altocumulus
I realize this is an old question, but it's what popped up on google when I ran into the same issue.
In the provided example, you're doing this... $SoapRequest->set_active_partition(Test1);
What I had to do to get it working was... $SoapRequest->set_active_partition(SOAP::Data->name('active_partition')->value('Test1'));
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects