What Web Services implementation do you recommend?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wvxvw
Forum Newbie
Posts: 22
Joined: Sat May 17, 2008 10:55 am

What Web Services implementation do you recommend?

Post by wvxvw »

Hi all.
[Moderators, if I'm posting in the wrong forum, please move it]

I'm going to write a small generic purpose library in ActionScript for SOAP / REST(full) web services. (A client, apparently). So, my question to you is: what server-side web services implementation should I consider as the most correct / most widely used when I run my tests?
So far I know that PEAR has 2 different libraries for it, besides there's NuSOAP, WSO, WSF and there're PHP5 SOAPClient / SOAPServer classes. So, which one do I have to use, and why it is better then others?

TIA.
Post Reply