The image that I sent is actually using base64.
How do I wrap the data with cdata? The XML is generated by the soap implementation automatically, right? Thanks, -----Original Message----- From: James Black [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 3:47 PM To: [EMAIL PROTECTED] Subject: Re: An invalid XML character (Unicode: 0x1) Jian Zhang wrote: > Caught SOAPException (SOAP-ENV:Client): Parsing error, response was: > An invalid XML character (Unicode: 0x1) was found in the element content of > the This is a guess, but you may need to have the bytes that make up the image be within a cdata tag, or use base64 encoding. Most likely there is a character that is inside the image that has a different meaning to XML. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
