Make sure the service is running properly and server is running"
I checked the server GlassFish is working...what is the problem.
Leonardo Carreira
Ranch Hand
Joined: Apr 07, 2009
Posts: 482
posted
0
Hi..
Before you test the web service, you should deploy it...
if you use netbeans Right click the project, select Run..
and then if the process finish, then you could test the webservice..
Hope that helps..
Sorry, perhaps my english language isn't too good.. Prepare for SCJP 6, Please God help me.. ☼
References : [Java.Boot] [JavaChamp] [JavaPrepare]
Benjamin Ugbene
Greenhorn
Joined: Sep 29, 2004
Posts: 9
posted
0
Leonardo Carreira wrote:Hi..
Before you test the web service, you should deploy it...
if you use netbeans Right click the project, select Run..
and then if the process finish, then you could test the webservice..
Hope that helps..
Hi, I'm experiencing the same problem, I tried your fix, but it didn't work. My GlassFish server's working, and I have deployed the webservice.
I'm using NetBeans 6.8.
Brandt Kruger
Greenhorn
Joined: Oct 26, 2010
Posts: 1
posted
0
I have the same problem???
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
posted
0
Hi!
A first test to make sure the web service is correctly deployed is to bring up its WSDL.
If there is no WSDL, then the web service has not been deployed correctly.
This test can be performed from any browser, before using the web service tester.
Best wishes!
Could you please explain how to perform this test.
This test can be performed from any browser, before using the web service tester.
In my case , I get the deployment message in Netbeans output window as follows :
"INFO: CalculatorWSApplication was successfully deployed in 862 milliseconds."
Hi!
You have already performed the test! If you do not see the WSDL, despite a deploy that looks successful, I suggest taking a look in the application server logs to make sure that everything indeed is as it should.
Also take a look in the administration console of the application server to see that the web service application appears as it should.
Best wishes!