- 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

推薦閱讀
- UI設計基礎培訓教程
- Getting Started with Citrix XenApp? 7.6
- OpenShift開發指南(原書第2版)
- 少年輕松趣編程:用Scratch創作自己的小游戲
- 實戰Java程序設計
- Python數據分析(第2版)
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- C語言程序設計同步訓練與上機指導(第三版)
- Mastering Drupal 8 Views
- Python Web數據分析可視化:基于Django框架的開發實戰
- Visual Basic程序設計實驗指導(第二版)
- Yii Project Blueprints
- Getting Started with Eclipse Juno
- 打開Go語言之門:入門、實戰與進階
- Python Data Science Cookbook