I need to have this node in my SOAP Request (using 1.1):
ricky@e
$CredentialObjectXML = ' '.$UserName.' '.$Password.' '; $CredentialObject = new SoapVar($CredentialObjectXML,XSD_ANYXML);
This way you can directly use the XML with Type XSD_ANYXML.
Hope this will resolve your problem.