3.1.4.8 UpdateAppIdProperties Operation

The UpdateAppIdProperties operation updates the additional information about an organization that is stored with the federation management service.

The following is the WSDL port type specification for the operation.

 <wsdl:operation name="UpdateAppIdProperties"> 
   <wsdl:input message="tns:UpdateAppIdPropertiesSoapIn" /> 
   <wsdl:output message="tns:UpdateAppIdPropertiesSoapOut" /> 
 </wsdl:operation>

The following is the WSDL binding specification for the operation.

 <wsdl:operation name="UpdateAppIdProperties">
    <soap:operation soapAction="http://domains.live.com/Service/ManageDelegation/V1.0/UpdateAppIdProperties" style="document" />
    <wsdl:input>
       <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
         <soap:body use="literal" />
    </wsdl:output>
 </wsdl:operation>