On 2/28/07, D. Gopala Krishna Murthy <[EMAIL PROTECTED]> wrote:
The same code is working perfectly fine on Windows but not on Linux.
You did not understand the problem. The response is rejected *by the XML parser* (not by the XML-RPC client), because the server sends invalid XML. Depending on the XML parser, it may very well happen, that some XML parser barks, some other doesn't. The problem's reason is most possibly, that you are sending a string which contains invalid characers (like ASCII 0, for example). That's something you must fix on the server side. If you are actually sending binary data (where ASCII 0 is perfectly valid), then the server should send the data as a byte array and not as a string. Jochen -- Emacs 22 will support MacOS and CygWin. It is not yet decided, whether these will be used to run Emacs or the other way round. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]