Search |
||
Webservice @WebMethodPosted by mriem on June 22, 2009 at 9:15 AM PDT
How do you tell the JAXWS runtime to expose a given method as a webservice method? Easy, use the @WebMethod annotation, see the Webservice Almanac page for more information.
»
Related Topics >>
Java Enterprise Comments
Comments are listed in date ascending order (oldest first)
Submitted by chris_e_brown on Thu, 2009-06-25 00:36.
How do you tell JAXWS not to use the built-in webserver (the one in JDK 6) when you're running your code in another webserver already (Jetty, or Tomcat) ?
Submitted by mriem on Fri, 2009-06-26 06:44.
Make sure you have the JAXWS servlet listener setup in your web.xml and it will know that you are already running it in a webserver.
|
||
|
|