PHP 中的 SOAP MTOM/XOP 支持
我想用 PHP 创建一个 Web 服务,它可以支持 MTOM/XOP。我的 Web 服务处理功能应该能够提取附件。当我用谷歌搜索时,我只能找到 WSF(Web Service Framework)
作为答案。
还有其他选择吗?我对 MTOM/XOP 很陌生。目前我使用 NuSoap,但它不支持 MTOM/XOP。
I want to create a Web Service in PHP, which can support MTOM/XOP
. My Webservice Processing function shpuld be able to extract the attachment. As I googled I could find only WSF(Web Service Framework)
as an answer.
Is there any alternatives? I'm new to this MTOM/XOP thing. Currently I use NuSoap
but it dont support MTOM/XOP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个支持 mtom 的补丁,可能需要调整完整的 mtom 规范
http://sourceforge.net/projects/nusoap/forums/forum/193578/topic/3917337
There is a patch to support mtom, it might need tweaking for the full mtom spec
http://sourceforge.net/projects/nusoap/forums/forum/193578/topic/3917337