Search code examples
flashactionscript-3web-servicesadobeflash-cs4

WebService implementation in ActionScript 3


How can I call WebService using ActionScript 3. from my initial findings, I come to know it is AS3 dosen't support WebService and SOAP, it was in Flash MX/AS2 though.

Any suggestions or links guys??

Thanks


Solution

  • If you don't want to use the Flex framework, Carlo Alducente wrote a nice WebService class, as3 only(no mx.rpc.* dependencies ). I've tried it and it works just fine.

    HTH