REST with PHP

Friday, January 4, 2008

If you are a REST fan, you may frown upon SOAP. However, in my humble opinion, you should not. They are more complementary than contending.

Web services framework for PHP has that vision too. That is why, apart form being a strong WS-* framework, it also supports REST.

The key feature that I like with WSO2 WSF/PHP is that, a single service can be exposed both as REST as well as SOAP service. You write one code and the engine would take care of the rest (or should I say REST ;) )

No comments: