Re: Axis 1.2.1 not calling my class!

2005-08-26 Thread Javier Gonzalez
Jeff, thank you very much! Turns out that my handler was ok, but I wasn't doing the configuration part right. Once I properly inserted the handler in the request flow it worked. Thanks again, Javier. On 8/25/05, Jeff Greif [EMAIL PROTECTED] wrote: Read the user guide. It explains how to put

Axis 1.2.1 not calling my class!

2005-08-25 Thread Javier Gonzalez
Hi, I have a message service over axis 1.2.1, java 1.5, tomcat 5.5. But it seems like it isn't calling my published class at all - thus my code that marks mustUnderstand=1 HeaderElements as processed never gets executed, and the message is rejected with didn't understand MustUnderstand headers.

Re: Axis 1.2.1 not calling my class!

2005-08-25 Thread Jeff Greif
I believe, but am not certain, that some Handler must remove any headers marked mustUnderstand=1. This may have to be done before the pivot (that is before the implementation method is called in the server). I am not aware of any way to mark a header element as processed (but such a way

Re: Axis 1.2.1 not calling my class!

2005-08-25 Thread Jeff Greif
Read the user guide. It explains how to put the handler in the request flow using the deployment descriptor (in a .wsdd file). Jeff Javier Gonzalez wrote: Jeff, thanks for your reply. I was thinking that I needed a Handler, too, but when it comes to handlers the documentation is pretty