[ 
https://issues.apache.org/jira/browse/CXF-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kulp resolved CXF-1155.
------------------------------

       Resolution: Won't Fix
    Fix Version/s: Invalid


Marking this as won't fix.   For SOAP and such, if they are not in the order 
specified in the wsdl, it's against spec and is a bug in the sender.

For REST, upgrading to JAX-RS is the preferred way to go.

> 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
>             Fix For: Invalid
>
>
> 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.

Reply via email to