Re: [Axis2] Custom headers

2006-08-10 Thread robert lazarski
inal Message- From: robert 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 cas

RE: [Axis2] Custom headers

2006-08-10 Thread Brecht Yperman
ag 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 nightly and have the Service implement the

Re: [Axis2] Custom headers

2006-08-10 Thread robert lazarski
6 15:11 To: axis-user@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? > >

AW: [Axis2] Custom headers

2006-08-10 Thread CT IC 1 Gast 15
solution, tell me please! Andi -Ursprüngliche Nachricht- Von: Brecht Yperman [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. August 2006 09:12 An: axis-user@ws.apache.org Betreff: RE: [Axis2] Custom headers Any ideas here? This project is rather urgent, and my question seems quite

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 some

Re: [Axis2] Custom headers

2006-08-10 Thread robert lazarski
h 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 PROTECTED] Sent: dinsdag 8 augustus 2006 14:45 To: axis-user@ws.apache.org Subject: [Axis2] Custom headers

RE: [Axis2] Custom headers

2006-08-10 Thread Brecht Yperman
PROTECTED] Sent: dinsdag 8 augustus 2006 14:45 To: axis-user@ws.apache.org Subject: [Axis2] Custom headers Hi, I'm using the serviceclient to call webservices. I would like the user to be able to add custom headers to the headerelements. I should also be able to return custom headerelements fro

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 http://ww

[Axis2] Custom headers

2006-08-08 Thread Brecht Yperman
Hi,   I’m using the serviceclient to call webservices.   I would like the user to be able to add custom headers to the headerelements. I should also be able to return custom headerelements from the response to the user.   I thought about writing a handler, but I have a few problems (h