Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Adapter Services | Editing the XML Data File
 
Editing the XML Data File
When configuring an adapter service, you select a Lotus Domino class and method to call. These classes and methods are defined in an XML data file. You may edit the XML data file to remove classes so that the list is smaller, or to expose only some classes for security reasons. The WmXMLDataFile.xml file can be found in the Integration Server_directory \packages\WmLotusNotesAdapter\config directory. For more information about adapter services, see Adapter Services.
Note:
Be sure to use an XML editor when making changes to this file. Any changes made must result in a valid XML file. If the XML data file is invalid, the adapter may fail during the following operations: while loading the XML file, while configuring an adapter service, or while loading or executing a service.
*To edit the XML data file
1. Navigate to the Integration Server_directory \packages\WmLotusNotesAdapter\config directory.
2. Open the WmXMLDataFile.xml file with an XML editor.
3. Each class is located within the <Class name> tag. Each method for the particular class is located within the <method> tag.
*To delete a class, delete all text from the applicable <Class name="lotus.domino.xx.XXX" instance="acl">tag to the corresponding </Class> tag.
*To delete a method, delete all text from the applicable <method> tag to the corresponding </method> tag.
4. Save the file.
5. Reload the WmLotusNotesAdapter package for the changes to take effect. For more information about loading packages, see Loading, Reloading, and Unloading Packages.