RE: axis1.4 with https

2007-06-22 Thread Chau, Hoang
Thank you very much John and Doug.


Hoang

-Original Message-
From: Johan Roch [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 22, 2007 10:04 AM
To: axis-user@ws.apache.org
Subject: Re: axis1.4 with https



If you generate code with WSDL2Java, add the parameter 
-Djavax.net.ssl.trustStore in the command line:

java -Djavax.net.ssl.trustStore=...\myKeyStore -cp %AXISCLASSPATH% 
org.apache.axis.wsdl.WSDL2Java ...

From: Doug Davis [EMAIL PROTECTED]
Reply-To: axis-user@ws.apache.org
To: axis-user@ws.apache.org
Subject: Re: axis1.4 with https
Date: Fri, 22 Jun 2007 12:53:21 -0400

I usually have to add something like this:
   System.setProperty(javax.net.ssl.trustStore, d:\mycert.jks);

to my client code to get it to load the keystore.

thanks
-Doug
__
STSM  |  Web Services Architect  |  IBM Software Group
(919) 254-6905  |  IBM T/L 444-6905  |  [EMAIL PROTECTED]



Chau, Hoang [EMAIL PROTECTED]
06/22/2007 12:21 PM
Please respond to
axis-user@ws.apache.org


To
axis-user@ws.apache.org
cc

Subject
axis1.4 with https






HI all,

I have problem in generating code in axis1.4 with https.  Basically, 
the jdk can not find path to the certificate.  Anybody ran into this 
problem before and knew how to solve it, I appreciate it.


Hoang


This message and any attachments are intended only for the use of the 
addressee and may contain information that is privileged and 
confidential. If the reader of the message is not the intended 
recipient or an authorized representative of the intended recipient, 
you are hereby notified that any dissemination of this communication is 
strictly prohibited. If you have received this communication in error, 
notify the sender immediately by return email and delete the message 
and any attachments from your system.

_
Saviez-vous que Windows Live Messenger est disponible dès maintenant sur 
votre GSM ? http://get.live.com/messenger/mobile


-
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]



RE: axis1.4 with https

2007-06-22 Thread Mark Babcock
Is my keystore the cacerts file or the .cer file I exported?

-Original Message-
From: Johan Roch [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 22, 2007 1:04 PM
To: axis-user@ws.apache.org
Subject: Re: axis1.4 with https


If you generate code with WSDL2Java, add the parameter 
-Djavax.net.ssl.trustStore in the command line:

java -Djavax.net.ssl.trustStore=...\myKeyStore -cp %AXISCLASSPATH% 
org.apache.axis.wsdl.WSDL2Java ...

From: Doug Davis [EMAIL PROTECTED]
Reply-To: axis-user@ws.apache.org
To: axis-user@ws.apache.org
Subject: Re: axis1.4 with https
Date: Fri, 22 Jun 2007 12:53:21 -0400

I usually have to add something like this:
   System.setProperty(javax.net.ssl.trustStore, d:\mycert.jks);

to my client code to get it to load the keystore.

thanks
-Doug
__
STSM  |  Web Services Architect  |  IBM Software Group
(919) 254-6905  |  IBM T/L 444-6905  |  [EMAIL PROTECTED]



Chau, Hoang [EMAIL PROTECTED]
06/22/2007 12:21 PM
Please respond to
axis-user@ws.apache.org


To
axis-user@ws.apache.org
cc

Subject
axis1.4 with https






HI all,

I have problem in generating code in axis1.4 with https.  Basically, the
jdk can not find path to the certificate.  Anybody ran into this problem
before and knew how to solve it, I appreciate it.


Hoang


This message and any attachments are intended only for the use of the
addressee and may contain information that is privileged and confidential.
If the reader of the message is not the intended recipient or an
authorized representative of the intended recipient, you are hereby
notified that any dissemination of this communication is strictly
prohibited. If you have received this communication in error, notify the
sender immediately by return email and delete the message and any
attachments from your system.

_
Saviez-vous que Windows Live Messenger est disponible dès maintenant sur 
votre GSM ? http://get.live.com/messenger/mobile


-
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]



Re: axis1.4 with https

2007-06-22 Thread Johan Roch


If you generate code with WSDL2Java, add the parameter 
-Djavax.net.ssl.trustStore in the command line:


java -Djavax.net.ssl.trustStore=...\myKeyStore -cp %AXISCLASSPATH% 
org.apache.axis.wsdl.WSDL2Java ...



From: Doug Davis [EMAIL PROTECTED]
Reply-To: axis-user@ws.apache.org
To: axis-user@ws.apache.org
Subject: Re: axis1.4 with https
Date: Fri, 22 Jun 2007 12:53:21 -0400

I usually have to add something like this:
  System.setProperty(javax.net.ssl.trustStore, d:\mycert.jks);

to my client code to get it to load the keystore.

