views:

259

answers:

2

Hi guys,

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

A: 

What about the WebService class?
Otherwise I think WebServices are just xml, so it could not be that hard to implement something by you own.

Hippo
Thanks for reply Hippo but as George mentioned, I dont want flex dependency so, I can't use this class. :(
Bhavesh.Bagadiya
+2  A: 

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

George Profenza
Thanks, buddy. :)
Bhavesh.Bagadiya