commit | 82745d70973d1ac432ab94ec52ae4f1d2ba336aa | [log] [tgz] |
---|---|---|
author | kchan <kchan> | Thu Jan 31 02:14:27 2008 +0000 |
committer | kchan <kchan> | Thu Jan 31 02:14:27 2008 +0000 |
tree | 699b4b46af69e76d8a19c5c3c768c56019ff371f | |
parent | d6a0f8caf251609b77d592698e47804d14517ad2 [diff] |
[209411] Axis2 client unable to get WSDL in end-to-end scenario.
diff --git a/bundles/org.eclipse.jst.ws.axis2.consumption.core/src/org/eclipse/jst/ws/axis2/consumption/core/utils/ServicePingUtil.java b/bundles/org.eclipse.jst.ws.axis2.consumption.core/src/org/eclipse/jst/ws/axis2/consumption/core/utils/ServicePingUtil.java index 0801b5f..542b598 100644 --- a/bundles/org.eclipse.jst.ws.axis2.consumption.core/src/org/eclipse/jst/ws/axis2/consumption/core/utils/ServicePingUtil.java +++ b/bundles/org.eclipse.jst.ws.axis2.consumption.core/src/org/eclipse/jst/ws/axis2/consumption/core/utils/ServicePingUtil.java
@@ -50,8 +50,7 @@ httpCon.setRequestMethod("GET"); HttpURLConnection.setFollowRedirects(true); httpCon.setReadTimeout(timeTORetrieveWSDL); - httpCon.connect(); - Thread.sleep(1000); + httpCon.connect(); // try to connect to WSDL httpCon.disconnect(); } else { // Do nothing