views:

400

answers:

0

I have an Oracle Weblogic server set up using a mutual authentication SSL configuration. I'm trying to create a client stub in eclipse from a wsdl under the https protocol. Problem is, when I copy in the URL to the service definition, eclipse complains that the service definition is invalid. My guess is that eclipse isn't passing its certificate to the server. Is it possible for eclipse to be able to resolve this connection and retrieve the wsdl? Is it a setting in eclipse, or a configuration in the jre? How would I set it up?

Edit: I can generate the client stub just fine if I use http instead of https, but for testing purposes it's necessary for this to work under https.