Retrieving a List of Knowledge Modules

By calling the GetKnowledgeModules method, you can get a list of Knowledge Modules held within a project. Here's an example:

<?xml version="1.0"?>
<XRKB>
  <KMLIST>
    <KM name="Expenses"/>
    <KM name="Pension"/>
  </KMLIST> 
</XRKB>

This project contains two Knowledge Modules (Expenses and Pension). Each knowledge module will be defined in the <KM> tag. The entire list will be held within the <KMLIST> tag.