3.1.4.5 InstallApp

The InstallApp WSDL operation installs a mail add-in.

The following is the WSDL port type specification of the InstallApp WSDL operation.

 <wsdl:operation name="InstallApp" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:InstallAppSoapIn"/>
   <wsdl:output message="tns:InstallAppSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification of the InstallApp WSDL operation.

 <wsdl:operation name="InstallApp" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/InstallApp" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   <wsdl:input>
     <soap:header message="tns:InstallAppSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:input>
   <wsdl:output>
     <soap:body use="literal" parts="InstallAppResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:InstallAppSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>