开发者

Anyone integrated MULE (ESB) into .Net platforms or WCF?

开发者 https://www.devze.com 2022-12-13 15:06 出处:网络
H开发者_开发知识库Ow did you integrate? SOAP? etcSOAP 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 implemen

H开发者_开发知识库Ow did you integrate? SOAP? etc


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 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.


  1. Create a WCF service
  2. Consume using the Mule ESB

Here's the link to this: http://blogs.mulesoft.org/consuming-net-wcf-soap-web-services-from-mule/

0

精彩评论

暂无评论...
验证码 换一张
取 消