Perhaps I'm just being slow, but if so, it still doesn't mean that no one can even answer me. At least let me know I'm asking a dumb question and point me to some place where all this is clearly explicated.
Thanks! David -----Original Message----- From: David Sills [mailto:dsi...@datasourceinc.com] Sent: Friday, September 30, 2011 7:42 AM To: users@cxf.apache.org Subject: RE: Question about web services 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 confused about, does the soap:address location attribute have to specify "https" as the protocol? If so, how can I do this with CXF annotations? I can find nothing in the documentation about this, though perhaps I'm just missing something. David Sills -----Original Message----- From: David Sills [mailto:dsi...@datasourceinc.com] Sent: Wednesday, September 28, 2011 12:04 PM To: users@cxf.apache.org Subject: Question about web services All: I have a question I can't seem to get a ready answer to. I see some potentially useful attributes on the jaxws:endpoint element, but I'm not sure how to use them. I have a report-writing service implemented on a Tomcat server in Windows using the CXF Spring configuration. While doing this, however, I left myself room to easily implement other web services on the same server by simply dropping in a JAR file into WEB-INF/lib with a Spring configuration in a known location within the JAR file and adding a single line to the master Spring configuration file. Happy to share if that sounds interesting to anyone. However, now I'm faced with a new challenge. My services up till now have been and need to remain HTTP. A new service has been requested, however, that must use HTTPS. Setting up Tomcat for HTTPS is its own problem, of course, but that's not what I'm asking. How do I mark a particular service to use HTTPS, even though other services may be using HTTP? Many, many thanks for any advice and ideas. David Sills