Hi everybody,
I have run into a very perplexing problem with a web service I am developing. The web service has been successfully deployed to the testing server. It can be successfully accessed and utilised by both our Delphi developers and myself as the Java web developer.
The problem I have is that if I run our production site locally through NetBeans for initial testing, the WS client object can successfully do what it needs to do with the WS. However, as soon as I deploy that site to the Tomcat server the WS is currently on, it gets connection timeout errors and cannot access the WSDL.
I've scoured the source files trying to find a potential reference that is breaking the system with no luck. No errors are being reported beyond the connection timeout when the WS is accessed and anything else accessing the web service has absolutely no problems.
Any help greatly appreciated.
I have run into a very perplexing problem with a web service I am developing. The web service has been successfully deployed to the testing server. It can be successfully accessed and utilised by both our Delphi developers and myself as the Java web developer.
The problem I have is that if I run our production site locally through NetBeans for initial testing, the WS client object can successfully do what it needs to do with the WS. However, as soon as I deploy that site to the Tomcat server the WS is currently on, it gets connection timeout errors and cannot access the WSDL.
I've scoured the source files trying to find a potential reference that is breaking the system with no luck. No errors are being reported beyond the connection timeout when the WS is accessed and anything else accessing the web service has absolutely no problems.
Any help greatly appreciated.