Expected Result
After the process starts, the adapter publisher sends the input data in Rendezvous messages. The adapter subscriber receives these messages and writes the data to an output file located in the working directory.
The data in the Input tab in the business process is successfully written to an output file. The input data and output results are shown as follows:
Input File | Output File |
---|---|
Order field_type "Order" Name "ID41678" Date "20May2000" Item_caret_child item field_type "Item" Name "GigaWidget" Quantity 60 Price "$75" Customer_caret_child item field_type "Customer" Name "Hopkins Associates" ID "ID26490" |
Order;ID41678;20May2000 Item;GigaWidget;+6.000000E+001;$75 Customer;Hopkins Associates;ID26490 |
Copyright © TIBCO Software Inc. All rights reserved.