-
Marshalling problem.
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!
-
Spring-Ws Bug
I guess this is Bug in spring-ws. When we use Spring-ws 1.5.0 with Jibx 1.1.6, & gets converted to &&;. Just want to make sure if this is really a bug. Does any one has got the similar problem.
Thanks!