<wsdl:portType name="EventCollectorAuditService">
<wsdl:documentation>Audit an event using Event Collector</wsdl:documentation>
<wsdl:operation name="event">
<wsdl:documentation>Submit an event to the Event Collector database. (The event requires the attributes used to have been previously registered with Event Collector.)</wsdl:documentation>
<wsdl:input name="eventRequest" message="impl:eventRequest">
<wsdl:documentation>Request message (uses base:eventRequest element): Specifies the event to audit</wsdl:documentation>
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="batchEvent">
<wsdl:documentation>Submit an batch of Events to the Event Collector database. (The event requires the attributes used to have been previously registered with Event Collector.)</wsdl:documentation>
<wsdl:input name="batchEventRequest" message="impl:batchEventRequest">
<wsdl:documentation>Request message (uses base:batchEventRequest element): Specifies the events to audit</wsdl:documentation>
</wsdl:input>
</wsdl:operation>
</wsdl:portType> |