You can use the SOAPContext on the server side to access the request object
and from there get the header entries. To do this, you must add SOAPContext
as the first parameter to the method you're invoking through SOAP. See the
documentation (I believe its the interoperability section) to see how this
works.

-javier

Matt Barnes wrote:

> If I'm writing a service on a Server, how do I access
> the header entries sent with the request?  I
> understand how to set them and retrieve them on the
> Client side, but I don't see how the individual
> methods on my provider can do the same.
>
> Thanks!
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/

Reply via email to