SOAP API - unregisterQuery
The table summarizes the SOAP API - unregisterQuery.
| Request | Uses the unRegisterQueryRequest element (from the EventCollectorQueryService schema) |
| Parameter notes | QueryIdentifier.guid, QueryIdentifier.tag: Either the GUID or the tag can be used to identify the query, which was previously registered with the registerQuery operation—both are returned by registerQuery . You can also determine the GUID using the lookupQueryByTag operation. |
| Response | Returns a unRegisterQueryResponse 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:unRegisterQueryRequest>
<base:QueryIdentifier>
<tag>EventTag123</tag>
</base:QueryIdentifier>
</api:unRegisterQueryRequest>
</soapenv:Body>
</soapenv:Envelope>
|
Response:<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<unRegisterQueryResponse xmlns="http://api.ec.n2.tibco.com"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
|
Copyright © 2022. TIBCO Software Inc. All Rights Reserved.
