Defining the WSIFMessage Mapper

If you use WSIF Action in your Struts process, you need to define WSIFMessage Mappers for the Struts process, so that the data in your screen flow context can be mapped to a WSIF message.

To define a WSIFMessage Mapper, do the following:

  1. Start the Struts Tools BTT Extensions.
  2. From the WSIFMessage Mapper tab of the tool, click the Add button under the Defined WSIFMessage Mapper section.
  3. From the dialog box that pops up, type the name of the WSIFMessage Mapper and click OK.
  4. Select the WSIFMessage Mapper you just created, and click the Add button under the WSIFMessage Mapper Elements section.
  5. From the dialog box that pops up, type the context data element and WSIF message PartKey.
  6. For the Converter class name, you can type the class name in the field or click the Add button to browse to your WSIFMessage Mapper class.
  7. Click OK to close the dialog box.
  8. Repeat step 4 to step 7 until you finish defining the WSIF Message Mapper.
  9. Add more WSIFMessage Mappers according to your need.