Previous Topic

Next Topic

Book Contents

Book Index

Sample GUI client XML variables

The following example describes the variables used in an XML request when using the Sample GUI client.

<?xml version="1.0" encoding="ISO-8859-1"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

  <SOAP-ENV:Body>

    <ctmem:request_add_condition xmlns:ctmem="http://www.bmc.com/ctmem/schema918">

      <ctmem:user_token>$USER_TOKEN$</ctmem:user_token>

      <ctmem:control_m>$CONTROL_M$</ctmem:control_m>

      <ctmem:condition>

        <ctmem:name>COND0001</ctmem:name>

        <ctmem:odate>ODAT</ctmem:odate>

      </ctmem:condition>

    </ctmem:request_add_condition>

  </SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Parent Topic

Introduction to Control-M/EM API