3.1.4.2 GetAppManifests
The GetAppManifests WSDL operation retrieves the manifest files for a mail add-in.
The following is the WSDL port type specification of the GetAppManifests WSDL operation.
-
<wsdl:operation name="GetAppManifests" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:GetAppManifestsSoapIn"/> <wsdl:output message="tns:GetAppManifestsSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the GetAppManifests WSDL operation.
-
<wsdl:operation name="GetAppManifests" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetAppManifests" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <wsdl:input> <soap:header message="tns:GetAppManifestsSoapIn" 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="GetAppManifestsResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:GetAppManifestsSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:output> </wsdl:operation>