• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to connect to SSL Web Service

 
Ranch Hand
Posts: 548
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Say I need to access a third party web service url https://www.mycom.myc/net/WS whose server implements 2 way
SSL authentication. I wrote java web service client program that uses Apache AXIS generated stubs to connect to this
web service.

Now my question is what are the steps that need to be done (like generating certificates, importing/exporting to client/server truststores
etc. etc. funda).

Can anyone please write down the steps with the actual JDK 1.4.2 Keytool command ?

I would be glad if anyone give me steps, urls etc. that help in successfully communicating to web service from behind
a corporate firewall.



Thanks & Regards,
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please...

http://www.churchillobjects.com/c/11201e.html
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic