porttype EventCollectorReportService
High level operations for Audit Trail
operations 
getChart
Obtain Chart information
inputimpl:getChartRequest
outputimpl:getChartResponse
Response message (uses base:getChartResponse element): Returns the Chart Information.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
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.

getChartData
Obtain Chart Data information
inputimpl:getChartDataRequest
outputimpl:getChartDataResponse
Response message (uses base:getChartDataResponse element): Returns the Chart Data Information.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
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.

getProcessInstanceAudit
Generate an Audit Trail report for the specified Process Instance
inputimpl:getProcessInstanceAuditRequest
outputimpl:getProcessInstanceAuditResponse
Response message (uses base:getProcessInstanceAuditResponse element): Returns the Process Instance Audit.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
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.

getCaseAudit
Generate an Audit Trail for the specified Case
inputimpl:getCaseAuditRequest
outputimpl:getCaseAuditResponse
Response message (uses base:getCaseAuditResponse element): Returns the Case Audit.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
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.

getWorkItemAudit
Generate an Audit Trail for the specified WorkItem
inputimpl:getWorkItemAuditRequest
outputimpl:getWorkItemAuditResponse
Response message (uses base:getWorkItemAuditResponse element): Returns the WorkItem Audit.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
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.

getCommentAudit
Get the comments for the specified entity
inputimpl:getCommentAuditRequest
outputimpl:getCommentAuditResponse
Response message (uses base:getCommentAuditResponse element): Returns the Comment Audit.
faultimpl:internalServiceFault
Error message (uses ex:InternalServiceFault element): An internal service fault has occurred.
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 EventCollectorReportService_EP
source 
<wsdl:portType name="EventCollectorReportService">
  <wsdl:documentation>High level operations for Audit Trail</wsdl:documentation>
  <wsdl:operation name="getChart">
    <wsdl:documentation>Obtain Chart information</wsdl:documentation>
    <wsdl:input name="getChartRequest" message="impl:getChartRequest">
			</wsdl:input>
    <wsdl:output name="getChartResponse" message="impl:getChartResponse">
      <wsdl:documentation>Response message (uses base:getChartResponse element): Returns the Chart Information.</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="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="getChartData">
    <wsdl:documentation>Obtain Chart Data information</wsdl:documentation>
    <wsdl:input name="getChartDataRequest" message="impl:getChartDataRequest">
			</wsdl:input>
    <wsdl:output name="getChartDataResponse" message="impl:getChartDataResponse">
      <wsdl:documentation>Response message (uses base:getChartDataResponse element): Returns the Chart Data Information.</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="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="getProcessInstanceAudit">
    <wsdl:documentation>Generate an Audit Trail report for the specified Process Instance</wsdl:documentation>
    <wsdl:input name="getProcessInstanceAuditRequest" message="impl:getProcessInstanceAuditRequest">
			</wsdl:input>
    <wsdl:output name="getProcessInstanceAuditResponse" message="impl:getProcessInstanceAuditResponse">
      <wsdl:documentation>Response message (uses base:getProcessInstanceAuditResponse element): Returns the Process Instance Audit.</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="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="getCaseAudit">
    <wsdl:documentation>Generate an Audit Trail for the specified Case</wsdl:documentation>
    <wsdl:input name="getCaseAuditRequest" message="impl:getCaseAuditRequest">
			</wsdl:input>
    <wsdl:output name="getCaseAuditResponse" message="impl:getCaseAuditResponse">
      <wsdl:documentation>Response message (uses base:getCaseAuditResponse element): Returns the Case Audit.</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="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="getWorkItemAudit">
    <wsdl:documentation>Generate an Audit Trail for the specified WorkItem</wsdl:documentation>
    <wsdl:input name="getWorkItemAuditRequest" message="impl:getWorkItemAuditRequest">
			</wsdl:input>
    <wsdl:output name="getWorkItemAuditResponse" message="impl:getWorkItemAuditResponse">
      <wsdl:documentation>Response message (uses base:getWorkItemAuditResponse element): Returns the WorkItem Audit.</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="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="getCommentAudit">
    <wsdl:documentation>Get the comments for the specified entity</wsdl:documentation>
    <wsdl:input name="getCommentAuditRequest" message="impl:getCommentAuditRequest">
			</wsdl:input>
    <wsdl:output name="getCommentAuditResponse" message="impl:getCommentAuditResponse">
      <wsdl:documentation>Response message (uses base:getCommentAuditResponse element): Returns the Comment Audit.</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="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