Forum Discussion
Delta_Force_270
Nimbostratus
Oct 01, 2007querying iControl without parsing the response
Hello,
I would like to query iControl but not parse the response which comes back.
I am looking at the example scripts which come with the SDK and would like the raw data which comes back in the response to be shown instead of parsing it.
So basically I just want to go $soap->get_node_server_list() and see what is fed back.
The reason for this is I am new to programming and believe this would be easier for me to understand and a better starting point.
Many Thanks.
Paul
- Delta_Force_270
Nimbostratus
Sorry I am using SOAP lite and perl - If that's really what you want to do, then you can bypass all deserializing on the response by using the outputxml(true) option on the SOAP::Lite object
... $soap = SOAP::Lite -> uri('urn:iControl/ITCMSystem/SystemInfo') -> outputxml(true) -> proxy("https://$sHost:$sPort/iControl/iControlPortal.cgi"); $soapResponse = $soap->get_system_information(); print "Response: $soapResponse\n";
use SOAP::Lite + trace => qw(method debug);
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