Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Sample Adapter | Phase 1: Creating an Adapter Definition | Compiling the MyWmSampleAdapter Package
 
Compiling the MyWmSampleAdapter Package
*To compile the MyWmSampleAdapter package
1. Copy all the source code from the WmSampleAdapter\code\sourcePhase1 directory to the MyWmSampleAdapter\code\source directory.
Important:
You must maintain the proper subdirectory structure when copying the source code files.
2. Copy the SampleClient.jar file from the WmSampleAdapter\code\jars directory to the MyWmSampleAdapter\code\jars directory.
If the MyWmSampleAdapter\code\jars directory does not exist, you must create it.
3. Copy all the files in WmAdapterSample\pub directory toMyWmSampleAdapter\pub directory except the index.html file .
4. Execute the following commands from a command prompt:
a. jcode makeall MyWmSampleAdapter
b. jcode fragall MyWmSampleAdapter
5. Restart Integration Server.
6. Start Integration Server Administrator.
7. Navigate to Packages > Management screen.
The MyWmSampleAdapter package is now available.