Posts Tagged ‘PHP’

Access a Zend Rest Service from C#

1 Comment »

Accessing a Restful service is actually no big deal, but it took me quite a while to figure out some details. So here’s a short description of it.
Read the rest of this entry »

PHP Webservices with the Zend Framework

No Comments »

With the Zend framework you can choose between Rest-, XmlRpc- and Soap-Webservices. I am going to describe here all of them with a simple ping service. Read the rest of this entry »