如何通过 Flashbuilder 4 使用 REST Web 服务?
我正在创建一个 Restful WCF Web 服务,FlashBuilder 4 需要使用该服务。这可能吗?如果是这样,我该如何去做呢?
谢谢
I am creating a Restful WCF web service which will need to be consumed by FlashBuilder 4. Is this possible? If so, how can I go about doing that?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
容易地。
然后只需要执行
service.send()
。Easily.
Then just need to do
service.send()
.查看数据服务向导。这是一个带有教程的好博客: http: //technoracle.blogspot.com/2009/07/flash-builder-4-tutorial-2-restful.html
Take a look at the data services wizard. Here is a good blog with a tutorial: http://technoracle.blogspot.com/2009/07/flash-builder-4-tutorial-2-restful.html