RE: Unable to consume a secure web service from with in a JSP

2006-05-17 Thread Srikanth Madarapu
Hi I figured the problem, the code I had for setting system properties was in the wrong place. I moved it to the constructor from main method (obviously that wont work, works only when run as standalone program) and it works now. Thanks -Original Message- From: Srikanth Madarapu

RE: Unable to consume a secure web service from with in a JSP

2006-05-16 Thread Srikanth Madarapu
Acceleration is one such firewall device that would usually block SOAP communication through SSL unless configured to allow it. Let me know if you have any other questions. -Original Message- From: Srikanth Madarapu [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 May 2006 4:56 PM To: Tomcat Users

RE: Unable to consume a secure web service from with in a JSP

2006-05-16 Thread Srikanth Madarapu
hat's trying to connect to your service). If in-fact you are behind an ISA/ISA 2004 box, let me know if you would need any further help with configuring ISA. Hope this helps. Thanks Cheers! Richie -Original Message----- From: Srikanth Madarapu [mailto:[EMAIL PROTECTED] Sent: Tuesday, 16 May 20

Unable to consume a secure web service from with in a JSP

2006-05-16 Thread Srikanth Madarapu
Hi I am trying to consume a web service that is available on a secure web server (oracle app server). I have created a jsp and deployed under Tomcat 5.5.9. When I try to consume the web service I am getting the error below... Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.

RE: Client certificate

2006-05-16 Thread Srikanth Madarapu
: sun.security.validator.ValidatorException: No trusted certificate found Thanks -Original Message- From: Srikanth Madarapu Sent: Tuesday, May 16, 2006 11:34 AM To: users@tomcat.apache.org Subject: Client certificate Hi I am new to tomcat. I have a jsp that connects to a web service available on a secure server

Client certificate

2006-05-16 Thread Srikanth Madarapu
Hi I am new to tomcat. I have a jsp that connects to a web service available on a secure server. I need to have the client certificate so I have set the following system properties. System.setProperty( "javax.net.ssl.trustStore", "C:/Tomcat 5.5/webapps/SSO/client.keystore" ); System.setPr