You must change some values in the MO_Server_DataHandler meta-object
Configure the MO_Server_DataHandler meta-object by doing the following:
- Change the value of the Name attribute to text_xml_datastore
- Change the values of the Type attribute to MO_DataHandler_XMLDataStoreConfig
- Ensure that the value for the Cardinality attribute is 1.
The MO_DataHandler_XMLDataStoreConfig business object is an example
of a meta-object that is used to configure the XML data handler. It is identical
to the MO_DataHandler_DefaultXMLConfig business object, except the BOPrefix
attribute is blank. For the SampleObject GBO example, the BOPrefix must be
blank, so a meta-object is required.