Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
-
<?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://microsoft.com/DRM/ServerService" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://microsoft.com/DRM/ServerService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/DRM/ServerService"> <s:element name="GetLicensorCertificate"> <s:complexType /> </s:element> <s:element name="GetLicensorCertificateResponse"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="GetLicensorCertificateResult" type="tns:LicensorCertChain" /> </s:sequence> </s:complexType> </s:element> <s:complexType name="LicensorCertChain"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="CertificateChain" type="tns:ArrayOfXmlNode" /> </s:sequence> </s:complexType> <s:complexType name="ArrayOfXmlNode"> <s:sequence> <s:element minOccurs="0" maxOccurs="unbounded" name="Certificate" nillable="true"> <s:complexType mixed="true"> <s:sequence> <s:any /> </s:sequence> </s:complexType> </s:element> </s:sequence> </s:complexType> <s:element name="VersionData" type="tns:VersionData" /> <s:complexType name="VersionData"> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="MinimumVersion" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="MaximumVersion" type="s:string" /> </s:sequence> <s:anyAttribute /> </s:complexType> </s:schema> </wsdl:types> <wsdl:message name="GetLicensorCertificateSoapIn"> <wsdl:part name="parameters" element="tns:GetLicensorCertificate" /> </wsdl:message> <wsdl:message name="GetLicensorCertificateSoapOut"> <wsdl:part name="parameters" element="tns:GetLicensorCertificateResponse" /> </wsdl:message> <wsdl:message name="GetLicensorCertificateVersionData"> <wsdl:part name="VersionData" element="tns:VersionData" /> </wsdl:message> <wsdl:portType name="ServerSoap"> <wsdl:operation name="GetLicensorCertificate"> <wsdl:input message="tns:GetLicensorCertificateSoapIn" /> <wsdl:output message="tns:GetLicensorCertificateSoapOut" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="ServerSoap" type="tns:ServerSoap"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="GetLicensorCertificate"> <soap:operation soapAction= "http://microsoft.com/DRM/ServerService/GetLicensorCertificate" style="document" /> <wsdl:input> <soap:body use="literal" /> <soap:header message="tns:GetLicensorCertificateVersionData" part="VersionData" use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> <soap:header message="tns:GetLicensorCertificateVersionData" part="VersionData" use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:binding name="ServerSoap12" type="tns:ServerSoap"> <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="GetLicensorCertificate"> <soap12:operation soapAction= "http://microsoft.com/DRM/ServerService/GetLicensorCertificate" style="document" /> <wsdl:input> <soap12:body use="literal" /> <soap12:header message="tns:GetLicensorCertificateVersionData" part="VersionData" use="literal" /> </wsdl:input> <wsdl:output> <soap12:body use="literal" /> <soap12:header message="tns:GetLicensorCertificateVersionData" part="VersionData" use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="Server"> <wsdl:port name="ServerSoap" binding="tns:ServerSoap"> <soap:address location= "http://localhost/_wmcs/licensing/server.asmx" /> </wsdl:port> <wsdl:port name="ServerSoap12" binding="tns:ServerSoap12"> <soap12:address location= "http://localhost/_wmcs/licensing/server.asmx" /> </wsdl:port> </wsdl:service> </wsdl:definitions>