thanks
-Doug
__
STSM  |  Web Services Architect  |  IBM Software Group
(919) 254-6905  |  IBM T/L 444-6905  |  [EMAIL PROTECTED]



Chau, Hoang [EMAIL PROTECTED]
06/22/2007 12:21 PM
Please respond to
axis-user@ws.apache.org


To
axis-user@ws.apache.org
cc

Subject
axis1.4 with https






HI all,

I have problem in generating code in axis1.4 with https.  Basically, the
jdk can not find path to the certificate.  Anybody ran into this problem
before and knew how to solve it, I appreciate it.


Hoang


This message and any attachments are intended only for the use of the
addressee and may contain information that is privileged and confidential.
If the reader of the message is not the intended recipient or an
authorized representative of the intended recipient, you are hereby
notified that any dissemination of this communication is strictly
prohibited. If you have received this communication in error, notify the
sender immediately by return email and delete the message and any
attachments from your system.


_
Saviez-vous que Windows Live Messenger est disponible dès maintenant sur 
votre GSM ? http://get.live.com/messenger/mobile



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



Re: axis1.4 with https

2007-06-22 Thread Doug Davis
I usually have to add something like this:
  System.setProperty(javax.net.ssl.trustStore, d:\mycert.jks);

to my client code to get it to load the keystore.

thanks
-Doug
__
STSM  |  Web Services Architect  |  IBM Software Group
(919) 254-6905  |  IBM T/L 444-6905  |  [EMAIL PROTECTED]



Chau, Hoang [EMAIL PROTECTED] 
06/22/2007 12:21 PM
Please respond to
axis-user@ws.apache.org


To
axis-user@ws.apache.org
cc

Subject
axis1.4 with https






HI all,
 
I have problem in generating code in axis1.4 with https.  Basically, the 
jdk can not find path to the certificate.  Anybody ran into this problem 
before and knew how to solve it, I appreciate it.
 
 
Hoang
 

This message and any attachments are intended only for the use of the 
addressee and may contain information that is privileged and confidential. 
If the reader of the message is not the intended recipient or an 
authorized representative of the intended recipient, you are hereby 
notified that any dissemination of this communication is strictly 
prohibited. If you have received this communication in error, notify the 
sender immediately by return email and delete the message and any 
attachments from your system. 


RE: axis1.4 with https

2007-06-22 Thread Johan Roch


It should be a file in JKS format. It can be cacerts or another one. You can 
use keytool but I personaly use SSKeytool to easily create a keystore...



From: Mark Babcock [EMAIL PROTECTED]
Reply-To: axis-user@ws.apache.org
To: axis-user@ws.apache.org
Subject: RE: axis1.4 with https
Date: Fri, 22 Jun 2007 13:10:33 -0400

Is my keystore the cacerts file or the .cer file I exported?

-Original Message-
From: Johan Roch [mailto:[EMAIL PROTECTED]
Sent: Friday, June 22, 2007 1:04 PM
To: axis-user@ws.apache.org
Subject: Re: axis1.4 with https


If you generate code with WSDL2Java, add the parameter
-Djavax.net.ssl.trustStore in the command line:

java -Djavax.net.ssl.trustStore=...\myKeyStore -cp %AXISCLASSPATH%
org.apache.axis.wsdl.WSDL2Java ...

From: Doug Davis [EMAIL PROTECTED]
Reply-To: axis-user@ws.apache.org
To: axis-user@ws.apache.org
Subject: Re: axis1.4 with https
Date: Fri, 22 Jun 2007 12:53:21 -0400

I usually have to add something like this:
   System.setProperty(javax.net.ssl.trustStore, d:\mycert.jks);

to my client code to get it to load the keystore.

thanks
-Doug
__
STSM  |  Web Services Architect  |  IBM Software Group
(919) 254-6905  |  IBM T/L 444-6905  |  [EMAIL PROTECTED]



Chau, Hoang [EMAIL PROTECTED]
06/22/2007 12:21 PM
Please respond to
axis-user@ws.apache.org


To
axis-user@ws.apache.org
cc

Subject
axis1.4 with https






HI all,

I have problem in generating code in axis1.4 with https.  Basically, the
jdk can not find path to the certificate.  Anybody ran into this problem
before and knew how to solve it, I appreciate it.


Hoang


This message and any attachments are intended only for the use of the
addressee and may contain information that is privileged and 
confidential.

If the reader of the message is not the intended recipient or an
authorized representative of the intended recipient, you are hereby
notified that any dissemination of this communication is strictly
prohibited. If you have received this communication in error, notify the
sender immediately by return email and delete the message and any
attachments from your system.

_
Saviez-vous que Windows Live Messenger est disponible dès maintenant sur
votre GSM ? http://get.live.com/messenger/mobile


-
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]



_
A la recherche d'un ami d'enfance ? Peut-être est-il dans la liste d'amis de 
vos amis ! http://spaces.live.com/default.aspx?page=Ed01ss=True



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