• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

SOAPHttpConnection and SSL

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Can anybody give me some advise or point me to some resources that tell me how can I to SSL connection using SOAPHttpConnection class?

Basically, we have a web service client which connects to external SSL url. And currently to set up SSL, we use standard and
. And then use SOAPHttpConnection and org.apache.soap.rpc.Call class to do webservice call.
But now We are changing from JRUN to Websphere environment and we are not allowed to do . So, what will be the best approach to achieve the same thing what we are doing currently? I have seen some code using KeyStore and KeyManagerFactory but I am not sure how can I use them to tell SOAPHttpConnection to use the SSLContext that I have set up?

Please help.
 
What is that? Is that a mongol hoarde? Can we fend them off with this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic