This content has been marked as final.
Show 1 reply
-
1. Re: unable to find valid certifcate path to requested target
new2interop Jan 23, 2009 12:58 PM (in response to new2interop)Never mind I found the issue, I had fat fingered the cacerts to cacert... so that fixed some of the issues. Had to add following to the wsdl2java.bat to make it run
-Djavax.net.ssl.trustStore="D:\Program Files\Java\jre1.6.0_06\lib\security\cacert" -Djava.util.logging.config.file="%CXF_HOME%\etc\logging.properties" org.apache.cxf.tools.wsdlto.WSDLToJava
Onto the next self inflicted issue
thanks