You need to build a handler which will process the header, thus setting the flag that indicates that you understood the header.
The docs talk about handlers and how to write/configure one. -- Tom Jordahl Macromedia Server Development -----Original Message----- From: dweber [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 14, 2002 8:51 PM To: [EMAIL PROTECTED] Subject: 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
