Re: SSL client authentication

2004-08-24 Thread Michael Thompson
See http://www.mail-archive.com/[EMAIL PROTECTED]/msg20141.html I think it is detailed enough to get you going. Just be sure that your client is pointing to an https url ;) Good Luck. --m Steven Nakhla wrote: I am trying to enable an Axis client to do SSL client authentication to an Axis

SSL client authentication

2004-08-24 Thread Steven Nakhla
I am trying to enable an Axis client to do SSL client authentication to an Axis service that is SSL-enabled in Weblogic 7.00.  I have setup the truststore correctly with the server certificate.  The service is deployed properly and working under SSL.  I've also specified in weblogic to requi

Client Authentication SSL

2004-05-07 Thread [EMAIL PROTECTED]
Hi, I am trying to authenticate my web services client. I have server authentication working using the System.setProperty method to set the clients trusted certificates, now I want to set the clients keystore. I am using the following set property... System.setProperty("javax.net.ssl.trustStore",

RE: accessing .net webservices which needs client authentication

2003-07-01 Thread Kellogg, Richard
: accessing .net webservices which needs client authentication Is there any plans to implement WS-Security as part of AXIS 1.2? I believe the OASIS WS-Security spec will be a committee spec next month? "Kellogg, Richard" <[EMAIL PROTECTED]> wrote: Agree

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
L PROTECTED]Sent: Monday, June 30, 2003 4:59 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication Yes, I used on the .NET Framework 1.1 the .NET WSE package which comes with WS-Security support. Inspecting the WS-Security headers produced by the .NET WSE, i

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
L PROTECTED]Sent: Monday, June 30, 2003 4:59 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication Yes, I used on the .NET Framework 1.1 the .NET WSE package which comes with WS-Security support. Inspecting the WS-Security headers produced by the .NET WSE, i

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Kellogg, Richard
be getting yourself into.   Take care, Rick -Original Message-From: Tony Opatha [mailto:[EMAIL PROTECTED]Sent: Monday, June 30, 2003 4:59 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication Yes, I used on the .NET Framework 1.1

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
: Monday, June 30, 2003 1:34 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication The basic web services includes with the Microsoft .NET Framework 1.1 does NOT include support for WS-Security.  I believe the the recently announced Web Services Enhancements for

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
: Monday, June 30, 2003 1:34 PMTo: [EMAIL PROTECTED]Subject: RE: accessing .net webservices which needs client authentication The basic web services includes with the Microsoft .NET Framework 1.1 does NOT include support for WS-Security.  I believe the the recently announced Web Services Enhancements for

RE: accessing .net webservices which needs client authentication

2003-06-30 Thread Kellogg, Richard
MAIL PROTECTED]Subject: Re: accessing .net webservices which needs client authentication .NET 1.1 Web services supports WS-Security which means that you also have the option of passing from AXIS client a WS-Security as part of the SOAP Security header.   However, AXIS does not support

Re: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
IBM version of AXIS does support this functionality.Yusuf_K?amp;lt;[EMAIL PROTECTED]> wrote: does anyone know how to call a .net webservice which needs a client authentication from a java axis client?I got a .p12 certificate file from the .net web service developer. I don't know any appr

Re: accessing .net webservices which needs client authentication

2003-06-30 Thread Tony Opatha
IBM version of AXIS does support this functionality.Yusuf_K?amp;lt;[EMAIL PROTECTED]> wrote: does anyone know how to call a .net webservice which needs a client authentication from a java axis client?I got a .p12 certificate file from the .net web service developer. I don't know any appr

accessing .net webservices which needs client authentication

2003-06-27 Thread Yusuf Kör
does anyone know how to call a .net webservice which needs a client authentication from a java axis client? I got a .p12 certificate file from the .net web service developer. I don't know any approach. Has somebody a code example. Thank you Yusuf -- Yusuf Kör . IT Architect . objectone

Https - Client Authentication

2003-06-18 Thread Devre Laurenzo
Hi, I would like to use Apache HTTPS to access Axis soap services, with CLIENT AUTHENTICATION. The config work with IE and Mozilla (I can access to service?wsdl) but I can not use an axis client. I can only use axis client with Https and no Client Authentication. Can anyone help me

Client Authentication

2003-06-12 Thread Boby boby
Hi, I was going through the mailing list but couldn’t find the solution for my problem so thought of sending a message to the list. I am using ‘wsdl2java’ tool to generate java client for invoking web-services. Web-services requires basic HTTP authentication to authenticate clients. If I p