D
DotNetGruven
We have a Web Service that returns an XML string. The client is getting the
returned value with the angle brackets changed to > and <.
It looks like the 'payload' is HTML.encoded. Is that the default action of
a web service?
Is that spec'ed somewhere and can it be changed?
I suspose the client s/w just needs to HTML.unencode() it.
TIA
geo
returned value with the angle brackets changed to > and <.
It looks like the 'payload' is HTML.encoded. Is that the default action of
a web service?
Is that spec'ed somewhere and can it be changed?
I suspose the client s/w just needs to HTML.unencode() it.
TIA
geo