3.1.4.64 SystemDomainListGet

The SystemDomainListGet operation retrieves a list of standard text choices that are associated with the MDS application. The returned list is localized based on the user's locale.

The request is filtered by using the SystemDomainListGetCriteria complex type.

  • ListCode: Specifies the unique code of the list to retrieve.

  • ListOption: Specifies an individual list option on which to filter within the list where applicable. If a list option is not specified, all list options are returned.

  • ListGroup: Specifies a list group ID on which to filter where applicable. If a list group is not specified, all list groups are returned.

An error occurs if one or more of these criteria are not found.

The following is the WSDL definition of the SystemDomainListGet operation.

Applies to MDS 2008R2

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

Applies to MDS 2012

     <wsdl:operation name="SystemDomainListGet">
       <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGet" name="SystemDomainListGetRequest" message="tns:SystemDomainListGetRequest"/>
       <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGetResponse" name="SystemDomainListGetResponse" message="tns:SystemDomainListGetResponse"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGetSkuNotSupportedMessageFault" name="SkuNotSupportedMessageFault" message="tns:IService_SystemDomainListGet_SkuNotSupportedMessageFault_FaultMessage"/>
       <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemDomainListGetEditionExpiredMessageFault" name="EditionExpiredMessageFault" message="tns:IService_SystemDomainListGet_EditionExpiredMessageFault_FaultMessage"/>
    </wsdl:operation>