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
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
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
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