RE: Question about web services

2011-09-30 Thread 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

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

Question about web services

2011-09-28 Thread David Sills
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,