Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Adapter Services | Adapter Service Implementation | Defining WmAdapterService Implementation Class
 
Defining WmAdapterService Implementation Class
1. Create a folder structure for the Java package for adapter service implementation. For example: com\mycompany\adapter\myadapter. In the example, the Java package created is com\wm\services.
Note:
You must create your Java package and classes in the adapterPackageName\code\source folder in the webMethods package you created using Designer.
2. Create a class by extending the base class com.wm.adk.cci.interaction.WmAdapterService.
In the example, the class created is MockDBUpdate.
3. Implement the abstract method WmAdapterService.execute.
4. Override the base class implementation of the WmAdapterService.fillWmTemplateDescriptor method.