...
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
...
Follow the below instructions to simulate this sample scenario.
Gliffy | ||||
---|---|---|---|---|
|
Executing the sample
Send the following request to the ESB Profile using SOAP UI (or any other SOAP client).
Code Block |
---|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.samples" xmlns:xsd="http://services.samples/xsd"> <soapenv:Header/> <soapenv:Body> <ser:getQuote> <ser:request> <xsd:symbol>foo</xsd:symbol> </ser:request> </ser:getQuote> </soapenv:Body> </soapenv:Envelope> |
...
Analysing the output
After sending the request to the ESB profile of WSO2 EI through the client, notice that the Stock Quote service has received will receive the inventory and logged the message.samples.services.SimpleStockQuoteService :: Generating quote for : foo
...
log a message. The following output will be printed on the Axis2 server's Console, confirming that the request is successfully received by the back-end service.
You can view the response in the SOAP UI as follows.