SOAP **is** XML. If you include an XML string within the Soap body, it
will need to be encoded. .NET understands this and does this encoding
automatically.

Is your client so antiquated that they cannot decode an encoded XML
string ??

On May 28, 1:17 am, Arjun Priyananth <[email protected]> wrote:
> 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

Reply via email to