N
nilesh.shah.uk
I need to supply some info in a Soap Header from the client and see it
in a Soap Extension on the server in the BeforeDeserialize stage. The
value of the header at this stage (inSoapMessage) is null but once in
the .asmx the header it is set. Seems to suggest that
BeforeDeserialize at server is called before Soap Header is set. How
can I access it in the extension before the .asmx gets called.
Btw SoapHeader.Direction is InOut
Thx
in a Soap Extension on the server in the BeforeDeserialize stage. The
value of the header at this stage (inSoapMessage) is null but once in
the .asmx the header it is set. Seems to suggest that
BeforeDeserialize at server is called before Soap Header is set. How
can I access it in the extension before the .asmx gets called.
Btw SoapHeader.Direction is InOut
Thx