Generating soap:header info in the WSDL
---------------------------------------

                 Key: AXIS-2753
                 URL: https://issues.apache.org/jira/browse/AXIS-2753
             Project: Axis
          Issue Type: Bug
          Components: WSDL processing
         Environment: Windows 2000 , Weblogic 9.2 Work Shop
            Reporter: Malleswara Sarma


Are there any limitation of generating soap header element . When i use 
wsdl2java i did not see any proxy elements generated
I defined like this in the wsdl.
<operation name="getInfo">
            <soap:operation soapAction=""/>
            <input>
                <soap:header use="literal" message="tns:Header" 
part="MyHeader"/>

                <soap:body parts="parameters" use="literal"/>
            </input>
            <output>
                <soap:body use="literal"/>
            </output>
            <fault name="UnexpectedErrorFault">
                <soap:fault name="UnexpectedErrorFault" use="literal"/> 
            </fault>
        </operation>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to