[Ilugc] web service in php..?

  • From: vamlists@xxxxxxxxx (Vamsee Kanakala)
  • Date: Tue Feb 13 11:24:15 2007

Deepan wrote:

On Sat, 2007-02-10 at 03:07 +0530, Anant Narayanan wrote:
can we write/create a web services in php.?
Sure you can. All kinds of web services are possible: REST, SOAP,
XML-RPC; take your pick.

dont forget CakePHP :) 


Sorry... looks like I missed this thread, so I'm just adding some points
here  - PEAR::SOAP seems to be the easiest to work with for webservices
in PHP. NuSOAP is also a good option, from what I read, the dev activity
has stopped on it. Here's a small article on ONLamp to get you started
with PEAR::SOAP:

http://www.onlamp.com/pub/a/php/2003/07/03/php_amazon_soap.html?page=1

Probably the buying the book is a good idea - surprisingly sparse
documentation on the net for this topic.

V.


Other related posts: