You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Olivier Brand <ol...@intraware.com> on 2001/03/13 00:15:04 UTC

Sending header information through SOAP

I am having a problem receiving the envelope's header information in my
own Provider.
On the client side, while I am building the Call object, I am creating a
Header object and set some values in it.
On the provider, I can see that the header part is null when applying a
toString() on the call (or  envelope).

Is there something I am not aware of ? It seems that the header is reset
to null somewhere....


Olivier