You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "bharadwaj nakka (JIRA)" <ji...@apache.org> on 2016/08/24 05:33:20 UTC

[jira] [Created] (CAMEL-10266) Camel-cxf is removing square brackets in soap response

bharadwaj nakka created CAMEL-10266:
---------------------------------------

             Summary: Camel-cxf is removing square brackets in soap response
                 Key: CAMEL-10266
                 URL: https://issues.apache.org/jira/browse/CAMEL-10266
             Project: Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.12.0
            Reporter: bharadwaj nakka


We have observed that "[]" are getting removed from soap response. 


We have service, which calls external soap service and while external soap service returns response like 

<root>test</root>
<root1>test[square] abcd</root1>

we are getting output as :

<root>test</root>
<root1>testsquare abcd</root1>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)