RE: How to add a SOAP header in an axis2 custom client-side handler?

2008-08-14 Thread Martin Gainty
-user@ws.apache.org Subject: Re: How to add a SOAP header in an axis2 custom client-side handler? Hi, Should be as simple as: import org.apache.axiom.soap.*; SOAPHeader header = context.getEnvelope().getHeader(); //context is Axis2 MessageContext SOAPHeaderBlock headerBlock = header.addHeaderBlock(HEADER

Re: How to add a SOAP header in an axis2 custom client-side handler?

2008-08-14 Thread Detelin Yordanov
om:* Martin Gainty [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, August 13, 2008 8:43 PM > *To:* axis-user@ws.apache.org > *Subject:* RE: How to add a SOAP header in an axis2 custom client-side > handler? > > > > didn't see your config params > axis2.xml > ? >

RE: How to add a SOAP header in an axis2 custom client-side handler?

2008-08-14 Thread Franklin, Allen
axis-user@ws.apache.org Subject: RE: How to add a SOAP header in an axis2 custom client-side handler? didn't see your config params axis2.xml ? services.xml Martin __ Disclaimer and confidentiality note Everything in this e-mail and

RE: How to add a SOAP header in an axis2 custom client-side handler?

2008-08-13 Thread Martin Gainty
e and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: How to add a SOAP header in an axis2 custom client-side handler? Date: Wed, 13 Aug 2008 18:26:36 -0400 From: [

How to add a SOAP header in an axis2 custom client-side handler?

2008-08-13 Thread Franklin, Allen
I am trying to figure out how to add a SOAP header in my client-side handler. I have the following axis1 code, but need an axis2 equivalent: /*** * Processes the header of a request message. This method will add the