Interacting with .net SOAP services using PHP

Gadzy

New Member
I have a working SOAP request from my website to a .net based API. For some reason, PHP seems to be having issues parsing the response.When I dump the response, most of the retrieved data is in a string named "any". This string seems to be a copy of the returned XML. Its too big to paste in this question, but you can view the response content here: http://pastie.org/4165973I have tried loading this string in simplexml, but I get an error: "Extra content at the end of the document ".Has anyone experienced similar issues? How can I parse this response?edit I saved __getLastResponse() to a file to get as raw an output as possible. New XML is here http://pastebin.com/3ZtjDbjw
 
Back
Top