Re: How to get SOAP header in response?
[email protected] (Milo van der Linden)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
See my nextPMT schreef:
> 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.
post, It contains the information on how to set up a soap header, but
it is not complete