3.1.4.60 StagingClear

The StagingClear operation removes records from an existing staging batch. This operation is asynchronous. The request to clear a batch is queued up for processing along with all other batch requests. This process prevents batches that are in process from being cleared.

The following is the WSDL definition of the StagingClear operation.

Applies to MDS 2008R2

     <wsdl:operation name="StagingClear">
       <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingClear" name="StagingClearRequest" message="tns:StagingClearRequest" />
       <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingClearResponse" name="StagingClearResponse" message="tns:StagingClearResponse" />
    </wsdl:operation>

Applies to MDS 2012

     <wsdl:operation name="StagingClear">
       <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingClear" name="StagingClearRequest" message="tns:StagingClearRequest"/>
       <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingClearResponse" name="StagingClearResponse" message="tns:StagingClearResponse"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingClearEditionExpiredMessageFault" name="EditionExpiredMessageFault" message="tns:IService_StagingClear_EditionExpiredMessageFault_FaultMessage"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingClearSkuNotSupportedMessageFault" name="SkuNotSupportedMessageFault" message="tns:IService_StagingClear_SkuNotSupportedMessageFault_FaultMessage"/>
    </wsdl:operation>