That doesn't make sense. PHP's SOAP client initializes the methods based on the wsdl file.
I'm 99% sure that that's not what you want but take a look at http://php.net/manual/en/soapvar.soapvar.php and force it to use XSD_ANYXML as encoding type to generate the soap var from an xml string.
Comments
That doesn't make sense. PHP's SOAP client initializes the methods based on the wsdl file.
I'm 99% sure that that's not what you want but take a look at http://php.net/manual/en/soapvar.soapvar.php and force it to use XSD_ANYXML as encoding type to generate the soap var from an xml string.