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)