In order to get the wire you need to turn tracing on: $wsdl = new SOAP_WSDL("http://my.dot.com/myscript.php?wsdl") $client = $wsdl->getProxy(); $client->__options['trace'] = 1; $client->myFunc(); $client->__get_wire(); Is an example of getting the wire using get_wire and the tracing option. -Javier -----Original Message----- From: Johnny [mailto:gadar@efusion.com.sg] Sent: Wednesday, March 31, 2004 7:31 PM To: soap@lists.php.net Subject: logging feature with wsdl client Hi all, Is there anyway to log requests/responses in wsdl client? I find that I can't use getwire with wsdl client. Any help would be appreciated. -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php