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.