Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
-
iyanski
- Forum Newbie
- Posts: 5
- Joined: Tue Aug 23, 2005 2:13 am
Post
by iyanski »
Which of these tree php webservices methods is the best?
XML-RPC
SOAP
REST
and why?
-
AnarKy
- Forum Contributor
- Posts: 119
- Joined: Tue Nov 02, 2004 1:49 am
- Location: South Africa
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
Post
by iyanski »
at the end of the day, i hooked up with REST.
