AXIS doesn't implement it yet, but take a look at section 11 in the JAX-RPC spec (http://java.sun.com/xml/downloads/jaxrpc.html) and see if that's what you need.
Russell Butek [EMAIL PROTECTED] "St-Germain, Sylvain" <[EMAIL PROTECTED]> on 02/07/2002 09:29:51 AM Please respond to [EMAIL PROTECTED] To: "Axis Dev (E-mail)" <[EMAIL PROTECTED]> cc: Subject: Setting SOAP Headers Hi all, I need to the ability to set the SOAP Header and currently the Call object is private to the BindingStub class. I understand that I can hack my way in there and do whatever I like but I would prefer to be able to set the headers from my client application. But this is not possible since the the Call object is created by each of the service's operations. I am under the impression that having access to the SOAP header is something that should be allowed and that possibly the header should persists between calls... Am I wrong? -- Sylvain