Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Request-Response Service for Asynchronous Communication : Expected Results

Expected Results
Results for this example will be written into Get_output.xml file located in the D:\examples\Asynchronous\Product\BusinessWorks folder. A sample output is given below.
 
<?xml version="1.0" encoding="UTF-8"?>
<Product>
<RequestResponseReplySchema>
<RequestResponseServiceReply_Product_List>
<PRODUCTID>1</PRODUCTID>
<CATEGORYID>234</CATEGORYID>
<PRODUCTNAME>XYZ</PRODUCTNAME>
<DESCRIPTION>Books</DESCRIPTION>
<UOM>12.000000</UOM>
<PRICE>2.000000</PRICE>
</RequestResponseServiceReply_Product_List>
</RequestResponseReplySchema>
</Product>

Copyright © TIBCO Software Inc. All Rights Reserved