Forum Discussion
Error while establishing device trust
OK, I'm almost 100% sure that enclosing the strings will solve the problem. I tried another iControl call with SOAP::Lite to a method that took an IP address. When I passed the string as
SOAP::Data->name(self_ips => ["10.255.255.3"])
it passed in the trace correctly,
[self_ips ...="" soapenc:arraytype="xsd:string[1]"][item xsi:type="xsd:string"]10.255.255.3[/item][/self_ips]
But, when I omitted the quotes
SOAP::Data->name(self_ips => [10.255.255.3])
it was converted into Base64binary
[self_ips ...="" soapenc::arraytype="xsd:base64Binary[1]"][item xsi:type="xsd:base64Binary"]CsO/w78D[/item][/self_ips]
The "CsO/w78D" is the error you were getting for an invalid address.
-Joe
Recent Discussions
Related Content
* 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