Local Client Problem [message #976208] |
Thu, 08 November 2012 11:53 |
Alan Farroll Messages: 60 Registered: June 2012 |
Member |
|
|
Hello all,
I inherited a fairly complex Java project developed on Eclipse from a colleague who left and I am fairly new to both Java and Eclipse.
The project runs Tomcat and uses a WSDL for web service calls. A client was created to simulate external calls to the web service and the URL can be edited to use the local Tomcat web service or a server one. When debugging and using the Tomcat webservice on the server it runs fine but when I attempt to debug using the Tomcat web sevice on my local machine it fails. The first fault message provided is "faultString: java.net.ConnectException: Connection refused: connect"
I have checked that the port number specified is correct. I have checked that the web service URL is correct. I have checked that the WSDL is the same using a comparison tool. Lastly I have checked Tomcat is running because I can see the Tomcat home page running locally on my browser.
Why is this failing?
Thanks in advance
Regards
AJF
|
|
|
Powered by
FUDForum. Page generated in 0.02846 seconds