Is it possible to run SOAP over https? I got the impression that SOAP has its own security model that allows you to use encryption regardless of the transport mechanism. That being said we want to keep things simple and are wondering if we can just use our existing HTTPS setup in Jetty to make sure the SOAP converation over http is secured.
Share
Yes, you can, see the Transport Methods section on this Wikipedia article.
To quote: