Hello,
I would like to know whether it is possible to generate from a
WSDL the Java code in which the WSDL defines also additional
types in the soap:header of every message?
I can define this as a complext type, but it seems that the
code for this Soapheader is never generated unless the SoapHeader
is placed within the body.
<s:element name="SoapHeader" type="tns:SoapHeader"/>
<s:complexType name="aSoapHeader">
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="AccountID"
type="s:int"/>
<s:element minOccurs="0" maxOccurs="1"
name="SecurityToken" type="s:string"/>
</s:sequence>
<s:anyAttribute/>
</s:complexType>
Any hints on how to do this?
Harrie
------------------------------------------------------------------
Funambol - Professional Services, Netherlands
http://www.funambol.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]