Re: Secure Client actually work?

2002-04-29 Thread Scott Duclos
This is how I got the ssl support to work, without using SecurityTool, although it would work just the same if I did use it. public void test() throws Exception { String method = "test.example"; String url = https://test.example.com; String response = null; Vector v = new Ve

Re: Secure Client actually work?

2002-04-29 Thread William Lee
Jason van Zyl wrote: > On Fri, 2002-04-26 at 12:15, William Lee wrote: > >>Jason van Zyl wrote: >> >>>On Thu, 2002-04-25 at 16:29, William Lee wrote: >>> >>> Does the SecureXmlRpcClient code actually work in 1.1? From the service it doesn't look like it would. It's essentially using th

Re: XmlRpcClient.execute params

2002-04-29 Thread Gabriel Lang
At 14:22 14/03/2002 +, Paul Worrall wrote: >Hi, > >Q.1) The readme file in the distribution indicates there should be an >examples directory. Its not there. Where can I find examples of using >XmlRpcClient. http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-howto-java-client.html http://xm

Keep-alive problem

2002-04-29 Thread Petr Sturc
Dear all, I need to use only one socket for all my XML_RPC calls. I tried to use XmlRpc.setKeepAlive(true), but performance of my system is then 10 time worse than with XmlRpc.setKeepAlive(false)! Do you have any idea where is the problem? Best regards, Petr __