RE: [Axis2] Custom headers

2006-08-10 Thread Brecht Yperman
Any ideas here? This project is rather urgent, and my question seems quite trivial to me (although I am unable to do it). All I want to do is send along custom headers and receive custom headers. Thanks, Brecht From: Brecht Yperman [mailto:[EMAIL

Re: [Axis2] Custom headers

2006-08-10 Thread robert lazarski
Maybe I'm missing something ... but why can't you use ServiceClient.addHeader() ? HTH, Robert http://www.braziloutsource.com/ On 8/10/06, Brecht Yperman [EMAIL PROTECTED] wrote: Any ideas here? This project is rather urgent, and my question seems quite trivial to me (although I am unable to

RE: [Axis2] Custom headers

2006-08-10 Thread Brecht Yperman
That is indeed possible to send custom headers. How do I receive them? Thanks, Brecht -Original Message- From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: donderdag 10 augustus 2006 15:11 To: axis-user@ws.apache.org Subject: Re: [Axis2] Custom headers Maybe I'm missing something

Re: [Axis2] Custom headers

2006-08-10 Thread robert lazarski
@ws.apache.org Subject: Re: [Axis2] Custom headers Maybe I'm missing something ... but why can't you use ServiceClient.addHeader() ? HTH, Robert http://www.braziloutsource.com/ On 8/10/06, Brecht Yperman [EMAIL PROTECTED] wrote: Any ideas here? This project is rather urgent, and my question seems quite

RE: [Axis2] Custom headers

2006-08-10 Thread Brecht Yperman
augustus 2006 15:47 To: axis-user@ws.apache.org Subject: Re: [Axis2] Custom headers If I understand you correctly - you just need to access the header on the service side that the client has set. If that's the case, you need to use a recent nightly and have the Service implement the interface

Re: [Axis2] Custom headers

2006-08-10 Thread robert lazarski
lazarski [mailto:[EMAIL PROTECTED] Sent: donderdag 10 augustus 2006 15:47 To: axis-user@ws.apache.org Subject: Re: [Axis2] Custom headers If I understand you correctly - you just need to access the header on the service side that the client has set. If that's the case, you need to use a recent

RE: [Axis2] Custom headers

2006-08-08 Thread Martin Gainty
Concerning the processing of SOAPheaders There are 2 attributes which must be set to True which are: mustUnderstand -- forces the processing of SOAP Header and generated Fault if unable to process relay -- true says that block must be relayed if not processed For more information see