Registering a Web services mapper

This section describes how to replace the default Web services mapper with SampleMapperConverter in the btt.xml file.

About this task

To register a new Web services mapper, you must modify the WebSphere® Multichannel Bank Transformation Toolkit class table in the btt.xml file to replace the default Web services mapper class with the new one. To replace the default Web services mapper with SampleMapperConverter, do the following steps.

Procedure

  1. Open btt.xml and search for the keyword wsMapperConverter.
  2. Replace<field id="wsMapperConverter" value="com.ibm.btt.base.ws.WSMapperConverter" /> with <field id="wsMapperConverter" value="com.ibm.btt.alphatest.ws.SampleMapperConverter" />.