You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by dweber <dw...@asyst-connect.com> on 2002/11/15 02:51:28 UTC

Server side header management

All,
I have an application that receives data in the soap:header section with the
mustUnderstand flag set.  How do I 1) prevent Axis from throwing a fault and
2) how do I get the information out of the header?  I'm using Axis 1.0 with
tomcat 4.1.8.

I added some logging and it looks like the server code isn't even being
called before the fault is returned (mustUnderstand fault).

I found a way to send the headers in the client by modifying the client stub
code, but I can't seem to find out where I tell Axis to look for the header
on the server side.

TIA

daneil