RE: Question about web services

2011-09-30 Thread David Sills
All: I didn't get an answer to my original question, but still need one - just asking. The documentation for how to make a web service that is only accessible using HTTPS is, in any case, pretty thin. I'm happy to add to it if someone can point me in the right direction. One thing I'm also

Re: Question about web services

2011-09-29 Thread Glen Mazza
Unless you're doing a standalone web service (embedded Jetty using Endpoint.publish()), that will be marked in the web.xml for the WAR hosting your web service provider: http://www.jroller.com/gmazza/entry/ssl_for_web_services You might be able to do the same thing you're doing below if you