DataServiceQuery and DataServiceUpdate Actions

These actions initiate workflows for export and import of metadata. All the input parameters are specified in the input file itself and no other parameters need to be specified.

No specific parameters are required.

<DataSet type="single">
     <Name>ENT1 Import</Name>
     <Credential domain="GLN">
         <Identity>0040885020007</Identity>
     </Credential>
     <Action>DataServiceUpdate</Action>
     <URIInfo scheme="local">
          <Relative>MQ_COMMON_DIR</Relative>
          <URI>/ent1/metadata/import</URI>
     </URIInfo>
</DataSet>
<DataSet type="single">
     <Name>ENT1 Export</Name>
     <Credential domain="GLN">
          <Identity>0040885020007</Identity>
     </Credential>
     <Action>DataServiceQuery</Action>
     <URIInfo scheme="local">
         <Relative>MQ_COMMON_DIR</Relative>
         <URI>/ent1/metadata/export</URI>
     </URIInfo>
</DataSet>