FluorineFX 和 WCF
嗨,
我一直在很多论坛上问同样的问题,包括 Fluorine FX,但没有人回答我。
我是 FluorineFx with Flex/AIR 的用户,并且在 WCF 服务方面拥有巨大的遗产。我需要开发一个应用程序,并且我想使用 Flex/AIR。问题是如何使用 FluorineFX 从 Flex/AIR 调用我的 WCF 服务。
Fluorine的源代码包括一个名为Fluorine.WCF的特定项目,但没有文档。
我该如何使用它???
FluorineFX 是一个非常好的项目,我有很多使用这个框架的应用程序。支持总是很好,我可以解决我所有的问题。但现在,不知道为什么,我得不到任何答复。 FluorineFX 有什么问题吗???
提前致谢。
andHi,
I have been asking the same question in a lot of forums, including the Fluorine FX and nobody asnwered me.
I am a user of FluorineFx with Flex/AIR and I have a huge legacy in WCF Services. I need to develop an application and I would like to use Flex/AIR. The problem is how can I call my WCF services from Flex/AIR using FluorineFX.
The source code of Fluorine include a specific project called Fluorine.WCF, but there is no documentation.
How can I use it ???
FluorineFX is a very good project and I have a lot of applications using this framework. The support was allways good and I could solve all my problems. But now, I do not know why, I cannot receive any answer. Is there anything wrong with FluorineFX ???
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您为什么要使用 FluorineFX 调用您的 WCF 服务?我们使用 AS3 类 HTTPService 来调用 REST WCF 服务。另一方面,调用 SOAP WCF 服务并不容易。对于 REST 和 SOAP 调用,Flex 中生成代码的向导似乎不是很全面。
如果你想要一个开放的API,我建议使用REST(Xml或Json。可以在你的WCF服务中配置)。您可以使用 WebGet 或 WebInvoke。
如果你确实想使用 FluorineFX 调用 WCF 服务,请查看这个< /a> 佐利本人的例子。您可能需要 SVN 提供的最新版本 FluorineFX。
我确实认为使用 FluorineFX 调用 WCF 服务可以减少开销,但我可能是错的。
Why would you use FluorineFX to call your WCF Services? We use the AS3 class HTTPService to call our REST WCF Services. Calling SOAP WCF Services on the other hand is not easy. For both REST and SOAP calls, the wizards in Flex to generate code don't seem very thrust full.
If you want an open api, I suggest using REST (Xml or Json. Can be configured in your WCF Services). You can use WebGet or WebInvoke.
If you really want to use FluorineFX to call a WCF service, take a look at this example by Zoli himself. You'll probably need the latest version of FluorineFX from SVN.
I do think using FluorineFX to call WCF Services is kind off overhead, but I could be wrong.