Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在许多 Java 规范中,我发现 SOAP 支持/运行不同的协议,如 HTTP、HTTPS、FTP、SMTP 等。 我在谷歌上搜索但没有找到任何示例或实现。 那么这里的任何人都可以通过示例帮助我理解这一点吗?
我还没有这样做,但我的假设是它只是关于有效负载格式,即 Soap 格式。您的 Web 服务客户端将使用来自 ftp 位置的有效负载并像 http 一样进行处理。