Hello,
      I am finding some trouble implementing XMLRPC:
when I call repeteadly (from different threads xmlrpc funcions some of the
calling are rejected with the exception shown bellow. I am using Windows
2000 as O.S. and XmlRpc 1.1.
Rejections are from 1% up to 8% in number. And the calls are made from 500
different threads.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Invalid fault response
org.apache.xmlrpc.XmlRpcException: Invalid fault response
        at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java)
        at com.bbk.SMS.AHSMS.enviarMensaje(AHSMS.java:222)
        at com.bbk.SMS.AHSMS.enviarSM(AHSMS.java:112)
        at EnviarMensaje.run(SMSTest.java:53)
        at java.lang.Thread.run(Thread.java:484)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Any idea?

Thanks.


Reply via email to