Re: SOAPHeader and Call

2002-10-09 Thread BOURLON Agnès
Well, I think that the : "Axis 1.0 of October,7" will correct this problem; the Call object manages headers outside the if{} - Original Message - From: "BOURLON Agnès" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 2:53

SOAPHeader and Call

2002-10-09 Thread BOURLON Agnès
Hi, Is it possible to add headers in a Soap enveloppe using the call.addHeader(...) in client code? It seems to have no effect on the envelope ... Indeed, in the org.apache.axis.client.Call.invoke(), the headers are added only if client service target is null and "portName" too : If we loo