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]

Reply via email to