Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | The Adapter Definition | Creating an Adapter Package
 
Creating an Adapter Package
Create an adapter package in the same way you create any webMethods package, using Designer. If you need instructions for creating a package, see the webMethods Service Development Help for your release.
Designer creates a folder structure in which you can develop your adapter, as shown.
Note: 
*You must use the adapterPackageName\code\source folder as your source base and create directories corresponding to your Java package structure (for example, com\mycompany\adapter\myadapter).
*You must set the package dependency as follows:
Field
Value
Package
WmART
Version
*.*
*The WmART package is installed when you install Integration Server.
The following figure shows the webMethods package structure: