Consuming SSL enabled webservices in JDeveloper

karthik9891

Active Member
Hello All,

I'm trying to import wsdl of a SSL enabled webservice using JDeveloper in JDE , but facing the following issue

"No WSDL can be found"

Attached below the screenshot of it for reference.. Any thoughts or insights would be helpful.
 

Attachments

  • SSL_WSDL_Error.jpg
    SSL_WSDL_Error.jpg
    17.2 KB · Views: 28
Hi karthik9891,

I think you have download the file and create the proxy for mapping file, and later agregates the security. I'm not very sure, but try it.

Regards,
Alfre.
 
Hi karthik9891,
have you Configure JDeveloper to Use an HTTP Proxy Server.
I am not much sure but you can give a try

From the Tools menu choose Preferences
Highlight Web Browser and Proxy
Configure JDeveloper to Use an HTTP Proxy Server with these settings
Host Name - www.xxxxxxx.com
Port Number – 80
Exceptions – Add these exceptions to the machine name already listed: |*.oracle.com|*.peoplesoft.com|*.jdedwards.com|*.mlab.jdedwards.com

Regards
Pintya
 
Back
Top