开发者

Zend Framework - Does Zend_Soap_Client supports SwA (Soap With Attachments)?

开发者 https://www.devze.com 2022-12-28 20:27 出处:网络
I need SwA (Soap with Attachments) support in php for a project. I can\'t find a reference in ZF docs about supporting SwA or not. Anybody knows if it is supported?

I need SwA (Soap with Attachments) support in php for a project. I can't find a reference in ZF docs about supporting SwA or not. Anybody knows if it is supported?

If not supported, I have heard about WSO2 WSF/PHP which it does support SwA. My question would be... is it possible to integrate both ZF and WSF/PHP?

Th开发者_StackOverflowanks in advance!

Pablo


Please see my answer here.

ZF's SOAP component is not able to handle multi-part SOAP messages (aka attachments) but I think it's no problem to integrate WSF/PHP into a Zend Framework environment.

0

精彩评论

暂无评论...
验证码 换一张
取 消