ICO0040E javax.resource.NotSupportedException:
ICO0040E:methodname error.
IMSConnector does not support this version of execute method.

Explanation

The IMS TM resource adapter does not support the form of the execute method that takes two input parameters and returns an object of type javax.resource.cci.Record.

User response

Use the supported form of the execute method in class IMSInteraction. The supported form of the execute method has the following signature:
boolean execute(InteractionSpec, Record input, Record output)