- WSO2 Developer’s Guide
- Fidel Prieto Estrada Ramón Garrido Lázaro
- 192字
- 2021-07-08 10:05:59
Building Web Services
In this chapter, we will look at the main concepts of WSO2 Enterprise Integrator. What is the nomenclature and the parts that have a role inside different types of services that offer us the EI server:
- How to build SOAP Proxies and REST APIs
- Creation of inbound endpoints for dynamic services
- Different mediators such as send, log, script, and property
- Transport configuration
- Creation and configuration of sequences
- Scheduling tasks
WSO2 EI has multiple entry types to start a service:

- Proxy: Acts as a virtual service: receives messages and mediates them before sending them to the endpoint
- Main Sequence: Default sequence for all messages not sent to a proxy service
- API: Accepts REST messages that allow clients to provide additional information on how to manage the message
- Inbound Endpoint: A message source that can be configured dynamically
- Task: Scheduled jobs to execute proxy service or a named sequence

When we create a service, it's necessary to configure the following:
- Transport: Carry the payload in a specific format
- Mediators: Simplest message processing units that are placed inside sequences
- Sequences: List of mediators executed sequentially
- Endpoints: Define destination for the current payload

推薦閱讀
- GAE編程指南
- CentOS 7 Server Deployment Cookbook
- 程序員面試算法寶典
- Silverlight魔幻銀燈
- Backbone.js Blueprints
- ASP.NET 3.5程序設計與項目實踐
- HDInsight Essentials(Second Edition)
- Hands-On Full Stack Development with Go
- Mastering JavaScript High Performance
- D3.js By Example
- .NET 4.5 Parallel Extensions Cookbook
- uni-app跨平臺開發與應用從入門到實踐
- Python數據可視化之美:專業圖表繪制指南(全彩)
- Mastering ASP.NET Web API
- 大話代碼架構:項目實戰版