I'm trying to consume a soap service in java.
If I import the wsdl url in SOAPUI, I get the :java.net.ConnectException connection timed out
exception.
I saved the WSDL to a file and successfully inported it into SOAPUI. In SOAPUI, I'm able to consume it.
In java however, i still get the java.net.ConnectException connection timed out exception
when trying to consume it, having tried with a number of different libraries that work on other webservices in the same network.
I've also tried putting my entreprise proxy in java with no effect.
However, if i put a local proxy, like Fiddler, in front of java, I cat invoke the webservice successfully. The server where it's hosted has ping (ICMP) blocked.
Event if I make a simple get for the WSDl address I get the java.net.ConnectException connection timed out exception
.
Does anyone have any suggestions on how to troubleshoot this?