• 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

Sending SOAP message over https - Facing PROBLEM

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

I have a working piece of code from which I am successfully able to send the SOAP request to HTTP url. But the same code does not work when I try sending the request to HTTPS url.
Please guide me to the solution for this.



POINTS -

1) The above code work perfectly when I post to the HTTP url.

2) The code does not work when when I post to the HTTPS url. I get the following below exception !



3) In HTTPS, there is no 1-way or 2-way SSL required. Please do not answer regarding how to create the truststore and keystore. This is not required in my case.

Please help me out in this and let me know what have I missed here.

Thank you !

-Sharad
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic