Any plans for php support / module for MTOM ?

php.internals

Gal

19 years ago
Hello Developers, I'll appreciate your answer to the following questions: 1) What standard modules in PHP enable to move large amount of data over a SOAP response (I know about DIME support)? 2) Is there a plan to support MTOM in PHP? Thank you in advance, Gal

Andi Gutmans

19 years ago
Hi Gal, The guys from WSO2 are working on WS-* support for PHP. It's called Axis2 (based on Apache Axis2/C) and you can find it at Pecl http://pecl.php.net/package/axis2. I believe they are also trying to make the API compatible with ext/soap. Any feedback on this would be interesting to them of course, and I'd also be happy to hear it. If anyone else on the list has interest in WS-* star and/or has had a chance to play around with Pecl/Axis2 I'd be happy to hear feedback. Andi

Pierre Joye

19 years ago
Hi, On 5/30/07, Andi Gutmans <andi@zend.com> wrote:
> Hi Gal, > > The guys from WSO2 are working on WS-* support for PHP. It's called > Axis2 (based on Apache Axis2/C) and you can find it at Pecl > http://pecl.php.net/package/axis2. I believe they are also trying to > make the API compatible with ext/soap.
The project has moved to http://wso2.org/ . All files, docs and sources are availble through the new dedicated site. Last time I asked, there is no plan to move it back to pecl or to make any release through PECL. --Pierre