Hi,

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 out put as 

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

Please help...



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-cxf-is-removing-square-brackets-in-soap-response-tp5786686.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to