D'oh!
That example needs:
$soapClient = new SoapClient($url, array('trace'=>1));
to turn ON tracing in the first place.
![]() | SoapClient->__getLastResponse()(no version information, might be only in CVS) SoapClient->__getLastResponse() -- Returns last SOAP response.说明class SoapClient {string __getLastResponse ( void ) }
参见
![]()
ceo at l-i-e dot com
05-Jan-2006 05:31
D'oh!
ceo at l-i-e dot com
05-Jan-2006 05:30
You almost for sure will need to wrap a try/catch block around your SOAP call in order to use these to debug something that's not working. | ![]() | ||||