Consuming Web service with NuSoap
Hi, I am trying to consume a webservice with php 4.4.1, and nusoap. I am receiving an error message:
ERROR_LoadXML: Root element is missing.
The developer from the web service server side says that I need to convert my xml string to bytes, and then send the bytes as message instead of the xml string.
How do I convert a string to a byte, in php, and is this the correct solution??
Any help would be greatly appreciated.
Craig
|