Log SOAP Request - Pear

Posted by Vincent on Stack Overflow See other posts from Stack Overflow or by Vincent
Published on 2010-05-11T21:06:29Z Indexed on 2010/05/11 21:14 UTC
Read the original article Hit count: 485

Filed under:
|
|
|

All,

How do I log SOAP request to a log file when a web service call is made through PEAR Soap?

My code is:

 $WSDL = new SOAP_WSDL($wsdlUrl);
 $client = $WSDL->getProxy();
 $result = $client->HelloWorldService("Vincent");

Thanks

© Stack Overflow or respective owner

Related posts about pear

Related posts about soap