- 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

推薦閱讀
- JavaScript高效圖形編程
- SOA實(shí)踐
- Hands-On Automation Testing with Java for Beginners
- OpenCV 4計(jì)算機(jī)視覺項(xiàng)目實(shí)戰(zhàn)(原書第2版)
- Mastering openFrameworks:Creative Coding Demystified
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Python 3.7從入門到精通(視頻教學(xué)版)
- Vue.js應(yīng)用測(cè)試
- Xamarin Blueprints
- OpenCV with Python Blueprints
- Visual C++從入門到精通(第2版)
- Mobile Forensics:Advanced Investigative Strategies
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程(第二版)
- iOS Development with Xamarin Cookbook
- 零基礎(chǔ)PHP從入門到精通