You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "ext2 (JIRA)" <ji...@apache.org> on 2011/03/27 08:03:05 UTC

[jira] [Commented] (CAMEL-3810) At payload model, set soap body element to header uncorrectly

    [ https://issues.apache.org/jira/browse/CAMEL-3810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011742#comment-13011742 ] 

ext2 commented on CAMEL-3810:
-----------------------------

Here is SOAP Message show how Camel CXF mix-up the body with header

Following is soap sent by the original client
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><inE xmlns="http://adapter.ti.tongtech.com/ws/types"><v>in0</v></inE></soap:Header><soap:Body><inE xmlns="http://adapter.ti.tongtech.com/ws/types"><v>in1</v></inE></soap:Body></soap:Envelope>

Following is the soap sent by camel cxf(which mixed up)
Payload: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><inE xmlns="http://adapter.ti.tongtech.com/ws/types"><v>in0</v></inE><inE xmlns="http://adapter.ti.tongtech.com/ws/types"><v>in1</v></inE></soap:Header><soap:Body /></soap:Envelope>


> At payload model, set soap body element to header uncorrectly
> -------------------------------------------------------------
>
>                 Key: CAMEL-3810
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3810
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.4.0
>            Reporter: ext2
>         Attachments: CXFMultiPartTest.java, MultiPartInvokeImpl.java, MultiPartTest.wsdl, MultiPartTest.xml
>
>
> if wsdl's operatin's has multi parts and the parts use same xml-element. Camel CXF Payload model, will mixup the xml element in body with header

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira