有人将 MULE (ESB) 集成到 .Net 平台或 WCF 中吗?
你是如何融入的?肥皂? ETC
HOw did you integrate? SOAP? etc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
你是如何融入的?肥皂? ETC
HOw did you integrate? SOAP? etc
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
SOAP 是典型的选择,但不是唯一的选择。您还可以使用 REST、TCP、数据库(Mule 端的 JDBC)等进行集成。对于最近的 Mule 实现,开发了用于 Mule 的 MicrosoftMQ 连接器并可用,但您需要联系 MuleSoft 获取它。
SOAP is the typical choice, but not the only. You can also integrate using REST, TCP, Database (JDBC on the Mule Side), etc. For a recent Mule implementation, a MicrosoftMQ connector for Mule was developed and is available, but you need to contact MuleSoft to get it.
Mule本身是一个基于java的ESB,需要运行JVM。至于将其集成到 .NET 平台中......好吧,你真的不能:D。你能做的就是在 mule 中实现 SOA 集成模式,以便与你的 ASP.NET Web 应用程序、.asmx 服务等配合使用。Mule
(或者任何 ESB)旨在生活在异构环境中,并在所有事物之间编排 SOA您需要集成的。
Mule itself is a java based ESB that needs to run a JVM. As for integrating it within the .NET platform... well you can't really :D. What you can you do is implement SOA Integration Patterns in mule to work with your ASP.NET web apps, .asmx services, etc. etc.
Mule (or any ESB really) is meant to live in an heterogeneous environment and orchestrate SOA between everything that you need to have integrated.
以下链接: http://blogs.mulesoft.org/consuming-net-wcf-soap-web-services-from-mule/
Here's the link to this: http://blogs.mulesoft.org/consuming-net-wcf-soap-web-services-from-mule/