How to create a Route using a data service
This section provides a scenario to illustrate how to create a Route using the data service you created in the previous section.
In this scenario, you will define a Route using the Web service you just created, send a request to this Web service and retrieve the response from the Web service for a further use.
Creating the Route
To create the Route, you need:
- a cJMSConnectionFactory component to specify the connection factory for message handling,
- two cJMS components, one to read a JMS message from one queue and send the request to the Web service and the other to retrieve the response from the Web service and save it in another queue,
- and a cSOAP component to connect to the Web service.