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 ) }
Смотрите также
SoapClient->__getLastResponse()
ceo at l-i-e dot com
04-Jan-2006 01:31
D'oh!
ceo at l-i-e dot com
04-Jan-2006 01: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. |