swf 问题中的 Flex Webservice
我正在尝试用于从在线 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论