Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Con

1047841Jan 20 2016 — edited Jan 29 2016

Hi All,

    Using Oracle JDev 11.1.1.6.0.

    When I tried to consume web service through web service proxy I got the below error.

    Exception::com.sun.xml.ws.client.ClientTransportException: HTTP transport error: java.net.ConnectException: Connection timed out: connect

    I created the proxy from the wsdl copied locally(i.e., from abc.xml saved locally) since it is not getting generated when I put the URL directly in Step 2 of creating Web Service proxy and also one more thing is that it is a secure wsdl. (ex. https://abc.comsomething?wsdl). When I tried to hit I ended up with the above mentioned exception.
 
   But, the same can be accessed via SOAP and I successfully got the response.

   Please assist me in this. Thanks in Advance!!!
 
    Note: I am using secure wsdl ex. https://abc.comsomething?wsdl.

Regards,
Manikandan M.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2016
Added on Jan 20 2016
6 comments
5,107 views