Jump to content

How to use persistence connection in XML-RPC


chanveil

Recommended Posts

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.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...