Forum Discussion
Arjan_128616
Nimbostratus
Oct 10, 2013example of set_string_class_member_data_value in perl
Does anyone have an example of set_string_class_member_data_value in a perl script?
Hamish
Cirrocumulus
Oct 10, 2013That's a subroutine... You need to actually create the $classAPI handle... With something like
my $classAPI=SOAP::Lite
-> uri('urn:iControl:LocalLB/Class')
-> readable(1)
-> proxy("$isProtocol://$icUser:$icPass\@$icServer:$icPort/iControl/iControlPortal.cgi", cookie_jar => $cookieJar);
$classAPI->transport->cookie_jar($cookieJar);
Did you do that bit?
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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