开发者

WebService implementation in ActionScript 3

开发者 https://www.devze.com 2022-12-14 22:55 出处:网络
H开发者_JAVA百科ow 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.

H开发者_JAVA百科ow 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


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消