views:

142

answers:

1

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 WSDL for you. I see where you can make a webservice client. But where do you go to make the webservice?

+1  A: 

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.

JRL