porttype EventCollectorQueryService
Get information from the Event Collector database tables about events, attributes and components.
operations 
executeGenericQuery
Execute the specified query against the Event Collector database tables. (If a query needs to be executed multiple times, using the executeRegisteredQuery operation will show improved performance.)
inputimpl:executeGenericQueryRequest
Request message (uses base:executeGenericQueryRequest element): Specifies the details of the query that is to be executed, along with any options for the query.
outputimpl:executeGenericQueryResponse
Response message (uses base:executeGenericQueryResponse element): Lists details of the events that match the specified query, along with summary information about the executed query.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidQueryFault
Error message (uses ex:InvalidQueryFault element): The specified query was invalid.
faultimpl:queryExecutionFault
Error message (uses ex:QueryExecutionFault element): The specified query could not be executed.
faultimpl:invalidRequestFault
Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

executeRegisteredGenericQuery
Execute a query that has been previously registered using the registerQuery operation.
inputimpl:executeRegisteredGenericQueryRequest
Request message (uses base:executeRegisteredGenericQueryRequest element): Identifies the previously registered query that is to be executed, along with any options to be used on this particular execution of the query.
outputimpl:executeRegisteredGenericQueryResponse
Response message (uses base:executeRegisteredGenericQueryResponse element): Lists details of the events that match the specified query, along with summary information about the executed query.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidQueryIdentifierFault
Error message (uses ex:InvalidQueryIdentifierFault element): The query identifier used (guid or tag) is invalid.
faultimpl:queryExecutionFault
Error message (uses ex:QueryExecutionFault element): The specified query could not be executed.
faultimpl:queryNotFoundFault
Error message (uses ex:QueryNotFoundFault element): No registered query was found matching the specified tag or guid.
faultimpl:invalidRequestFault
Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

getAllAttributes
List all attributes registered in the Event Collector database tables.
inputimpl:getAllAttributesRequest
Request message (uses base:getAllAttributesRequest element): This message has no parameters.
outputimpl:getAllAttributesResponse
Response message (uses base:getAllAttributesResponse element): Lists the details of all attributes registered in the Event Collector database.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

getAttributes
List all attributes in the Event Collector database tables that are registered for a specific component.
inputimpl:getAttributesRequest
Request message (uses base:getAttributesRequest element): Specifies the identifier of the component for which attributes should be listed.
outputimpl:getAttributesResponse
Response message (uses base:getAttributesResponse element): Lists the details of all attributes registered in the Event Collector database for the specified component.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:noSuchComponentFault
Error message (uses ex:NoSuchComponentFault element): The identifier used to specify the component is invalid.
faultimpl:invalidRequestFault
Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

isQueryRegistered
Test whether a query is registered with Event Collector. (This can be useful for determining whether a frequently used query tag is already present on the system.)
inputimpl:isQueryRegisteredRequest
Request message (uses base:isQueryRegisteredRequest element): Identifies the query that is to be tested.
outputimpl:isQueryRegisteredResponse
Response message (uses base:isQueryRegisteredResponse element): Returns whether the query is registered with Event Collector.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidQueryIdentifierFault
Error message (uses ex:invalidQueryidentifierFault element): The specified query identifier is invalid.
faultimpl:invalidRequestFault
Error message (uses ex:invalidRequestFault element): The request was invalid and so could not be executed.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

registerQuery
Register a query with Event Collector, so that it can be subsequently executed using the executeRegisteredGenericQuery operation.
inputimpl:registerQueryRequest
Request message (uses base:registerQueryRequest element): Specifies the query to be registered and a tag with which to identify it.
outputimpl:registerQueryResponse
Response message (uses base:registerQueryResponse element): Lists the guid and tag for the newly registered query.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidQueryFault
Error message (uses ex:invalidQueryFault element): The query could not be registered because the query specification is invalid.
faultimpl:invalidRequestFault
Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.
faultimpl:duplicateRegistrationFault
Error message (uses ex:DuplicateRegistrationFault element): The tag specified for the query is already used by another registered query.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

unRegisterQuery
Unregister a previously registered query.
inputimpl:unRegisterQueryRequest
Request message (uses base:unRegisteryQueryRequest element): Identifies the query that is to be unregistered (using either a guid or tag).
outputimpl:unRegisterQueryResponse
Response message (uses base:unRegisteryQueryResponse element): This message has no parameters.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:invalidQueryIdentifierFault
Error message (uses ex:InvalidQueryIdentifier element): The tag or guid used to identify the query is invalid.
faultimpl:queryNotFoundFault
Error message (uses ex:QueryNotFoundFault element): No registered query was found matching the specified tag or guid.
faultimpl:invalidRequestFault
Error message (uses ex:invalidRequestFault element): The request was invalid and so could not be executed.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

getComponents
List the components that are registered on the system.
inputimpl:getComponentsRequest
Request message (uses base:getComponentsRequest element): This message has no parameters.
outputimpl:getComponentsResponse
Response message (uses base:getComponentsResponse element): Lists the details of each component that is registered on the system.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.

