« Posts tagged rest

Access a Zend Rest Service from C#

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 More

PHP Webservices with the Zend Framework

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 More