Objective: Introduce ESB Mediation Libraries and how to invoke the templates.
...
Deploy SampleConnectorLib library to WSO2 ESB.
- Import SampleConnectorLib.
- Start the Axis2 server and deploy the
SimpleStockQuoteService
if not already done.
In this example "SampleLibProxy" is created to invoke templates defined in the "SampleConnectorLib" library. Target name is a combination of the package name of the library and the target operation name. Package name of "SampleConnectorLib" is "org.apache.synapse.sample" and the operation defined inside is "stockquote".
...