The client generation of Netbeans works fine. The exception above rises when the client runs.
Main Topics
Browse All TopicsI am trying to create a web service client. I am using Netbeans 6.0.1 and created the client according to the netbeans documentation. Netbeans is using JAX-WS for that purpose.
I am having the exception shown below and I am in need of help.
Thanx in advance.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
>>Are you sure the webservice is working???
No the webservice is not working. What IS working is the "client GENERATION wizzard of Netbeans".
>> The WSDL location or web service location you provided doesn't seem to be proper.
The WSDL location seems to be proper. I am not sure though that the WSDL file is correct (I am not building that myself, it is provided). Maybe the "web service location" inside the wsdl is invalid. I will need to check that.
I feel that we got things a bit confused. So I will try explaining things from scratch.
1) I client of our provides as a web service.
2) I am building a client for that web service on netbeans 6.0
3) The client is created sucessfully using the WSDL on a remote URL.
4) The webservice is running.
5) When I try to run the client, which is invoking an opertation on that web service I get the exception above.
and I am trying to reslove that issue.
After your recommendation about service location etc I dig a bit the WSDL and found the attached lines. I guess that the wsdlsoap address which is http://localhost:9080/serv
If I change localhost to the IP address of the client I get a timeout.
Business Accounts
Answer for Membership
by: shivaspkPosted on 2008-03-14 at 08:35:08ID: 21126465
The WSDL location or web service location you provided doesn't seem to be proper, the Client generation wizard is not able to find it.