I am learning to write PHP client programs which call webservices with POST & GET. Is there any publicly available webservice I can use for trying out client programs? Basically, I don't want to get into writing a webservice first before I start trying out client programs - are there any such easy to use webservices I can use?
Asked
Active
Viewed 219 times
2
-
What are these client programs? – Arvin Mar 09 '11 at 07:16
1 Answers
2
You can browse through ProgrammableWeb's API directory (REST protocol). What kind of webservice are you looking for in particular?

Arvin
- 2,272
- 14
- 10
-
I am looking for some practice in writing client programs in php-cli & curl which make both HTTP & HTTPS POSTs & GETs to webservices. I am looking for both tutorials in this and also public webservices against which I can make these calls. – Genboy Mar 10 '11 at 06:38