-----Original Message-----
From: Kristian Senkler [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 30, 2002 10:26 AM
To: [EMAIL PROTECTED]
Subject: WSDL2JAVA ProblemDear 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
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
- WSDL2Java problem Frank van Lingen
- Re: WSDL2Java problem Russell Butek
- WSDL2JAVA Problem Kristian Senkler
- Re: WSDL2JAVA Problem Sven Kuenzler
- RE: WSDL2JAVA problem Tom Jordahl
- RE: WSDL2JAVA problem Simon McClenahan
- Re: WSDL2JAVA problem R. Lake
- Re: WSDL2JAVA problem Steve Loughran
- RE: WSDL2JAVA problem Han Wang
- RE: WSDL2JAVA problem Agrawal, Anuj (Anuj)** CTR **
- RE: WSDL2JAVA problem Alan Moore
- Re: WSDL2JAVA problem Steve Loughran
- RE: WSDL2JAVA problem Agrawal, Anuj (Anuj)** CTR **
- WSDL2Java problem Safdar Ali
- Re: WSDL2Java problem siva kondapalli