I am trying to connect to the service
which is a web service hosted by Lexis Nexis.
Following exception is encountered.
staging.identitymanagement.lexisnexis.com (java.net.UnknownHostException)
java.net.PlainSocketImpl:177 (null)
Initialisation Failure: staging.identitymanagement.lexisnexis.com
java.net.UnknownHostException: staging.identitymanagement.lexisnexis.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.
connect (BaseSSLSocketImpl.java:141)
at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:272)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:329)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.
getNewHttpClient(AbstractDelegateHttpsURLConnection.java:172)
I am trying to call the same using mule integration services.However, we are still getting this issue for Unknown Host Exception. I have also correctly added the proxy details for the same.
Please guide me the way ahead.