[
https://issues.apache.org/jira/browse/CXF-7321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961593#comment-15961593
]
Daniel Kulp commented on CXF-7321:
----------------------------------
I don't know what to suggest. I tried with both 'java version "1.7.0_79"' and
'java version "1.8.0_112"' and both were able to run fine against that URL and
generate code. All I did was cd into the bin directory and run:
{code}
./wsdl2java -d /tmp/t3
https://edgeintegration.orthoii.com:59006/Kuroko.Server.IntegrationLayer.Appointment.svc?wsdl
{code}
and everything was generated into /tmp/t3 just fine.
> wsdl2java doesn't work with https
> ---------------------------------
>
> Key: CXF-7321
> URL: https://issues.apache.org/jira/browse/CXF-7321
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 3.1.6
> Environment: windows / jdk1.8.0_111
> Reporter: Devin
>
> wsdl2java doesn't work with
> https://edgeintegration.orthoii.com:59006/Kuroko.Server.IntegrationLayer.Appointment.svc?wsdl
> Tested with 3.1.6 and 3.0.3.
> {code}
> WARNING: Default key managers cannot be initialized: Invalid keystore format
> java.io.IOException: Invalid keystore format
> at
> sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:658)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)