chanveil 1 Posted March 23, 2011 Report Share Posted March 23, 2011 Hi,Was trying to build XML-RPC client to connect to a business application having XML-RPC server which expects persistence connection for sending request to increase the performance.I have used xmlrpc-common-3.1.jar , xmlrpc-client-3.1.jar for building xml-rpc client.Below is the sample code for the same. In this code it creates a TCP/IP connection every time when 'xmlRpcClient.execute' is called. But I need to create a connection once and send request over that connection only.Your comments are welcome. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.