Hi, I am writing a webservice which returns xml string as an output.
When this service returns the soap message, it replaces all "<" and ">" symbols to "lt;" "gt;" symbols in the xml string. This works fine if its webreferenced in IDE. But due to leagacy client requirments I need to get only soap messages using web request and response. Any solutions pls -Aj
