Hi,

I am using Jibx as marshaller. I have text which contains special character like &. When i verify the marshaller with Junit test case it gives me the result as expected, i mean i get the & as & but using Spring-ws-1.5.0 with Jibx 1.1.6, when i get the response back, i see & coming as &&; which throws exception at client side while parsing the response.

Any suggestion why spring-ws is behaving like this?

Thanks!