You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Malleswara Sarma (JIRA)" <ax...@ws.apache.org> on 2008/07/25 02:31:31 UTC

[jira] Created: (AXIS-2753) Generating soap:header info in the WSDL

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org