ESB (iii) Integration of Web service services across platforms and heterogeneous systems

Source: Internet
Author: User
Tags mule esb

Four modes of 1.mule ESB Integration SystemA. Simple service Mode

a synchronous call that belongs to several Web service, request response processing mode. B. Bridging mode


C. Checker mode

the validator mode filters the service request by defining a checksum filter and synchronously returns the ACK (acknowledge) or nack (not acknowledge) result. Service requests that are verified are distributed asynchronously to the processor.
D. Service agent model

in the integration we use the D mode, in the middle of a proxy to transit request processing, the address of the external release is flexible, when the provider's Web service changes, there is no need to change the service user's code, equivalent to the role of decoupling.
2.*.flow graphic File design
the corresponding code flow is:
<?xml version= "1.0" encoding= "UTF-8"? ><mule xmlns= "Http://www.mulesoft.org/schema/mule/core" xmlns:http= " Http://www.mulesoft.org/schema/mule/http "xmlns:cxf=" HTTP://WWW.MULESOFT.ORG/SCHEMA/MULE/CXF "xmlns:doc="/HTTP/ Www.mulesoft.org/schema/mule/documentation "xmlns:spring=" Http://www.springframework.org/schema/beans "version=" EE-3.4.1 "xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance "xsi:schemalocation=" http://www.mulesoft.org/ Schema/mule/http http://www.mulesoft.org/schema/mule/http/current/mule-http.xsdhttp://www.mulesoft.org/schema/ MULE/CXF http://www.mulesoft.org/schema/mule/cxf/current/mule-cxf.xsdhttp://www.springframework.org/schema/ Beans http://www.springframework.org/schema/beans/spring-beans-current.xsdhttp://www.mulesoft.org/schema/mule/ Core http://www.mulesoft.org/schema/mule/core/current/mule.xsd "> <flow name=" webservice_proxy_test "Doc:name = "Webservice_proxy_test" > Packaging the release, deploying the ESB separately on one server, can also reduce the pressure on other servers, making the request go through the ESB server.
Where the The Mule ESB is a message framework for data interaction between applications, and various applications are encapsulated by the ESB in order to serve transport to enable the data between services to interact, and the data is converted into data formats during transport transfer. The Mule ESB solves the interaction problems among various systems, platforms, and complex systems, and supports a variety of transport protocols, such as JMS, FTP, JSON, XML, RMI, in addition to Web service support. the next one is about to invoke the JMS messaging service through the ESB so that each system can communicate asynchronously.



ESB (iii) Integration of Web service services across platforms and heterogeneous systems

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.