Hi, I am not aware of any standard hooks to push arbitrary information on the header, other than to add a handler or modify an existing one. We add security headers and WSA headers using this mechanism. You can look at server-config.wsdd file to look at the handler that have been added and use that as a sample. We do use third party libraries for generating these headers, but they end up modifying the SOAP headers.
If you modify the SOAP headers or the message, ensure that it is done before it is signed (that is your handler is prior to the security ones), if you want to send secure messages. Rachana > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Andrea Turli > Sent: Friday, January 25, 2008 12:52 PM > To: [email protected] > Subject: [gt-user] SOAP message and Axis Handler > > Hi all, > > I'm using Gt 4.0.4. I need to modify SOAP messages sent by a client to > my GT4 Service. In particular I'd like to add some information (a > string) in the SOAP (header?) message and retrieve this information > server-side through an Axis Handler. Is this the simplest way to > implement this behavior ? If not, could someone suggest me some > snippet of code or guidelines to carry out this idea? > > Thank you in advance, > > Andrea
