SOAP API - registerQuery

The table summarizes the SOAP API - registerQuery.

Request Uses the registerQueryRequest element (from the EventCollectorQueryService schema)
Parameter notes
Response Returns a registerQueryResponse element (from the EventCollectorQueryService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.ec.n2.tibco.com" xmlns:base="http://base.api.ec.n2.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <api:registerQueryRequest>
         <tag>EventTag123</tag>
         <base:Query>
            <correlate>false</correlate>
            <filter>((messageCategory='WORK_ITEM') AND (parentObjectId='pvm:0a121'))</filter>
            <requireAllAttributes>true</requireAllAttributes>
         </base:Query>
      </api:registerQueryRequest>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <registerQueryResponse xmlns="http://api.ec.n2.tibco.com">
         <QueryIdentifier xmlns="http://base.api.ec.n2.tibco.com">
            <guid xmlns="">2</guid>
            <tag xmlns="">EventTag123</tag>
         </QueryIdentifier>
      </registerQueryResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>