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.
5. Configure Central User Management in Integration Server as described in webMethods Integration Server Administrator’s Guide.