Hey All,
I have been working on a web service for the last few weeks and was happily running & testing it on the localhost.
Alas- today was the time to deploy it to web and it is all troubles afterwards.
I am using Myeclipse 6.0.1 and Tomcad 6.x.
My problem is, whenever i run my service, i can truly see the WSDL if i type it on a browser. But, I was unable to even connect it from “Web Services Explorer”. And i receive those error messages :
IWAB0379E Unable to open http://212.98.20.110:8080/WebGISServiceServer/services/WebMapService?WSDL.
IWAB0135E An unexpected error has occurred.
WSDLException
WSDLException: faultCode=OTHER_ERROR: Connection refused: connect
I don’t know if i am missing something. And i am complately unaware if there is any procedure which I have to follow when trying to run my server from internet. For now, i am just writing my ip instead of localhost and it works in browser and not in myeclipse.
Thank you for any help!