File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Axis and Https Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis and Https" Watch "Axis and Https" New topic
Author

Axis and Https

Reinhold Gruber
Greenhorn

Joined: Sep 20, 2002
Posts: 12
Hi!
Im currently developing an Axis-Client which connects to a Webservice via http. But this Service is only used for testing. The Production Service requires https. Can somebody explain me the necessary steps to enable SSL-Support in Axis.
I found an article that suggested the creation of a new set of Stub-Classes. But I dont like that solution, because I want to switch easily between test and production environment.
BTW is it possibly to configure a special SSLSocketFactory or something like that which does not verify the server-zertificate (accepting the zertificate without the need to find it in the trustStore)
Thanks
Reinhold
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Axis and Https
 
Similar Threads
AXIS and Apache : Domain Names
web service framework for beginners with tutorials
Passing info between J2EE and DOTNET web-apps.
Problem creating a SOAP connection
getting error while deployin service on SSL secured Server