thanks, and do you mean if the URL is "https.......", then the method
"execute" will support SSL? for axample:

XmlRpcClient client = new XmlRpcClient("https://localhost:9000/";);  
String result = (String)client.execute("hello.sayHello", params);
then the prosess will use SSL? thank you very much!


-----Original Message-----
From: Jochen Wiedmann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 30, 2006 7:02 PM
To: [email protected]
Subject: Re: How to support SSL by using xml rpc?


On 5/30/06, Zhou, Jing (Jing) <[EMAIL PROTECTED]> wrote:

>     I am a new comer, and I need to support SSL, but I didn't find any API
> or configuraton in the XML-RPC edition 3? Can anyone tell me how to
support
> SSL by using xml rpc? Thanks very much!

There is no special API. Just use https URL's.

-- 
Whenever you find yourself on the side of the
majority, it is time to pause and reflect.
(Mark Twain)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to