RE: Sending a String

2004-06-14 Thread Pasca, Romulus
Better try to encode first as Base64 your class file, before yous end it.(And decode after you received) -Original Message- From: Sandeep [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 4:09 PM To: [EMAIL PROTECTED] Subject: Sending a String Hello, I have deployed a web-service

Sending a String

2004-06-14 Thread Sandeep
Hello, I have deployed a web-service which accepts a string argument from my client and saves it to the local file system. This string is actually a class file which I plan to load it at the server on the fly. In doing so, I receive an error as org.xml.sax.SAXParseException: An invalid XML chara