On 11/21/07, Stelianos G. Sfakianakis <[EMAIL PROTECTED]> wrote: > > Is it possible for ODE to use services whose endpoints are based on HTTPS? > Is there any configuration parameter which must be set (e.g. specifying > the > file of the certification authority)?
Yes, Ode (with the Axis2 integration layer) supports HTTPS endpoints and server authentication through the standard Java keystore. Client authentication is not supported out-of-the-box but can be hacked by configuring Axis2 and HttpClient appropriately. Some additional pointers if you want to customize this area (may require coding), http://ws.apache.org/axis2/1_3/http-transport.html#httpsupport http://jakarta.apache.org/httpcomponents/httpclient-3.x/sslguide.html cheers, alex
