Sebastian Bergmann wrote:
With all this new fancy XML support in PHP 5 -- what about SOAP?
I plan on implementing a new soap library based on top of simplexml, but
will not be able to start serious work on it until august. The new
library would be usable with almost no PHP code, but will still have
supporting functionality written in PHP. I would say the new library
would be at least 80% smaller, most code being to support addon
functionality and different transports.
Shane
Shane Caraveo wrote:
I plan on implementing a new soap library based on top of simplexml
Good news!
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
http://www.professionelle-softwareentwicklung-mit-php5.de/
Sebastian Bergmann wrote:
With all this new fancy XML support in PHP 5 -- what about SOAP?
I plan on implementing a new soap library based on top of simplexml, but
will not be able to start serious work on it until august. The new
library would be usable with almost no PHP code, but will still have
supporting functionality written in PHP. I would say the new library
would be at least 80% smaller, most code being to support addon
functionality and different transports.
How's this going to interact (if any) with the supposed SOAP module
already in PECL?
(I was just about to start looking at it for some extension and use)
--
Jeraimee