SoapClient->__getLastResponse()

SoapClient->__getLastResponse() --  Returns last SOAP response.

Opis

class SoapClient {

string __getLastResponse ( void )

}

Notatka: This method works only if the SoapClient object was created with the trace option.

Zwracane wartości

The last SOAP response.

Przykłady

Przykład 1. SoapClient->__getLastResponse() example

<?php
$client
= SoapClient("some.wsdl", array('trace' => 1));
$result = $client->SomeFunction();
echo
"RESPONSE:\n" . $client->__getLastResponse() . "\n";
?>

Patrz także

SoapClient->__construct()
SoapClient->__getLastResponseHeaders()
SoapClient->__getLastRequest()
SoapClient->__getLastRequestHeaders()

Hosting by: Hurra Communications Sp. z o.o.
Generated: 2007-01-26 18:02:54