- 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

推薦閱讀
- Mastering Apache Maven 3
- 小學生C++創(chuàng)意編程(視頻教學版)
- C語言程序設計
- RSpec Essentials
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實戰(zhàn)
- 寫給程序員的Python教程
- Simulation for Data Science with R
- Scratch從入門到精通
- Docker:容器與容器云(第2版)
- SQL Server 2014 Development Essentials
- Instant Pygame for Python Game Development How-to
- Manage Your SAP Projects with SAP Activate
- C語言編程魔法書:基于C11標準
- Learning Azure DocumentDB
- 區(qū)塊鏈原理、架構與應用(第2版)