Test the appendCustomer operation with the outbound module created
in Tutorial 1 using the WebSphere Integration Developer test module.
- If WebSphere Process Server is not started, use the following procedure
to start WebSphere Process Server in WebSphere Integration Developer:
- In WebSphere Integration Developer, open the Servers view by
clicking .
- To start WebSphere Process Server, right-click WebSphere
Process Server v6.0 and click Start.
- Switch to the Business Integration perspective.
- In WebSphere Integration Developer, right click FlatFileOutboundModule and
select .
- Expand Detailed Properties.
- In the Events window, select appendCustomer from
the Operation list and provide the following Initial
request parameters:
Name |
Value |
customerName |
Any name |
Address |
Any address |
City |
Any City |
State |
Any State |
fileName |
filecreate.txt |
directoryPath |
C:\flatfiledir\outputdir |
fileContentEncoding |
<null> |
includeEndBODelimiter |
<null> |
Staging directory |
<null> |
Figure 1. Events
page with the appendCustomer operation selected
- Click Continue.
Result
Specified content is appended
to the specified file.