Hi all.
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.