⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 service.wsdl

📁 C#下证书数据库保存、修改、发布。在WINDOWS环境软件下成功应用
💻 WSDL
字号:
<?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://www.oswsolutions.com/" xmlns:s1="http://www.oswsolutions.com/WrappedData.xsd" 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://www.oswsolutions.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.oswsolutions.com/">
      <s:element name="GetSessionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="keyId" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="rawCertificateData" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSessionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSessionKeyResult" type="tns:SessionKeyInfo" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="SessionKeyInfo">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="WrappedKey">
            <s:complexType>
              <s:sequence>
                <s:any namespace="http://www.oswsolutions.com/WrappedData.xsd" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element minOccurs="1" maxOccurs="1" name="KeyId" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="CreateSessionKey">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="rawCertificateData" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreateSessionKeyResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CreateSessionKeyResult" type="tns:SessionKeyInfo" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
    <s:schema xmlns:mstns="http://www.oswsolutions.com/WrappedData.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.oswsolutions.com/WrappedData.xsd" elementFormDefault="qualified" targetNamespace="http://www.oswsolutions.com/WrappedData.xsd" id="XMLSchema1">
      <xs:complexType name="WrappedData">
        <xs:sequence>
          <xs:element name="Certificate" type="xs:string" />
          <xs:element name="EncryptedKey" type="xs:string" />
          <xs:element name="EncryptedData" type="xs:string" />
          <xs:element name="IV" type="xs:string" />
        </xs:sequence>
      </xs:complexType>
      <xs:element name="Data" type="mstns:WrappedData" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetSessionKeySoapIn">
    <wsdl:part name="parameters" element="tns:GetSessionKey" />
  </wsdl:message>
  <wsdl:message name="GetSessionKeySoapOut">
    <wsdl:part name="parameters" element="tns:GetSessionKeyResponse" />
  </wsdl:message>
  <wsdl:message name="CreateSessionKeySoapIn">
    <wsdl:part name="parameters" element="tns:CreateSessionKey" />
  </wsdl:message>
  <wsdl:message name="CreateSessionKeySoapOut">
    <wsdl:part name="parameters" element="tns:CreateSessionKeyResponse" />
  </wsdl:message>
  <wsdl:portType name="ServiceSoap">
    <wsdl:operation name="GetSessionKey">
      <wsdl:input message="tns:GetSessionKeySoapIn" />
      <wsdl:output message="tns:GetSessionKeySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreateSessionKey">
      <wsdl:input message="tns:CreateSessionKeySoapIn" />
      <wsdl:output message="tns:CreateSessionKeySoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSessionKey">
      <soap:operation soapAction="http://www.oswsolutions.com/GetSessionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreateSessionKey">
      <soap:operation soapAction="http://www.oswsolutions.com/CreateSessionKey" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ServiceSoap12" type="tns:ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSessionKey">
      <soap12:operation soapAction="http://www.oswsolutions.com/GetSessionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreateSessionKey">
      <soap12:operation soapAction="http://www.oswsolutions.com/CreateSessionKey" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Service">
    <wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
      <soap:address location="http://localhost:4398/KeyManager/Service.asmx" />
    </wsdl:port>
    <wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
      <soap12:address location="http://localhost:4398/KeyManager/Service.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -