我正在创建一个需要由 FlashBuilder 4 使用的 Restful WCF Web 服务。这可能吗?如果是这样,我该怎么做呢?
谢谢
我正在创建一个需要由 FlashBuilder 4 使用的 Restful WCF Web 服务。这可能吗?如果是这样,我该怎么做呢?
谢谢
容易地。
<s:HTTPService id="service" url="http://domain.com/the/rest/path/" result="onResult(event)" resultFormat="xml" />
然后只需要做service.send()
。
查看数据服务向导。这是一个带有教程的好博客:http: //technoracle.blogspot.com/2009/07/flash-builder-4-tutorial-2-restful.html