Title: WSDL2JAVA Problem
 
Sounds like you need to configure your JDK to support https URLs.
I don't believe this is supported right out of the box...
 
There should be info in the Java documentation about this, but I don't have a pointer handy.
--
Tom Jordahl
Macromedia
-----Original Message-----
From: Kristian Senkler [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 30, 2002 10:26 AM
To: [EMAIL PROTECTED]
Subject: 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