SOAP API - requestProcessTemplate Measure

The table summarizes the SOAP API - requestProcessTemplateMeasure.

Request Uses the requestProcessTemplateMeasureRequest element (from the EventCollectorMeasuresService schema)
Parameter notes
Response Returns a requestProcessTemplateMeasureResponse element (from the EventCollectorMeasuresService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.ec.n2.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <api:requestProcessTemplateMeasureRequest>
         <id>
             <processTemplateName>CSCallbackprocess</processTemplateName>
         </id>
         <duration>
            <endDate>2011-08-05T00:00:00.000Z</endDate>
            <startDate>2011-07-01T00:00:00.000Z</startDate>
            <granularity>YEAR</granularity>
         </duration>
         <options>
            <consolidation>BOTH</consolidation>
         </options>
      </api:requestProcessTemplateMeasureRequest>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <requestProcessTemplateMeasureResponse xmlns="http://api.ec.n2.tibco.com">
         <measure xmlns="">
            <index>0</index>
            <id xmlns:api="http://api.ec.n2.tibco.com" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
                <processTemplateName>CSCallbackprocess</processTemplateName>
            </id>
            <period>
               <index>0</index>
               <duration>
                  <startDate>2011-07-01T00:00:00.000Z</startDate>
               </duration>
               <entry>
                  <index>0</index>
                  <value>7</value>
                  <type>STARTED</type>
               </entry>
                   .
                   .
                   .
            </period>
         </measure>
      </requestProcessTemplateMeasureResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>