Hello, I have a WSDL (for a service I'm using, not providing) which requires that some information be placed in the SOAPHeader for certain operations. In the WSDL, the <operation> <input> part has <soap:header> defined as well as <soap:body>. The message specified for the <soap:header> has a type which is defined in the WSDL.
In Sun's JWSDP (1.1), their wscompile tool (their equivalent of WSDL2Java), you can specifiy and option (-feature:explicitcontext) which will generate a stub which adds an extra parameter to the calls which will let you pass in the object which is used by the generated code to fill in the header with the information from object. Is there some similar feature in Axis 1.0 or 1.1? Or is the only way to put something in the SOAP header is to get access to the header through the call or through a client side message handler? Regards, Len Takeuchi
