User1395612424 posted
Hello,
I have a webpage built on .Net 2.0 that passes data via SOAP to a JAX-WS (Java) webservice. The page uses the WSDL and the XSD of the webservice to format the SOAP message. When the webservice receives the request the XML closing elements of the
message have an added character. Instead of </myElement> it's <\/myElement>. What could be causing this? Is it because it being interpreted differently, and if so, is there a fix? Please shed some light on this!
Thanks in advance!
-Fatthippo