SoapClient::__getLastResponseHeaders Returns the SOAP headers from the last response &reftitle.description; public stringSoapClient::__getLastResponseHeaders Returns the SOAP headers from the last response. This function only works if the SoapClient object was created with the trace option set to &true;. &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; The last SOAP response headers. &reftitle.examples; SoapClient::__getLastResponse() example 1)); $result = $client->SomeFunction(); echo "RESPONSE HEADERS:\n" . $client->__getLastResponseHeaders() . "\n"; ?> ]]> &reftitle.seealso; SoapClient::__getLastRequestHeaders SoapClient::__getLastRequest SoapClient::__getLastResponse