lookupQueryByTag
List the details for a particular query (identified by its tag). This operation can be used to obtain the guid for a registered query. The executeRegisteredGenericQuery operation executes faster if the query is identified using its guid rather than its tag.
inputimpl:lookupQueryByTagRequest
Request message (uses base:lookupQueryByTagRequest element): Specifies the tag to be used to look up the query.
outputimpl:lookupQueryByTagResponse
Response message (uses base:lookupQueryByTagResponse element): Lists the details of the specified query, including its identifier.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
faultimpl:queryNotFoundFault
Error message (uses ex:QueryNotFoundFault element): No registered query was found matching the specified tag.
faultimpl:invalidRequestFault
Error message (uses ex:invalidRequestFault element): The request was invalid and so could not be executed.
faultimpl:securityFault
Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.
used by 
binding EventCollectorQueryService_EP
source 
<wsdl:portType name="EventCollectorQueryService">
  <wsdl:documentation>Get information from the Event Collector database tables about events, attributes and components.</wsdl:documentation>
  <wsdl:operation name="executeGenericQuery">
    <wsdl:documentation>Execute the specified query against the Event Collector database tables. (If a query needs to be executed multiple times, using the executeRegisteredQuery operation will show improved performance.)</wsdl:documentation>
    <wsdl:input name="executeGenericQueryRequest" message="impl:executeGenericQueryRequest">
      <wsdl:documentation>Request message (uses base:executeGenericQueryRequest element): Specifies the details of the query that is to be executed, along with any options for the query.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="executeGenericQueryResponse" message="impl:executeGenericQueryResponse">
      <wsdl:documentation>Response message (uses base:executeGenericQueryResponse element): Lists details of the events that match the specified query, along with summary information about the executed query. </wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidQueryFault" message="impl:invalidQueryFault">
      <wsdl:documentation>Error message (uses ex:InvalidQueryFault element): The specified query was invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="QueryExecutionFault" message="impl:queryExecutionFault">
      <wsdl:documentation>Error message (uses ex:QueryExecutionFault element): The specified query could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidRequestFault" message="impl:invalidRequestFault">
      <wsdl:documentation>Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="executeRegisteredGenericQuery">
    <wsdl:documentation>Execute a query that has been previously registered using the registerQuery operation.</wsdl:documentation>
    <wsdl:input name="executeRegisteredGenericQueryRequest" message="impl:executeRegisteredGenericQueryRequest">
      <wsdl:documentation>Request message (uses base:executeRegisteredGenericQueryRequest element): Identifies the previously registered query that is to be executed, along with any options to be used on this particular execution of the query.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="executeRegisteredGenericQueryResponse" message="impl:executeRegisteredGenericQueryResponse">
      <wsdl:documentation>Response message (uses base:executeRegisteredGenericQueryResponse element): Lists details of the events that match the specified query, along with summary information about the executed query.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidQueryIdentifierFault" message="impl:invalidQueryIdentifierFault">
      <wsdl:documentation>Error message (uses ex:InvalidQueryIdentifierFault element): The query identifier used (guid or tag) is invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="QueryExecutionFault" message="impl:queryExecutionFault">
      <wsdl:documentation>Error message (uses ex:QueryExecutionFault element): The specified query could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="QueryNotFoundFault" message="impl:queryNotFoundFault">
      <wsdl:documentation>Error message (uses ex:QueryNotFoundFault element): No registered query was found matching the specified tag or guid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidRequestFault" message="impl:invalidRequestFault">
      <wsdl:documentation>Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="getAllAttributes">
    <wsdl:documentation>List all attributes registered in the Event Collector database tables. </wsdl:documentation>
    <wsdl:input name="getAllAttributesRequest" message="impl:getAllAttributesRequest">
      <wsdl:documentation>Request message (uses base:getAllAttributesRequest element): This message has no parameters.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getAllAttributesResponse" message="impl:getAllAttributesResponse">
      <wsdl:documentation>Response message (uses base:getAllAttributesResponse element): Lists the details of all attributes registered in the Event Collector database.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="getAttributes">
    <wsdl:documentation>List all attributes in the Event Collector database tables that are registered for a specific component.</wsdl:documentation>
    <wsdl:input name="getAttributesRequest" message="impl:getAttributesRequest">
      <wsdl:documentation>Request message (uses base:getAttributesRequest element): Specifies the identifier of the component for which attributes should be listed.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getAttributesResponse" message="impl:getAttributesResponse">
      <wsdl:documentation>Response message (uses base:getAttributesResponse element): Lists the details of all attributes registered in the Event Collector database for the specified component.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="NoSuchComponentFault" message="impl:noSuchComponentFault">
      <wsdl:documentation>Error message (uses ex:NoSuchComponentFault element): The identifier used to specify the component is invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidRequestFault" message="impl:invalidRequestFault">
      <wsdl:documentation>Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="isQueryRegistered">
    <wsdl:documentation>Test whether a query is registered with Event Collector. (This can be useful for determining whether a frequently used query tag is already present on the system.)</wsdl:documentation>
    <wsdl:input name="isQueryRegisteredRequest" message="impl:isQueryRegisteredRequest">
      <wsdl:documentation>Request message (uses base:isQueryRegisteredRequest element): Identifies the query that is to be tested.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="isQueryRegisteredResponse" message="impl:isQueryRegisteredResponse">
      <wsdl:documentation>Response message (uses base:isQueryRegisteredResponse element): Returns whether the query is registered with Event Collector.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidQueryIdentifierFault" message="impl:invalidQueryIdentifierFault">
      <wsdl:documentation>Error message (uses ex:invalidQueryidentifierFault element): The specified query identifier is invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidRequestFault" message="impl:invalidRequestFault">
      <wsdl:documentation>Error message (uses ex:invalidRequestFault element): The request was invalid and so could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="registerQuery">
    <wsdl:documentation>Register a query with Event Collector, so that it can be subsequently executed using the executeRegisteredGenericQuery operation.</wsdl:documentation>
    <wsdl:input name="registerQueryRequest" message="impl:registerQueryRequest">
      <wsdl:documentation>Request message (uses base:registerQueryRequest element): Specifies the query to be registered and a tag with which to identify it.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="registerQueryResponse" message="impl:registerQueryResponse">
      <wsdl:documentation>Response message (uses base:registerQueryResponse element): Lists the guid and tag for the newly registered query.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidQueryFault" message="impl:invalidQueryFault">
      <wsdl:documentation>Error message (uses ex:invalidQueryFault element): The query could not be registered because the query specification is invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidRequestFault" message="impl:invalidRequestFault">
      <wsdl:documentation>Error message (uses ex:InvalidRequestFault element): The request was invalid and so could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="DuplicateRegistrationFault" message="impl:duplicateRegistrationFault">
      <wsdl:documentation>Error message (uses ex:DuplicateRegistrationFault element): The tag specified for the query is already used by another registered query.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="unRegisterQuery">
    <wsdl:documentation>Unregister a previously registered query.</wsdl:documentation>
    <wsdl:input name="unRegisterQueryRequest" message="impl:unRegisterQueryRequest">
      <wsdl:documentation>Request message (uses base:unRegisteryQueryRequest element): Identifies the query that is to be unregistered (using either a guid or tag).</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="unRegisterQueryResponse" message="impl:unRegisterQueryResponse">
      <wsdl:documentation>Response message (uses base:unRegisteryQueryResponse element): This message has no parameters.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidQueryIdentifierFault" message="impl:invalidQueryIdentifierFault">
      <wsdl:documentation>Error message (uses ex:InvalidQueryIdentifier element): The tag or guid used to identify the query is invalid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="QueryNotFoundFault" message="impl:queryNotFoundFault">
      <wsdl:documentation>Error message (uses ex:QueryNotFoundFault element): No registered query was found matching the specified tag or guid.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidRequestFault" message="impl:invalidRequestFault">
      <wsdl:documentation>Error message (uses ex:invalidRequestFault element): The request was invalid and so could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="getComponents">
    <wsdl:documentation>List the components that are registered on the system.</wsdl:documentation>
    <wsdl:input name="getComponentsRequest" message="impl:getComponentsRequest">
      <wsdl:documentation>Request message (uses base:getComponentsRequest element): This message has no parameters.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="getComponentsResponse" message="impl:getComponentsResponse">
      <wsdl:documentation>Response message (uses base:getComponentsResponse element): Lists the details of each component that is registered on the system.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
  <wsdl:operation name="lookupQueryByTag">
    <wsdl:documentation>List the details for a particular query (identified by its tag). This operation can be used to obtain the guid for a registered query. The executeRegisteredGenericQuery operation executes faster if the query is identified using its guid rather than its tag.</wsdl:documentation>
    <wsdl:input name="lookupQueryByTagRequest" message="impl:lookupQueryByTagRequest">
      <wsdl:documentation>Request message (uses base:lookupQueryByTagRequest element): Specifies the tag to be used to look up the query.</wsdl:documentation>
    </wsdl:input>
    <wsdl:output name="lookupQueryByTagResponse" message="impl:lookupQueryByTagResponse">
      <wsdl:documentation>Response message (uses base:lookupQueryByTagResponse element): Lists the details of the specified query, including its identifier.</wsdl:documentation>
    </wsdl:output>
    <wsdl:fault name="InternalServiceFault" message="impl:internalServiceFault">
      <wsdl:documentation>Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="QueryNotFoundFault" message="impl:queryNotFoundFault">
      <wsdl:documentation>Error message (uses ex:QueryNotFoundFault element): No registered query was found matching the specified tag.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="InvalidRequestFault" message="impl:invalidRequestFault">
      <wsdl:documentation>Error message (uses ex:invalidRequestFault element): The request was invalid and so could not be executed.</wsdl:documentation>
    </wsdl:fault>
    <wsdl:fault name="SecurityFault" message="impl:securityFault">
      <wsdl:documentation>Error message (uses ex:SecurityFault): The request failed due to authentication or authorisation failure.</wsdl:documentation>
    </wsdl:fault>
  </wsdl:operation>
</wsdl:portType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy