Best Webservices Methods

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
iyanski
Forum Newbie
Posts: 5
Joined: Tue Aug 23, 2005 2:13 am

Best Webservices Methods

Post by iyanski »

Which of these tree php webservices methods is the best?

XML-RPC
SOAP
REST

and why?
User avatar
AnarKy
Forum Contributor
Posts: 119
Joined: Tue Nov 02, 2004 1:49 am
Location: South Africa

SOAP

Post by AnarKy »

I have only used SOAP,
It works well and I have not had many problems.
It is easy enough to learn and use.
iyanski
Forum Newbie
Posts: 5
Joined: Tue Aug 23, 2005 2:13 am

Re: Best Webservices Methods

Post by iyanski »

at the end of the day, i hooked up with REST. :D
Post Reply