3.1.4.61 StagingGet

The StagingGet operation retrieves a staging record set by using batch IDs. This operation can be used to retrieve the following:

  • Information about the batch.

  • Information about the batch and the data that is contained in the batch.

The following is the WSDL definition of the StagingGet operation.

Applies to MDS 2008R2

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

Applies to MDS 2012

     <wsdl:operation name="StagingGet">
       <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet" name="StagingGetRequest" message="tns:StagingGetRequest"/>
       <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse" name="StagingGetResponse" message="tns:StagingGetResponse"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetEditionExpiredMessageFault" name="EditionExpiredMessageFault" message="tns:IService_StagingGet_EditionExpiredMessageFault_FaultMessage"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetSkuNotSupportedMessageFault" name="SkuNotSupportedMessageFault" message="tns:IService_StagingGet_SkuNotSupportedMessageFault_FaultMessage"/>
    </wsdl:operation>