[
https://issues.apache.org/jira/browse/AXIS2-3217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amila Chinthaka Suriarachchi resolved AXIS2-3217.
-------------------------------------------------
Resolution: Invalid
please use parmeterOrder to specifiy the order
eg.
<wsdl:portType name="test">
<wsdl:operation name="NewOperation" parameterOrder="NewOperationRequest
NewOperationRequest2">
<wsdl:input message="tns:NewOperationRequest"/>
<wsdl:output message="tns:NewOperationResponse"/>
</wsdl:operation>
</wsdl:portType>
> WSDL2Java with unwrapping (-uw) generates parameters in incorrect order
> -----------------------------------------------------------------------
>
> Key: AXIS2-3217
> URL: https://issues.apache.org/jira/browse/AXIS2-3217
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: codegen
> Affects Versions: 1.4
> Reporter: Martin Caslavsky
> Attachments: test.wsdl
>
>
> wsdl2java.bat -ss -s -g -u -or -d adb -o src -uw -uri test.wsdl
> generates Test.java:
> public java.lang.String NewOperation(int newOperationRequest222,
> java.lang.String newOperationRequest23)
> This order is different from order in WSDL (String, int) and also from order
> in which Axis1 used to generate code
--
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]