Flex数据交互之WebService
摘要:
In this article you will learn how to call webservices hosted on asp.net applications from flex. Firstrewrite webservice class as CYMService:package Services{ import mx.controls.Alert; import mx.managers.CursorManager; import mx.rpc.AbstractOperation; import mx.rpc.events.FaultEvent; ... 阅读全文
posted @ 2013-10-24 22:24 深圳彦祖 阅读(5184) 评论(2) 推荐(1) 编辑