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.
我知道soap 可以通过http 发送XML,有没有办法使用它通过TCP 发送XML?或者有没有更好的方法来用 PHP 做到这一点?非常感谢您的任何见解!
您可以在 POST 请求中发送原始 XML。
使用 PHP,您可以作为客户端连接到任意端口(或作为服务器侦听任意端口上的连接)并通过 TCP 或您想要的任何其他数据发送/接收 XML。您根本不必使用 HTTP 或端口 80。