IBM® WebSphere® Multichannel Bank Transformation Toolkit provides a simple set of tools that allow you to invoke Web services without requiring you to write any Java code. The WebSphere Multichannel Bank Transformation Toolkit Web services tooling includes a set of wizards that allow you to select and retrieve a WSDL file, select the Web service operation described in the WSDL file that you want to invoke, and create data mappings between the WebSphere Multichannel Bank Transformation Toolkit data model and the Web services data model so that messages can be exchanged between the two.
A manually generated self-defined operation is a self-defined operation for which the data and the context are created by a developer.
You might choose to invoke Web services by using a manually generated self-defined operation if a WebSphere Multichannel Bank Transformation Toolkit application has already been developed and all the operations required by the application have already been created. If you want to enhance the WebSphere Multichannel Bank Transformation Toolkit application by providing access to Web services through an operation that has already been created, you should invoke Web services by using a manually generated self-defined operation.
For information on how to invoke Web services by using a manually generated self-defined operation, refer to the Invoking Web services by using a manually generated WebSphere Multichannel Bank Transformation Toolkit operation section.
An automatically generated self-defined operation is a self-defined operation for which the data and the context are created by WebSphere Multichannel Bank Transformation Toolkit tooling.
You might choose to invoke Web services by using an automatically generated self-defined operation if the development of the WebSphere Multichannel Bank Transformation Toolkit application for which Web services is required has not yet been completed, and if the operation that is required to invoke Web services has not yet been created. The WebSphere Multichannel Bank Transformation Toolkit Web services tooling automatically derives a WebSphere Multichannel Bank Transformation Toolkit self-defined operation from the Web service operation you want to invoke so that you do not have to manually generate the data, context, formatters, and the services. Invoking Web services by using an automatically generated self-defined operation also means that you do not have to manually create data mappings between the Web services data model and the WebSphere Multichannel Bank Transformation Toolkit data model.
For more information on how to invoke Web services by using an automatically generated self-defined operation, refer to the Invoking Web services by using an automatically generated self-defined operation section.