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]>