I need to create web services in NetBeans 6.8
I need a step by step tutorial or procedure. Please send me a link to some tutorial or respond with steps.
Printable View
I need to create web services in NetBeans 6.8
I need a step by step tutorial or procedure. Please send me a link to some tutorial or respond with steps.
Hi,
you can find step by step tutorials for server and client here:
netbeans.org/kb/trails/web.html
Pay attention on versions of JDK, Axis2 or JAX-WS... !
I recommend reading short WSDL tutorial on "w3schools"!
good luck! :)
When I right click on a web service project and click "Test Web Service". I am getting an "Unable to open webservice tester page
://localhost:8080/WebServiceApplication2/............
Make sure the service is running properly and server is running"
I checked the server GlassFish is working...what is the problem.
Do you use bundled Glassfish?
Maybe you have URL problems.
You have to find out where exactly is you app deployed on bundled Glassfish
so pay attention on part of URL after port 8080 where you have
name of application,
and tricky part at the end that maybe is
name of your service class that contains operations or
maybe it has some suffix:
:8080/NAME_OF_APPLICATION/Name_of_Service
or
:8080/NAME_OF_APPLICATION/Name_of_Service/WS
or use
/WSService at the end instead of /WS
Those things are automatized so i cannot tell you how it works
just be sure you try all possible URLs
Hi.
In my opinion, you can refer to the url below:
NewAndNoteworthyNB68 - NetBeans Wiki
Regards,
raqman.