How to read a SOAP request?
-
Hi,
I have to implement a WordPress hook that:
– receives a SOAP request (based on a given WSDL),
– reads the XML content of the request,
– saves some data,
– returns a simple string.Which is the suggested way to do this?
Should I use the PHP SoapServer class?
Are the other solutions?Thank you very much for your help.
Claudio
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How to read a SOAP request?’ is closed to new replies.