Title: WSDL2JAVA Problem

Dear List,

I got a problem parsing a WSDL-ressource. One part of the WSDL-file is as follows:

<wsdl:service name="JavaService">
        <wsdl:port name="TaxonomyApi" binding="tns:TaxonomyApi">
                <soap:address location="https://www.some-endpoint.com/wsdl/"/>
        </wsdl:port>
</wsdl:service>

The https://.. Causes an  "Invalid endpoint address in port TaxonomyApi in service JavaServiceLocator"- Error thrown by "java.io.IOException: Emitter failure."

If I change the address to non-secure (http://...) everything is fine.Unfortenately I need the secure endpoint address. I allready involved Java jsse into my classpath.

Any help would be appreciated!

Cheers,
Kristian

Reply via email to