You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jonathan Lee <jo...@yahoo.com> on 2001/10/30 20:33:39 UTC

Access https?

Hello:
I deploy a webservices through https.
Through IE, I can get the WSDL xml by using:
https://mymachine:8443/service/service1.jws?WSDL

Now, I want to use Axis Wsdl2java to get the automatic
generated stub code from this url:
org.apache.axis.wsdl.Wsdl2java
https://mymachine:8443/service/service1.jws?WSDL


But, I failed, the error is:
org.xml.sax.SAXParseException: File
"https://mymachine:8443/service/service1.jws?WSDL" not
found

So, how to deal with the webservices which is proteced
by https using Axis?


Thanks.


Jonathan

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

Re: Access https?

Posted by Oliver Denzel <Ol...@gmx.de>.
Hi Jonathan,

probably the problem ist that nobody does the SSL handshake before data is
requested.

Ciao

Oli

> Hello:
> I deploy a webservices through https.
> Through IE, I can get the WSDL xml by using:
> https://mymachine:8443/service/service1.jws?WSDL
> 
> Now, I want to use Axis Wsdl2java to get the automatic
> generated stub code from this url:
> org.apache.axis.wsdl.Wsdl2java
> https://mymachine:8443/service/service1.jws?WSDL
> 
> 
> But, I failed, the error is:
> org.xml.sax.SAXParseException: File
> "https://mymachine:8443/service/service1.jws?WSDL" not
> found
> 
> So, how to deal with the webservices which is proteced
> by https using Axis?
> 
> 
> Thanks.
> 
> 
> Jonathan
> 
> __________________________________________________
> Do You Yahoo!?
> Make a great connection at Yahoo! Personals.
> http://personals.yahoo.com
> 

-- 
________________________________________________________
Oliver Denzel

Katzensteigerstr. 18
78120 Furtwangen
________________________________________________________