After you have imported and deployed the sample, you can run it by using the instructions later in this section, see Running the sample.
This topic also includes an example input test message and a corresponding output message, so that you can confirm that the sample has worked.
If you encounter any problems when you run the sample, see Resolving problems when running samples in the WebSphere Message Broker documentation.
The test message that is used to run this sample is based on the following format:
<ConvertToMiles>
<Yards>1000</Yards>
</ConvertToMiles>
This sample uses the MultipleWSRequests message flow. To send the HTTP requests you can use the following steps, or download and use any freeware HTTP client, for example, "Net Tool".
To run the sample:
The sample is complete if all the previous steps were successful. Look at the Java code in the MultipleWSRequests message flow to see how this sample works.
The following message is the expected output message:
<Miles>0.5681818179647999</Miles>