On 15 Apr 2004, at 14:48, Filippo Capocasale wrote:


I've tried with xerces...

XmlRpc.setDriver("org.apache.xerces.parsers.SAXParser");

... but it's the same.
   Thankyou very much,
       Filippo


Ok,


what seems to be happening is that you are sending "prova\b" as the String value. The BEL character 0X07 is not allowed in an XML document (not even if it's replaced by a numeric character entity). The parser will then throw a SAXException as the XML is not well formed.

The client should really refuse to send this message. However that doesn't stop bad people generating this sort of message by hand.

Do you get a response from the server for each call? If so what is it?

John Wilson
The Wilson Partnership
http://www.wilson.co.uk



Reply via email to