Question
Infosys
US
Last activity: 11 Apr 2016 15:01 EDT
java.lang.ClassCastException: weblogic.net.http.SOAPHttpsURLConnection cannot be cast to javax.net.ssl.HttpsURLConnection
Im getting error while executing below error.
javax.net.ssl.HttpsURLConnection con = (javax.net.ssl.HttpsURLConnection)url.openConnection();
error:java.lang.ClassCastException: weblogic.net.http.SOAPHttpsURLConnection cannot be cast to javax.net.ssl.HttpsURLConnection
Same working when i executed on my local server.
Message was edited by: Marissa Rogers - Added Category; moved from Mesh Help