Re: How to get SOAP header in response?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I found it. It is the 5th argument of __soapCall.

$soapclient->__soapCall("soapmethod", array( ... parameters ...), null,
$mySoapHeader, &$mySoapHeader);

I don't really need the header I sent anymore, so overwriting it is no
problem for me.

PMT.


PMT wrote:
> 
> With SOAP extension:
> 
> $soapclient->__soapCall("soapmethod", array( ... list of parametes ...));
> 
> returns the SOAP response body. How do you get the SOAP header? I tried
> the getLastResponseHeaders() method, but that only gives me the HTTP
> headers.
> 
> Thanks.
> 
> PMT.
> 

-- 
View this message in context: http://www.nabble.com/How-to-get-SOAP-header-in-response--tf4336867.html#a12353490
Sent from the Php - Soap mailing list archive at Nabble.com.

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux