After extending the WebSphere® Multichannel Bank Transformation Toolkit Web services connector, a technical developer must modify the BTT class table in the btt.xml file to replace the default WebSphere Multichannel Bank Transformation Toolkit connector class with the new WebSphere Multichannel Bank Transformation Toolkit connector class. Below is an example of how to change the JAX-WS connector.
<field id="JaxWsConnector" value=" com.ibm.btt.services.ws.jaxws.BTTJaxWsConnector " />with the following line:
<field id="JaxWsConnector" value="com.ibm.btt.alphatest.ws.SampleJaxWsConnector" />