Adapter Development Kit 6.5 | 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 server first creates a new instance of the corresponding class, unless it is already cached. Then it calls the metadata parameter "set" methods, passing the parameter settings stored in the adapter service node. Lastly, it 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 following figure.
Adapter service execution