views:

188

answers:

2

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?

Thanks in advance!

Pablo

A: 

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.

Stefan Gehrig
A: 

Thank you for your answer. I've done tests with WSF/PHP and successfully send SwA (attachments as MIME multipart) messages. Here is how to install WSF/PHP in Centos http://abreakorcontinue.blogspot.com/2010/05/how-to-compile-and-install-wsfphp-in.html if somebody needs it.

Pablo Fonseca