3.1.4.3 GetAppMarketplaceUrl

The GetAppMarketplaceUrl WSDL operation retrieves the URL of the marketplace landing page for the mail add-in.

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

 <wsdl:operation name="GetAppMarketplaceUrl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetAppMarketplaceUrlSoapIn"/>
   <wsdl:output message="tns:GetAppMarketplaceUrlSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification for the GetAppMarketplaceUrl WSDL operation.

 <wsdl:operation name="GetAppMarketplaceUrl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetAppMarketplaceUrl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   <wsdl:input>
     <soap:header message="tns:GetAppMarketplaceUrlSoapIn" 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="GetAppMarketplaceUrlResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
     <soap:header message="tns:GetAppMarketplaceUrlSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>
   </wsdl:output>
 </wsdl:operation>

The protocol client sends a GetAppMarketplaceUrlSoapIn request WSDL message and the protocol server responds with a GetAppMarketplaceUrlSoapOut response WSDL message.