Re: java client code to https service under tomcat

2010-06-08 Thread Bruno Harbulot
Hi, On 07/06/2010 22:45, p Nut wrote: I am trying to write a java client which calls the web service. all the following circumstances work. -access service using browser using http and also https. Using https, I can access my service using a browser. I will have to accept the exception in

java client code to https service under tomcat

2010-06-07 Thread p Nut
This is my first reslet service-client app. My service responds to a get request, and is running under a tomcat instance which accepts only https. I am trying to write a java client which calls the web service. all the following circumstances work. -access service using browser using http and