Re: SOAP Apache 2.2 and header blocks.

2002-11-20 Thread Scott Nichol
Did you see my response? http://marc.theaimsgroup.com/?l=soap-user&m=103772521700552&w=2 Scott Nichol - Original Message - From: "Cyril Vidal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 3:42 AM Subject: Re: SOAP Apache 2.2

Re: SOAP Apache 2.2 and header blocks.

2002-11-20 Thread Cyril Vidal
EMAIL PROTECTED] Sent: Tuesday, November 19, 2002 12:01 PM Subject: SOAP Apache 2.2 and header blocks. Hi,   I have problem to set a Header into a SOAP Message with Apache SOAP 2.2 Here's the code to add a header to my message, but unfortunately, it doesn't seem to w

Re: SOAP Apache 2.2 and header blocks.

2002-11-19 Thread Scott Nichol
What do you see if before you call Message#send you do System.println(env.toString()); Scott Nichol - Original Message - From: "Cyril Vidal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 6:01 AM Subject: SOAP Apache 2.2 and hea

SOAP Apache 2.2 and header blocks.

2002-11-19 Thread Cyril Vidal
Hi,   I have problem to set a Header into a SOAP Message with Apache SOAP 2.2 Here's the code to add a header to my message, but unfortunately, it doesn't seem to work. When I look at the message by example through TunnelGui, I can't see my header. Does Apache support the Header blocks or not