Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Adapter Services | Testing Adapter Services
 
Testing Adapter Services
You use Designer to test adapter services.
For more information about testing and debugging services, see the webMethods Service Development Help for your release.
When you enter the values for the initial connection to the Domino Server, use your Lotus Notes user ID and password.
*To test adapter services
1. Review the steps in Before Configuring or Managing Adapter Services.
2. In Designer, expand the package and folder that contain the service you want to test.
3. Create a new flow service.
4. Insert a flow step that calls the adapter service that invokes the createSession method in the lotus.domino.Session class.
5. Insert the flow steps necessary to call the adapter service that performs the Domino operation you want to test. Sometimes you need to call more than one service before you can obtain the necessary object. See the reference information in Built-In Services Reference, and also consult the Lotus Domino Toolkit for Java/CORBA documentation as necessary to become familiar with the services.
Note:
A samples package is available that contains examples and instructions for using certain methods. You can browse the samples package and see if there is a sample that fits the type of operation you want to test. For more information about obtaining the sample package, see Adapter Services.
6. If you are using Designer, select Run > Run As > Run Service.
7. For every service input field, you will be prompted to enter an input value. Enter a value for each input field and then click OK.
8. Click the Service Result tab (in Designer) to view the output from this service.