all groups > dotnet xml > june 2005 >
You're in the

dotnet xml

group:

return illegal xml characters from a web service


Re: return illegal xml characters from a web service Martin Honnen
6/17/2005 12:00:00 AM
dotnet xml:


[quoted text, click to view]

You would need to base64 encode the binary data if you want to pass it
around in an XML document.

--

Martin Honnen --- MVP XML
return illegal xml characters from a web service Michael Lopez
6/17/2005 6:10:02 AM
I've written a small web service in c# that takes in a plaintext string,
encrypts it, then returns the encrypted string. Some of the characters
returned by encryption are illegal xml characters and causes an error when
trying to consume the service coldfusion(axis). The service works fine when
accessed on its own. I've read that a CDATA block would be the answer, but I
have been looking and can't find much information on this.

Thanks for you help,
Re: return illegal xml characters from a web service Michael Lopez
6/24/2005 7:48:04 AM
Thanks Martin, that was it.

[quoted text, click to view]
AddThis Social Bookmark Button