logo       

Re: Soap Headers: msg#00062

php.nusoap.general

Subject: Re: Soap Headers

The service method (your code) can inspect the SOAP request (as text) by
accessing the requestSOAP data member of the soap_server instance, e.g.

$s = new soap_server();
...
function MySOAPMethod($param) {
$soap = $s->requestSOAP;
// parse out headers or whatever you want to do...
}

The soap_server class also has a data member named requestHeaders, which are
the SOAP headers as text, but namespace information is not complete.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Roger R. Smith" <rog_21@xxxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, April 14, 2005 12:43 AM
Subject: [Nusoap-general] Soap Headers


> When developing a Web service for consumption, is it
> possible to use Soap Headers using nusoap?
> Thanks,
> Rog
>
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Nusoap-general mailing list
> Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/nusoap-general
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise