Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Hello – I’m trying to generate a wsdl client from a wsdl url which is https. How do I include my javax.net.ssl.keyStore, javax.net.ssl.keyStorePassword, javax.net.ssl.trustStore,javax.net.ssl.trustStorePassword paths so that the wizard gets them? Otherwise it gives me an error saying”unable to find valid certificates.
Dan,
I’m really sorry for the delay, I didn’t know the answer to your questions and this got passed around the office from one person to the next, none of us knew the answer and didn’t have an HTTPS setup to test this with. I wish I could have been more helpful here.
You can use wsgen class (client generator) directly (i assume wizard does it:). Here is some documentation : http://xfire.codehaus.org/Client+and+Server+Stub+Generation+from+WSDL ( take a look at “Generating client over HTTPS” paragraph ).
If you use maven or ant in you project you can also setup keystore/password as task properties instead of setting it via system properties.