I am trying to swap out Sun\'s HTTPServer for the much better Jetty server, within an OSGi bundle, running on Equinox.
Is there a way to prevent a method from an interface used in @WebService\'s endpointInterface attribute to be exposed in the web service? I\'m using the endpointInterface as that seems to be the only
EDIT I started off with the example given below, but I have now: Tried the example from the W3C spec. After fixing another error (binding was called StockQuoteSoapBinding in one place, StockQuoteBin
What are the relative strengths and weaknesses between Sun Metro and Apache CXF for webservice development in Java. Is there another framework that I should be loo开发者_运维知识库king at as well?Both