访问 url 时发生安全错误无法加载 WSDL
我们公司开发了一个内部网络服务,我已经使用 Flex 连接了该网络服务,并且能够从该服务获取所有方法/操作。但是当我尝试从方法获取数据时,我在运行应用程序时收到以下错误消息:
访问 url 时出现安全错误 无法加载 WSDL。如果当前在线,请验证 WSDL 的 URI 和/或格式 (http://ispl30:8080/MGEMWS/MGEMWS?wsdl)
我无法找出问题所在?
we have an internal webservice developed in our company and i have connected that web service using flex and am able to get all the methods/operations from that service. but wen i try to get data from methods i get the following error msg while running the application
Security error accessing url
Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://ispl30:8080/MGEMWS/MGEMWS?wsdl)
am not able to figure out what the problem is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 WSDL 在运行 Flex SWF(不使用 Flex 代理)的计算机或服务器(使用 Flex 代理)的 Web 浏览器中是否可用。
如果您不使用 Flex 代理,是否将 Flex SWF 和 Web 服务托管在同一主机上?
考虑使用跨域策略:
请参阅 http://www.adobe.com/devnet/articles /crossdomain_policy_file_spec.html
Check that the WSDL is available in a web browser from the computer you're running the flex SWF (without flex proxy) or from the server (using flex proxy).
If you're not using flex proxy, are you hosting the flex SWF and the webservice on the same host ?
Consider usage of cross domain policy:
See http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html