3.1.4.3 AttributeChange

Applies to MDS 2012

The AttributeChange operation changes an attribute.

The following is the WSDL definition of the AttributeChange operation.

 <wsdl:operation name="AttributeChange" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChange" name="AttributeChangeRequest" message="tns:AttributeChangeRequest" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" />
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeResponse" name="AttributeChangeResponse" message="tns:AttributeChangeResponse" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" />
   <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeSkuNotSupportedMessageFault" name="SkuNotSupportedMessageFault" message="tns:IService_AttributeChange_SkuNotSupportedMessageFault_FaultMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" />
   <wsdl:fault wsaw:Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeEditionExpiredMessageFault" name="EditionExpiredMessageFault" message="tns:IService_AttributeChange_EditionExpiredMessageFault_FaultMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" />
 </wsdl:operation>