RE: Handling of headers

2002-04-08 Thread Volkmann, Mark
Title: RE: Handling of headers I think you have to get the header from the MessageContext and call setProcessed(true) on it.  I believe that is how Axis determines whether you understood the header. > -Original Message- > From: Ramon Turnes [mailto:[EMAIL PROTECTED]] > Sen

Handling of headers

2002-04-08 Thread Ramon Turnes
Hi, I need to process some headers in my Web Service but if I have something like this: http://schemas.xmlsoap.org/soap/actor/next"/> my service is actually never called and axis throws the following exception: http://xml.apache.org/axis/";> Did not understand "MustUnderstand" header(s)!