Re: xml-rpc response is not in xml-rpc format.(secure communication)

2002-09-23 Thread sanjeev . tripathi
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

2002-09-23 Thread yuval lifshitz
Hi How can I get notification from xml-rpc internal webserver or XmlRpcServer/Servlet when client is disconnecting ? Thanks