I learn something new each day. Thanks! ---- Mike Rogers Director, (Technology)3 203-352-0752
> ---------- > From: Ryan Hoegg > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, October 2, 2002 3:29 PM > To: [EMAIL PROTECTED] > Subject: Re: Secure xmlrpc > > Rogers, Mike wrote: > > >For the client, org.apache.xmlrpc.XmlRpcClient uses > java.net.URLConnection > >to make the connection. I'm not sure whether or not this can perform a > >secure connection. What ever you use to make this connection will need to > >support SSL. That should take care of it. > > > Well, in the current version of the code you will want to use > SecureXmlRpcClient instead of XmlRpcClient. I am working on some > changes to XmlRpcClient that will make it work the way the original > poster mentioned, just using https in the URL. > > Watch for this in a future version of HttpClient. > > -- > Ryan Hoegg > ISIS Networks > >
