3.1.4.2 ClearOldDiscoveryActions

This operation is used by the protocol client to delete expired actions.

The following is the WSDL port type specification of the ClearOldDiscoveryActions WSDL operation.

 <wsdl:operation name="ClearOldDiscoveryActions" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://tempuri.org/IDiscoveryServiceApplication/ClearOldDiscoveryActions" message="tns:IDiscoveryServiceApplication_ClearOldDiscoveryActions_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://tempuri.org/IDiscoveryServiceApplication/ClearOldDiscoveryActionsResponse" message="tns:IDiscoveryServiceApplication_ClearOldDiscoveryActions_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IDiscoveryServiceApplication_ClearOldDiscoveryActions_InputMessage request message, and the protocol server responds with an IDiscoveryServiceApplication_ClearOldDiscoveryActions_OutputMessage response message, as follows:

  • The protocol server determines an implementation-specific expiration date that is used to determine which actions are old enough to be deleted.

  • The protocol server deletes all the actions that were created prior to the expiration date.