I have run the contract first web tutorial. It was working when using the wsdl file directly from your site. Now I want to use my own wsdl. Started by simply coping your wsdl to the desktop.
After running the development process the following message appears when your first open up the testing link. HHH1 is the project name. The status pane says
IWAB0379E Unable to open http://localhost:8080/HHH1/jaxws/GreeterImpl?WSDL.
IWAB0135E An unexpected error has occurred.
WSDLException
WSDLException: faultCode=OTHER_ERROR: http://localhost:8080/HHH1/jaxws/GreeterImpl?WSDL
From then on you get a connection refused each time you try to test something.
All I have done is copy down the wsdl file from your site to my desktop. Have tried copying the wsdl file into the project and doing the import from there, makes no difference.
Searching for the error message there is someone else with this problem, http://justgeeks.blogspot.com/2008/03/creating-web-service-in-myeclipse-5-or.html
Running 64 bit Ubuntu with the all software up to date.
What does this error mean? What are the possible causes?
Regards