For debugging purposes I’d like to see what SOAP request and responses are send back and forth between a SoapClient and SoapServer.
I remember seeing once that some methods on the instances of SoapServer or SoapClients were able to trace this SOAP messages. Is this really possible? Or some other way to able to see the SOAP envelopes?
Thanks in advance.
soapUI is indeed a valuable tool. You may also find wireshark useful, and you can use the debugging features of php’s soap api. Eg.
getLastRequestHeaders,getLastRequestand the correspondinggetLastResponseHeaders,getLastResponse