Testing outbound with data transformation for the create operation

Test the create operation with the outbound module created in Tutorial 1 using the WebSphere Integration Developer test module.

  1. If WebSphere Process Server is not started, use the following procedure to start WebSphere Process Server in WebSphere Integration Developer:
    1. In WebSphere Integration Developer, open the Servers view by clicking Window > Show View > Servers.
    2. To start WebSphere Process Server, right-click WebSphere Process Server v6.0 and click Start.
  2. Switch to the Business Integration perspective.
  3. In WebSphere Integration Developer, right click FlatFileOutboundModule and select Test > Test Module.
  4. Expand Detailed Properties.
  5. In the Events window, select createCustomer 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 UTF-8
    includeEndBODelimiter <null>
    Staging directory <null>
    Figure 1. Events page with the createCustomer operation selected
    This image is described in the surrounding text.
  6. Click Continue.
  7. Optional: If asked to verify your server deployment, select your server from the list and click Finish.

Result

Verify that the file has been created in the C:\flatfiledir\outputdir directory with the specified contents in text/xml format.
Figure 2. Contents of the filecreate.txt file
This image is described in the surrounding text.

Terms of use |


(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)