It is possible to deploy my own created web service to any of PC without installing any web server app eg:tomcat? I want make it like agent/plug-in in any PC. In order to ac
I've been following this pretty basic tutorial, and it does just what you want
http://java.sun.com/developer/technicalArticles/J2SE/jax_ws_2/
It seems like the Java SE 6 platform has a small web application server that will publish the web service while the JVM is running.