Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Adapter Services | Adapter Service Template Interactions | Executing Adapter Service Nodes
 
Executing Adapter Service Nodes
When an adapter service executes, the Integration Server performs the following:
*Creates a new instance of the corresponding class, unless it is already cached.
*Calls the metadata parameter "set" methods, passing the parameter settings stored in the adapter service node.
*Calls the service's execute method, passing a connection instance and a copy of the pipeline wrapped in a WmRecord object, as shown in the figure.