How to create web service on netbeans?
I am trying to deploy my class project as web service on glassfish. I was told that this is really simple and netbeans does all the work and even creates the WS开发者_运维知识库DL for you. I see where you can make a webservice client. But where do you go to make the webservice?
Here's an Axis tutorial, and here's a JAX-WS one. If you're looking for REST, then follow this one. And here's the general link to Web Services in NetBeans.
精彩评论