Re: SSL error when invoking web service

2008-01-23 Thread Bill Barker
"Rizwan Merchant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Thanks for the response. > The client can be any one who wants to post an XML message to this URL. > So you could create an xml message and post the request using https. > Not sure why the client would need to 'add'

Re: SSL error when invoking web service

2008-01-23 Thread Rizwan Merchant
Thanks for the response. The client can be any one who wants to post an XML message to this URL. So you could create an xml message and post the request using https. Not sure why the client would need to 'add' this certificate. We have written code to connect to many such web services and we ne

Re: SSL error when invoking web service

2008-01-22 Thread Bill Barker
"Rizwan Merchant" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > We have a web based application running on Tomcat 6. The server.xml file > is configured so that the application can handle incoming https requests > on port 443 (default). When a user hits the URL http://ww

SSL error when invoking web service

2008-01-22 Thread Rizwan Merchant
Hi, We have a web based application running on Tomcat 6. The server.xml file is configured so that the application can handle incoming https requests on port 443 (default). When a user hits the URL http://www.mydomain.com, it automatically redirects to https://www.mydomain.com (due to securit