swf 问题中的 Flex Webservice

发布于 2024-08-22 10:47:00 字数 487 浏览 8 评论 0原文

我正在尝试用于从在线 WSDL 文件获取信息。我在 FLEX 3 构建器中运行和测试没有任何问题。但是,在我将发行版导出到 SWF 文件后。该程序即使在本地运行也无法运行。 IE/firefox 在状态栏上显示“正在从 http://www.webservicex.net 传输数据”,但并不不回应。

这是我的 webService 标签代码:

<mx:WebService id="stockWebService"
    wsdl="http://www.webservicex.net/stockquote.asmx?WSDL"
    fault="handleFault(event)" result="handleResult(event)"/>

我尝试用谷歌搜索问题但找不到答案。有人可以帮我吗?非常感谢您抽出时间!

I'm trying to use for getting infomation from an WSDL file online. I have no problem running and testing in my FLEX 3 builder. However, After I export release build into SWF file. The program doesn't work even running local. IE/firefox said "transferring data from http://www.webservicex.net" on the status bar and doesn't response.

This is my code for webService tag:

<mx:WebService id="stockWebService"
    wsdl="http://www.webservicex.net/stockquote.asmx?WSDL"
    fault="handleFault(event)" result="handleResult(event)"/>

I try to google the problems but cannot found the answer. Can someone please help me? Thank you very much for you time!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文