Software AG Products 10.11 | Running Business Processes and Composite Applications | Administering My webMethods Server | System Administrator Functions | Working with the Common Directory Services API | About CDS Version Interoperability | Enabling Version Interoperability in My webMethods Server
 
Enabling Version Interoperability in My webMethods Server
1. Retrieve the cluster.xml file for My webMethods Server using the getconfig command.
2. Open the cluster.xml file in a text editor, and set the useInteropMode attribute in the <Cluster> element to true, as follows:
<Cluster clusterId="ID" frontEndSecurePort="-1"
frontEndUrl="http://localhost:8585" useInteropMode="true">
3. Save the file and execute the putconfig command to store it to the database.
4. Remove the local copy of the cluster.xml file from the node.
For more information about working with the cluster.xml file, see Working with the cluster.xml File.
5. Configure Central User Management in Integration Server as described in webMethods Integration Server Administrator’s Guide.