可以通过 HTTPS 运行肥皂吗?
是否可以通过 https 运行 SOAP?我的印象是 SOAP 有自己的安全模型,允许您使用加密而不管传输机制如何。话虽这么说,我们想让事情变得简单,并且想知道是否可以使用 Jetty 中现有的 HTTPS 设置来确保通过 http 进行的 SOAP 对话是安全的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以,请参阅传输方法部分< a href="http://en.wikipedia.org/wiki/SOAP" rel="noreferrer">这篇维基百科文章。
引用:
Yes, you can, see the Transport Methods section on this Wikipedia article.
To quote:
是的,您可以通过 HTTP 和 HTTPS 发送 SOAP 消息
Yes, you can send SOAP messages over HTTP as well as HTTPS