An operation which returns an mdex:properties element containing a property description record for each property in the MDEX Engine. An operation which returns an mdex:propertyKeys element containing the key of each property in the MDEX Engine. An operation which returns an mdex:properties element containing a property description record for each of the specified properties. An operation which returns an mdex:dimensions element containing a dimension description record for each dimension in the MDEX Engine. An operation which returns an mdex:dimensionKeys element containing the key of each dimension in the MDEX Engine. An operation which returns an mdex:dimensions element containing a dimension description record for each of the specified dimensions. An operation which returns an mdex:groups element containing the full representation of each group in the MDEX Engine. An operation which returns an mdex:groupSummaries element containing a summary of each group in the MDEX Engine. An operation which returns an mdex:groups element containing the full representation of each of the specified groups. An operation which returns an mdex:globalConfigRecord element containing the global configuration record. An operation which returns an mdex:precedenceRules element containing the full representation of each precedence rule in the MDEX Engine. An operation which returns an mdex:precedenceRules element containing a summary of each precedence rule in the MDEX Engine. An operation which returns mdex:configDocument elements containing the content of each of the specified XML configuration documents. An operation which returns an mdex:configDocumentNames element containing the name of each XML configuration document in the MDEX Engine. An operation which returns an mdex:configuration element containing the global configuration record and all properties, dimensions, groups, and XML configuration documents (except en_word_forms_collection) in the MDEX Engine. An operation which creates each of the given properties or updates them if they already exist. An operation which updates properties according to the given property description record slices. Each slice should contain an mdex-property_Key element indicating which property to update and other elements representing assignments to add to the property. For each of these assignments, any existing assignments to the same property will be removed from the property being updated. An operation which creates each of the given dimensions or updates them if they already exist. An operation which updates dimensions according to the given dimension description record slices. Each slice should contain an mdex-dimension_Key element indicating which dimension to update and other elements representing assignments to add to the dimension. For each of these assignments, any existing assignments to the same property will be removed from the dimension being updated. An operation which removes all existing groups and adds the given ones. An operation which creates each of the given groups or updates them if they already exist. An operation which updates group configs according to the given group description record slices. Each slice should contain a system-group_Key element indicating which group to update and other elements representing assignments to add to the group config. For each of these assignments, any existing assignments to the same attribute will be removed from the group config being updated. An operation which deletes each of the specified groups. An operation which updates the global configuration record. An operation which updates the given XML configuration documents. An operation which removes all existing precedence rules and adds the given ones. An operation which creates each of the given precedence rules or updates them if they already exist. An operation which deletes each of the specified precedence rules. An operation which imports all of the given schema and configuration. The global configuration record, properties, dimensions, and XML configuration documents will be updated. The set of groups will be replaced with those given. The configTransaction element contains the operations to be performed for a configuration service request. The results element indicates that the configuration web service request completed successfully, and it contains any information returned by the operations which were performed.