Skip to main content

Webservice @WebService

Posted by mriem on June 25, 2009 at 4:36 PM EDT

If you need to expose a class as a web service it is fairly easy. Just annotate it with @WebService and let the JAXWS runtime take care of the rest. See the Webservice Almanac page for more information.

Related Topics >>