[ https://issues.apache.org/jira/browse/CXF-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694210#action_12694210 ]
Daniel Kulp commented on CXF-2138: ---------------------------------- I THINK the proper fix would be: if (isRPC(method) || !isWrapped(method)) { .... Basically, if the method has been unwrapped, the paramter order wouldn't apply as the classes on the method parameter list are for the elements inside the wrapper element. The parameterOrder attribute isn't supposed to apply to those. Can you let me know if that works for your case? > Missing parameterOrder attribute in java2wsdl generated Doc/Lit wsdls > --------------------------------------------------------------------- > > Key: CXF-2138 > URL: https://issues.apache.org/jira/browse/CXF-2138 > Project: CXF > Issue Type: Sub-task > Affects Versions: 2.2 > Reporter: Alessio Soldano > Assignee: Alessio Soldano > > This is basically the same as https://issues.apache.org/jira/browse/CXF-2110 > but with Document Literal endpoints. It is revealed running the jws module of > JavaEE 5 CTS tck. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.