<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:ns0="http://www.cisco.com/cim-cx/2.0"
  xmlns:ns1="urn:CIM">
  <soapenv:Header>
   <ns0:message id="87855" timestamp="2002-12-13T14:55:38.885Z" 
                sessiontoken="p36bttjwy1"/>
  </soapenv:Header>
  <soapenv:Body> 
    <ns1:execQuery>
      <objectPath xsi:type="ns1:CIMObjectPath">
        <className xsi:type="xsd:string">execQuery</className>
        <keyProperties xsi:type="ns1:CIMKeyPropertyList" 
                  soapenc:arrayType="ns1:CIMKeyProperty[]"> 
          <item xsi:type="ns1:CIMKeyProperty"> 
            <name xsi:type="xsd:string">QueryLanguage</name> 
            <value xsi:type="xsd:string">WQL</value>
          </item>  
          <item xsi:type="ns1:CIMKeyProperty"> 
            <name xsi:type="xsd:string">Query</name> 
            <value xsi:type="xsd:string">select ID from PersistentTask</value>
          </item>  
        </keyProperties> 
      </objectPath>
    </ns1:execQuery>
  </soapenv:Body>
</soapenv:Envelope>

