[axis-user digest] Axis SOAP over HTTPS

2005-01-05 Thread Youhei Kawada
[EMAIL PROTECTED](B (B[EMAIL PROTECTED]'%9%H$r$*Aw$j$7$^$9!#(B (B $B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B $B!Z%-!<%o!<%I![(B (B HTTPS, SSL, $B%;%-%e%j%F%#(B $B!ZF|IU![(B (B 2004/12/22 - 2004/12/23 $B!Z%9%l%C%I![(B (B http://marc.theaimsgroup.com/?t=110365

Re: Axis SOAP over HTTPS

2004-12-22 Thread Lyndon Tiu
Hello, Here are my personal notes on the subject: 1) On client java code: System.setProperty("javax.net.ssl.trustStore", "C:/Program Files/Apache Software Foundation/Tomcat 5.0/conf/ssl/client_truststore/cacerts"); System.setProperty("javax.net.ssl.trustStorePassword", "password"); System.setPrope

Axis SOAP over HTTPs

2004-12-22 Thread Sunil Kothari
Hi,    This is in reply to someone's post in the list. I thought it might help others.     I faced the same problem as you. A little bit (3 days) of patience helped. I had Axis 1.1 running under Tomcat 5.0.27.   Many articles are available on the internet for using HTTPS especially when c

RE: Axis SOAP over HTTPS

2004-12-21 Thread Shahi, Ashutosh
/webservices/library/ws-sec1.html   ASHUTOSH SHAHI   From: Faucher, Christian [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 12:35 AM To: [EMAIL PROTECTED] Subject: Axis SOAP over HTTPS   Greetings,   We are looking to use Axis to invoke a server-side

Axis SOAP over HTTPS

2004-12-21 Thread Faucher, Christian
Title: Message Greetings,   We are looking to use Axis to invoke a server-side over the internet, using HTTPS (not HTTP).    I looked at the documntatino that comes with Axis and I did nto find much.    Does anybody have pointers to documentations and examples on how to configure Axis (ser