谁在使用带有导入 Web 服务的 Cairngorm 2.2?
我对 Cairngorm 很陌生,所以对可能是一个简单的问题表示歉意:
我正在使用导入到 Flex Builder 3 中的许多 WCF 服务(通过“数据”>“管理 Web 服务”),并且我想知道如何公开这些服务位于凯恩戈姆的 ServiceLocator。 从我到目前为止所读到的内容来看,Cairngorm 似乎更喜欢在 Services.mxml 中定义服务(或以某种方式在 MXML 中),但这在我的情况下不起作用。
I'm very new to Cairngorm, so apologies for what's probably a simple question:
I'm working with a number of WCF services imported into Flex Builder 3 (via Data > Manage Web Services), and I'm wondering how to expose those services to the ServiceLocator in Cairngorm. From what I've read so far, it looks like Cairngorm prefers the services be defined in Services.mxml (or somehow in MXML), but that won't work in my case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我现在正在开发一个应用程序,Services.mxml 让我抓狂...只是没有拨打电话。 我读过描述此问题解决方案的博客文章,但这是一个反复出现、令人烦恼的问题,因此我想找到一种更可靠的方法。 我相信您可以简单地替换您的委托中检索 Web 服务引用的代码,
如下所示:
我希望在那之后,其余的事情应该很简单。 我计划今晚做一些测试,所以我会让你知道进展如何。
I'm working on an app right now where Services.mxml is driving me nuts... calls are just not being made. I've read the blog posts that describe solutions to this issue but it's a recurring, nagging problem so I want to find a more reliable approach. I believe that you could simply replace the code in your Delegate where you retrieve the reference to the web service
to something like this:
I'm hoping that, after that, the rest should be straight forward. I'm planning to do some testing tonight so I'll let you know how it goes.