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

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:

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

2006-05-16 Thread Paul, Richardson
Hi, This might not be the issue that you are facing, but please check if the connection goes through an ISA server. If it is then it would require authentication for the connection, by default. This sometimes cause problems with the applications using SOAP for SSL. Please run a monitoring from the

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

2006-05-16 Thread Srikanth Madarapu
Hi Richie Thanks for the reply, but sorry I didn't quite understand what you are trying to tell. What is ISA server ? FYI the oracle app server and the tomcat web server both are running on the same windows box. The web services are deployed on the oracle application server and are available

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

2006-05-16 Thread Paul, Richardson
Sorry I was not clearer! Now, is the client machine that is connecting to the web server is also in the same network? If yes, then what I said would not apply. I am talking about a scenario when the connection would be across the Internet through a firewall. An Internet Security and Acceleration

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

2006-05-16 Thread Srikanth Madarapu
Hi Both the client and server are running on the same windows box, meaning in the same network. -Original Message- From: Paul, Richardson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 5:20 PM To: Tomcat Users List Subject: RE: Unable to consume a secure web service from