Greg's Blog

helping me remember what I figure out

Consuming Webservices With PHP

| Comments

ZDNet, has a nice little article on the different options to consume web services if you are using PHP. It focus on three: SOAP, XML-RPC and REST, and provides an overview, a few examples and the strengths and weaknesses of each type.