Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Sample Adapter | Phase 3: Adding Adapter Services | Compiling the Phase 3 Implementation | Configuring the Deposit Adapter Service Node
 
Configuring the Deposit Adapter Service Node
Perform the following procedure to configure the Deposit adapter service node.
*To configure the Deposit adapter service node
1. On the Integration Server Administrator > Adapters screen, click Sample Adapter.
The Sample Adapter management screen opens.
2. Select Connections.
3. Configure the sampleConnection connection node in the TestSampleAdapter3 package, and enable the connection, as described in Configuring the Connection Node.
4. Go to Integration Server Administrator > Package > Management and reload the WmSampleAdapter3 package.
5. In Designer, select File > Refresh.
6. In the Package Navigator, navigate to the TestSampleAdapter3 package and create a folder named services.
7. Select File > New.
8. Select Adapter Service from the list of elements.
9. On the Create a New Adapter Service screen, type deposit in the Element name field and click Next.
10. On the Select Adapter Type screen, select Sample Adapter and click Next.
11. On the Select an Adapter Connection Alias screen, select connections:sampleConnection and click Next.
12. On the Select a Template screen, select Function Invocation and click Next.
13. Assign the name to the service and click Finish.
The adapter creates the adapter service, and the Adapter Service Editor appears.
14. Select File > Save.
15. In the Adapter Service Editor's Function Invocation tab, select Deposit from the Function Name field.
16. Accept all default values on the Settings tab. For more information, see the webMethods Service Development Help for your release.
17. Select File > Save.
Note:
To create additional adapter service nodes, repeat this procedure, selecting the appropriate function names, such as Withdraw or Transfer.