6.7.1 wsdl
-
Article
-
- 4 minutes to read
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AddInMetadataProvider" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsp:Policy wsu:Id="CustomBinding_IAddInMetadata_policy">
<wsp:ExactlyOne>
<wsp:All>
<msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1" />
<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
<wsp:Policy>
<sp:TransportToken>
<wsp:Policy>
<msf:SslTransportSecurity xmlns:msf="http://schemas.microsoft.com/ws/2006/05/framing/policy">
<msf:RequireClientCertificate />
</msf:SslTransportSecurity>
</wsp:Policy>
</sp:TransportToken>
<sp:AlgorithmSuite>
<wsp:Policy>
<sp:Basic256 />
</wsp:Policy>
</sp:AlgorithmSuite>
<sp:Layout>
<wsp:Policy>
<sp:Strict />
</wsp:Policy>
</sp:Layout>
</wsp:Policy>
</sp:TransportBinding>
<wsaw:UsingAddressing />
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
<wsp:Policy wsu:Id="CustomBinding_IAddInMetadataInstall_policy">
<wsp:ExactlyOne>
<wsp:All>
<msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1" />
<sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
<wsp:Policy>
<sp:TransportToken>
<wsp:Policy>
<msf:WindowsTransportSecurity xmlns:msf="http://schemas.microsoft.com/ws/2006/05/framing/policy">
<msf:ProtectionLevel>EncryptAndSign</msf:ProtectionLevel>
</msf:WindowsTransportSecurity>
</wsp:Policy>
</sp:TransportToken>
<sp:AlgorithmSuite>
<wsp:Policy>
<sp:Basic256 />
</wsp:Policy>
</sp:AlgorithmSuite>
<sp:Layout>
<wsp:Policy>
<sp:Strict />
</wsp:Policy>
</sp:Layout>
</wsp:Policy>
</sp:TransportBinding>
<wsaw:UsingAddressing />
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
<wsdl:types>
<xsd:schema targetNamespace="http://tempuri.org/Imports">
<xsd:import schemaLocation="" namespace="http://tempuri.org/" />
<xsd:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" />
<xsd:import schemaLocation="" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
<xsd:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/System.Collections.ObjectModel" />
<xsd:import schemaLocation="" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<xsd:import schemaLocation="" namespace="http://schemas.microsoft.com/WindowsServerSolutions/2010/03/Addins" />
<xsd:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/System" />
</xsd:schema>
</wsdl:types>
<wsdl:message name="IAddInMetadata_GetPackagePath_InputMessage">
<wsdl:part name="parameters" element="tns:GetPackagePath" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_GetPackagePath_OutputMessage">
<wsdl:part name="parameters" element="tns:GetPackagePathResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_GetPackagePath_AddInErrorFault_FaultMessage">
<wsdl:part xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" name="detail" element="q1:AddInError" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_GetAddInIds_InputMessage">
<wsdl:part name="parameters" element="tns:GetAddInIds" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_GetAddInIds_OutputMessage">
<wsdl:part name="parameters" element="tns:GetAddInIdsResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_GetAddInIds_AddInErrorFault_FaultMessage">
<wsdl:part xmlns:q2="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" name="detail" element="q2:AddInError" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_GetAddInInformation_InputMessage">
<wsdl:part name="parameters" element="tns:GetAddInInformation" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_GetAddInInformation_OutputMessage">
<wsdl:part name="parameters" element="tns:GetAddInInformationResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_GetAddInInformation_AddInErrorFault_FaultMessage">
<wsdl:part xmlns:q3="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" name="detail" element="q3:AddInError" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_RegisterForChanges_InputMessage">
<wsdl:part name="parameters" element="tns:RegisterForChanges" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_RegisterForChanges_OutputMessage">
<wsdl:part name="parameters" element="tns:RegisterForChangesResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_OperationInProgress_InputMessage">
<wsdl:part name="parameters" element="tns:OperationInProgress" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_OperationInProgress_OutputMessage">
<wsdl:part name="parameters" element="tns:OperationInProgressResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_OperationInProgress_AddInErrorFault_FaultMessage">
<wsdl:part xmlns:q4="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" name="detail" element="q4:AddInError" />
</wsdl:message>
<wsdl:message name="IAddInMetadata_ChangeOccured_OutputCallbackMessage">
<wsdl:part name="parameters" element="tns:ChangeOccured" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_CheckCredentials_InputMessage">
<wsdl:part name="parameters" element="tns:CheckCredentials" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_CheckCredentials_OutputMessage">
<wsdl:part name="parameters" element="tns:CheckCredentialsResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_CheckCredentials_AddInErrorFault_FaultMessage">
<wsdl:part xmlns:q8="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" name="detail" element="q8:AddInError" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_InstallAddIn_InputMessage">
<wsdl:part name="parameters" element="tns:InstallAddIn" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_DownloadInstallAddIn_InputMessage">
<wsdl:part name="parameters" element="tns:DownloadInstallAddIn" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_UninstallAddIn_InputMessage">
<wsdl:part name="parameters" element="tns:UninstallAddIn" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_CancelOperation_InputMessage">
<wsdl:part name="parameters" element="tns:CancelOperation" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_StartUploadAddinFile_InputMessage">
<wsdl:part name="parameters" element="tns:StartUploadAddinFile" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_StartUploadAddinFile_OutputMessage">
<wsdl:part name="parameters" element="tns:StartUploadAddinFileResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_StartUploadAddinFile_AddInErrorFault_FaultMessage">
<wsdl:part xmlns:q9="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" name="detail" element="q9:AddInError" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_UploadAddinFile_InputMessage">
<wsdl:part name="parameters" element="tns:UploadAddinFile" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_UploadAddinFile_OutputMessage">
<wsdl:part name="parameters" element="tns:UploadAddinFileResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_UploadAddinFile_AddInErrorFault_FaultMessage">
<wsdl:part xmlns:q10="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" name="detail" element="q10:AddInError" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_EndUploadAddinFile_InputMessage">
<wsdl:part name="parameters" element="tns:EndUploadAddinFile" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_EndUploadAddinFile_OutputMessage">
<wsdl:part name="parameters" element="tns:EndUploadAddinFileResponse" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_EndUploadAddinFile_AddInErrorFault_FaultMessage">
<wsdl:part xmlns:q11="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.AddinInfrastructure" name="detail" element="q11:AddInError" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_ProgressChanged_OutputCallbackMessage">
<wsdl:part name="parameters" element="tns:ProgressChanged" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_ErrorOccured_OutputCallbackMessage">
<wsdl:part name="parameters" element="tns:ErrorOccured" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_RebootRequired_OutputCallbackMessage">
<wsdl:part name="parameters" element="tns:RebootRequired" />
</wsdl:message>
<wsdl:message name="IAddInMetadataInstall_RestartDashboardRequired_OutputCallbackMessage">
<wsdl:part name="parameters" element="tns:RestartDashboardRequired" />
</wsdl:message>
<wsdl:portType name="IAddInMetadata">
<wsdl:operation name="GetPackagePath">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadata/GetPackagePath" message="tns:IAddInMetadata_GetPackagePath_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadata/GetPackagePathResponse" message="tns:IAddInMetadata_GetPackagePath_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IAddInMetadata/GetPackagePathAddInErrorFault" name="AddInErrorFault" message="tns:IAddInMetadata_GetPackagePath_AddInErrorFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="GetAddInIds">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadata/GetAddInIds" message="tns:IAddInMetadata_GetAddInIds_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadata/GetAddInIdsResponse" message="tns:IAddInMetadata_GetAddInIds_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IAddInMetadata/GetAddInIdsAddInErrorFault" name="AddInErrorFault" message="tns:IAddInMetadata_GetAddInIds_AddInErrorFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="GetAddInInformation">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadata/GetAddInInformation" message="tns:IAddInMetadata_GetAddInInformation_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadata/GetAddInInformationResponse" message="tns:IAddInMetadata_GetAddInInformation_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IAddInMetadata/GetAddInInformationAddInErrorFault" name="AddInErrorFault" message="tns:IAddInMetadata_GetAddInInformation_AddInErrorFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="RegisterForChanges">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadata/RegisterForChanges" message="tns:IAddInMetadata_RegisterForChanges_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadata/RegisterForChangesResponse" message="tns:IAddInMetadata_RegisterForChanges_OutputMessage" />
</wsdl:operation>
<wsdl:operation name="OperationInProgress">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadata/OperationInProgress" message="tns:IAddInMetadata_OperationInProgress_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadata/OperationInProgressResponse" message="tns:IAddInMetadata_OperationInProgress_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IAddInMetadata/OperationInProgressAddInErrorFault" name="AddInErrorFault" message="tns:IAddInMetadata_OperationInProgress_AddInErrorFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="ChangeOccured">
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadata/ChangeOccured" message="tns:IAddInMetadata_ChangeOccured_OutputCallbackMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:portType name="IAddInMetadataInstall">
<wsdl:operation name="CheckCredentials">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadataInstall/CheckCredentials" message="tns:IAddInMetadataInstall_CheckCredentials_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadataInstall/CheckCredentialsResponse" message="tns:IAddInMetadataInstall_CheckCredentials_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IAddInMetadataInstall/CheckCredentialsAddInErrorFault" name="AddInErrorFault" message="tns:IAddInMetadataInstall_CheckCredentials_AddInErrorFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="InstallAddIn">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadataInstall/InstallAddIn" message="tns:IAddInMetadataInstall_InstallAddIn_InputMessage" />
</wsdl:operation>
<wsdl:operation name="DownloadInstallAddIn">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadataInstall/DownloadInstallAddIn" message="tns:IAddInMetadataInstall_DownloadInstallAddIn_InputMessage" />
</wsdl:operation>
<wsdl:operation name="UninstallAddIn">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadataInstall/UninstallAddIn" message="tns:IAddInMetadataInstall_UninstallAddIn_InputMessage" />
</wsdl:operation>
<wsdl:operation name="CancelOperation">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadataInstall/CancelOperation" message="tns:IAddInMetadataInstall_CancelOperation_InputMessage" />
</wsdl:operation>
<wsdl:operation name="StartUploadAddinFile">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadataInstall/StartUploadAddinFile" message="tns:IAddInMetadataInstall_StartUploadAddinFile_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadataInstall/StartUploadAddinFileResponse" message="tns:IAddInMetadataInstall_StartUploadAddinFile_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IAddInMetadataInstall/StartUploadAddinFileAddInErrorFault" name="AddInErrorFault" message="tns:IAddInMetadataInstall_StartUploadAddinFile_AddInErrorFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="UploadAddinFile">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadataInstall/UploadAddinFile" message="tns:IAddInMetadataInstall_UploadAddinFile_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadataInstall/UploadAddinFileResponse" message="tns:IAddInMetadataInstall_UploadAddinFile_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IAddInMetadataInstall/UploadAddinFileAddInErrorFault" name="AddInErrorFault" message="tns:IAddInMetadataInstall_UploadAddinFile_AddInErrorFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="EndUploadAddinFile">
<wsdl:input wsaw:Action="http://tempuri.org/IAddInMetadataInstall/EndUploadAddinFile" message="tns:IAddInMetadataInstall_EndUploadAddinFile_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadataInstall/EndUploadAddinFileResponse" message="tns:IAddInMetadataInstall_EndUploadAddinFile_OutputMessage" />
<wsdl:fault wsaw:Action="http://tempuri.org/IAddInMetadataInstall/EndUploadAddinFileAddInErrorFault" name="AddInErrorFault" message="tns:IAddInMetadataInstall_EndUploadAddinFile_AddInErrorFault_FaultMessage" />
</wsdl:operation>
<wsdl:operation name="ProgressChanged">
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadataInstall/ProgressChanged" message="tns:IAddInMetadataInstall_ProgressChanged_OutputCallbackMessage" />
</wsdl:operation>
<wsdl:operation name="ErrorOccured">
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadataInstall/ErrorOccured" message="tns:IAddInMetadataInstall_ErrorOccured_OutputCallbackMessage" />
</wsdl:operation>
<wsdl:operation name="RebootRequired">
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadataInstall/RebootRequired" message="tns:IAddInMetadataInstall_RebootRequired_OutputCallbackMessage" />
</wsdl:operation>
<wsdl:operation name="RestartDashboardRequired">
<wsdl:output wsaw:Action="http://tempuri.org/IAddInMetadataInstall/RestartDashboardRequired" message="tns:IAddInMetadataInstall_RestartDashboardRequired_OutputCallbackMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CustomBinding_IAddInMetadata" type="tns:IAddInMetadata">
<wsp:PolicyReference URI="#CustomBinding_IAddInMetadata_policy" />
<soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
<wsdl:operation name="GetPackagePath">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadata/GetPackagePath" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="AddInErrorFault">
<soap12:fault use="literal" name="AddInErrorFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="GetAddInIds">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadata/GetAddInIds" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="AddInErrorFault">
<soap12:fault use="literal" name="AddInErrorFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="GetAddInInformation">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadata/GetAddInInformation" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="AddInErrorFault">
<soap12:fault use="literal" name="AddInErrorFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="RegisterForChanges">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadata/RegisterForChanges" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="OperationInProgress">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadata/OperationInProgress" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="AddInErrorFault">
<soap12:fault use="literal" name="AddInErrorFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="ChangeOccured">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadata/ChangeOccured" style="document" />
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="CustomBinding_IAddInMetadataInstall" type="tns:IAddInMetadataInstall">
<wsp:PolicyReference URI="#CustomBinding_IAddInMetadataInstall_policy" />
<soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
<wsdl:operation name="CheckCredentials">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/CheckCredentials" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="AddInErrorFault">
<soap12:fault use="literal" name="AddInErrorFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="InstallAddIn">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/InstallAddIn" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="DownloadInstallAddIn">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/DownloadInstallAddIn" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="UninstallAddIn">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/UninstallAddIn" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="CancelOperation">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/CancelOperation" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
</wsdl:operation>
<wsdl:operation name="StartUploadAddinFile">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/StartUploadAddinFile" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="AddInErrorFault">
<soap12:fault use="literal" name="AddInErrorFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="UploadAddinFile">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/UploadAddinFile" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="AddInErrorFault">
<soap12:fault use="literal" name="AddInErrorFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="EndUploadAddinFile">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/EndUploadAddinFile" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
<wsdl:fault name="AddInErrorFault">
<soap12:fault use="literal" name="AddInErrorFault" namespace="" />
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="ProgressChanged">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/ProgressChanged" style="document" />
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ErrorOccured">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/ErrorOccured" style="document" />
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="RebootRequired">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/RebootRequired" style="document" />
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="RestartDashboardRequired">
<soap12:operation soapAction="http://tempuri.org/IAddInMetadataInstall/RestartDashboardRequired" style="document" />
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="AddInMetadataProvider">
<wsdl:port name="CustomBinding_IAddInMetadata" binding="tns:CustomBinding_IAddInMetadata">
<soap12:address location="net.tcp://serverName:6602/Microsoft.WindowsServerSolutions.AddinInfrastructure.AddInMetadataProvider/Microsoft.WindowsServerSolutions.AddinInfrastructure.IAddInMetadata" />
<wsa10:EndpointReference>
<wsa10:Address>net.tcp://serverName:6602/Microsoft.WindowsServerSolutions.AddinInfrastructure.AddInMetadataProvider/Microsoft.WindowsServerSolutions.AddinInfrastructure.IAddInMetadata</wsa10:Address>
<Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
<Dns>SERVERNAME</Dns>
</Identity>
</wsa10:EndpointReference>
</wsdl:port>
<wsdl:port name="CustomBinding_IAddInMetadataInstall" binding="tns:CustomBinding_IAddInMetadataInstall">
<soap12:address location="net.tcp://serverName:6602/Microsoft.WindowsServerSolutions.AddinInfrastructure.AddInMetadataProvider/Microsoft.WindowsServerSolutions.AddinInfrastructure.IAddInMetadataInstall" />
<wsa10:EndpointReference>
<wsa10:Address>net.tcp://serverName:6602/Microsoft.WindowsServerSolutions.AddinInfrastructure.AddInMetadataProvider/Microsoft.WindowsServerSolutions.AddinInfrastructure.IAddInMetadataInstall</wsa10:Address>
<Identity xmlns="http://schemas.xmlsoap.org/ws/2006/02/addressingidentity">
<Spn>host/serverName.domain</Spn>
</Identity>
</wsa10:EndpointReference>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>