Posted by David Haynes on 02/14/06 18:31
David Haynes wrote:
> Is there an equivalent method in nuSoap to return the SOAP request as it
> was sent to the SOAP service?
>
> -david-
>
Answering my own question in case others are interested:
print_r($soapclient->request);
Also of interest:
print_r($soapclient->response);
-david-
Navigation:
[Reply to this message]
|