[
https://issues.apache.org/jira/browse/CXF-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539060
]
Daniel Kulp commented on CXF-1155:
----------------------------------
I don't quite understand. According to spec, the parts MUST come in in the
order they appear in the wsdl message. Why/how would they be out of order?
> Parameters are not all processed if non ordered as parts...
> -----------------------------------------------------------
>
> Key: CXF-1155
> URL: https://issues.apache.org/jira/browse/CXF-1155
> Project: CXF
> Issue Type: Bug
> Affects Versions: 2.0.2
> Reporter: Lucas Lampietti
> Priority: Critical
> Fix For: 2.0.3
>
>
> Parts are read only one time with the iterator in
> DocLiteralInInterceptor.getPara(), creating an uncomplete list in case of non
> ordered parameters.
> I think a temporary list of parts should be used by getPara() in place of an
> iterator, remove the part from this temporary list when parameter matched,
> and then redo the loop from beginning of this list.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.