An endpoint defines an external destination for an outgoing message through WSO2 ESB. Typically, the endpoint is the address of a proxy service, which acts as the front end to the actual service. For example, the endpoint for the simple stock quote sample is http:
//localhost
:9000
/services/SimpleStockQuoteService
.
For detailed information on each endpoint type available with WSO2 ESB, see WSO2 ESB Endpoints.
Configuring endpoints
In the XML configuration, the <endpoint> element defines an endpoint as follows:
...
- Working with Endpoints via the ESB Tooling Plug-In
- Managing Working with Endpoints via the Management Console
Tracing and handling errors
...