Create operation

An operation is the entity responsible for performing the set of tasks needed to complete a basic financial operation, including data input and validation, interaction with external services, and management of the results and data received. An operation has a requester that requests its execution, provides input data, and eventually receives the results. The operation requester can be a Java application, an applet, a batch command processor, another more general operation, and so on. Since an operation is completely separate from the requester (the entity that launches an operation), different requesters can run the same operation.

In mobile solution we mainly use operation to query required data for client side, process service side business logic and communicate with other back-end banking systems. For mote details about how create an operation please refer,

http://publib.boulder.ibm.com/infocenter/btt/v8r0/topic/com.ibm.btt.application_presentation.doc/doc/concepts/opstep/opstep_intro.html