Re: xml-rpc response is not in xml-rpc format.(secure communication)
Can I override endElement/startElement methods like this to handle my case. If yes then what the xmlrpc.execute method will return. I mean how i will access result and identifier. String result; String identifier; /** * Method called by SAX driver. */ public void endElemen
disconnection
Hi How can I get notification from xml-rpc internal webserver or XmlRpcServer/Servlet when client is disconnecting ? Thanks