3.2.4.7 UpdateAppIdCertificate Operation

The UpdateAppIdCertificate operation updates the security certificate that is associated with an application identifier. After the certificate is updated, all subsequent calls to federation management operations use the new certificate for identification and encryption.

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

 <wsdl:operation name="UpdateAppIdCertficate"> 
   <wsdl:input message="tns:UpdateAppIdCertficate SoapIn" /> 
   <wsdl:output message="tns:UpdateAppIdCertficate SoapOut" /> 
 </wsdl:operation>

The following is the WSDL binding specification for the operation.

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

The UpdateAppIdCertficateSecurity message, as specified in section 3.2.4.7.1.1, MUST be attached as a SOAP header to UpdateAppIdCertificate operation requests.