如何通过 Flashbuilder 4 使用 REST Web 服务?

发布于 2024-11-02 18:18:21 字数 87 浏览 0 评论 0原文

我正在创建一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

预谋 2024-11-09 18:18:21

容易地。

<s:HTTPService id="service" url="http://domain.com/the/rest/path/" result="onResult(event)" resultFormat="xml" />

然后只需要执行service.send()

Easily.

<s:HTTPService id="service" url="http://domain.com/the/rest/path/" result="onResult(event)" resultFormat="xml" />

Then just need to do service.send().

无所的.畏惧 2024-11-09 18:18:21

查看数据服务向导。这是一个带有教程的好博客: 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文