• 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

Send SOAP message over Https using SSL.

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

I googled out all the possibilities, but still was unable to find the solution to my problem.

I want to send a SOAP xml to HTTPS url using 2 way mutual ssl.
I have my certificates installed in my server.

1) I am creating the SSLSocketFactory object -



2) And this is how I am constructing the SOAP object and calling the SOAP service...



So my question is,

How can I set the TrustStore and KeyStore in the soap request. Or is there any other alternative available in which I can do 2 way mutual ssl while sending SOAP message over https.

Please let me know if any other info is required in answering this problem.


Thank you @
 
They weren't very bright, but they were very, very big. Ad contrast:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic