XML : How to return XML string from soap service with PHP?

I need to know how I can consume a SOAP service, and return the response as an XML string. I wonder if there is a way to do this without using __getLastResponse() because I must consume several methods at the same time and this just returns me the last.

No comments:

Post a Comment