基于非 HTTP 协议的 SOAP [英] SOAP over non-HTTP protocol

查看:36
本文介绍了基于非 HTTP 协议的 SOAP的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只是想知道在 Java 或任何其他语言中是否有任何库通过非 HTTP 协议实现 SOAP?我听说有些项目已经通过 SMTP 实现了 SOAP.有没有其他经验?

I just wondered if there are any libraries in Java or any other language implementing SOAP over protocol that is not HTTP? I've heard that some project had implemented SOAP over SMTP. Are there any other experiences?

推荐答案

SOAP 1.2 的主要特性之一是移除了对 HTTP 的依赖,允许使用其他传输.

One of the main features of SOAP 1.2 was the removal of the dependency on HTTP, allowing other transports to be used.

至于 java 实现,Spring WebServices 支持 SOAP 1.2 over HTTP、JMS 和 SMTP.请参阅文档的第 5.3 节.

As for java implementations, Spring WebServices supports SOAP 1.2 over HTTP, JMS and SMTP. See section 5.3 of the docs.

这篇关于基于非 HTTP 协议的 SOAP的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