...
This command sends a stock quote request to the provided transport endpoint (http://localhost:8280/services/StockQuoteProxy
). The proxy service receives the message and uses the send mediator to forward it to the server. The response from the server is displayed in the console as follows:
Standard :: Stock price = $165.32687331383468
You have now learned how to create a proxy service that intercepts messages and uses mediators to manipulate the messages before sending them to the server. In the next lesson, you will learn how to monitor the mediation and the ESB.