aboutsummaryrefslogtreecommitdiff
path: root/utils/ipn_sqlclr/Web References/certificateManagementService/CertificateManagementService.wsdl
blob: 6c27b2abca3cf717a2c175ef366622249679cbb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://schemas.verisign.com/pkiservices/2009/07/management" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.verisign.com/pkiservices/2009/07/management" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:import schemaLocation="CertificateManagementService.xsd" namespace="http://schemas.verisign.com/pkiservices/2009/07/management" />
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="requestKeyRecoveryMessage">
    <wsdl:part name="request" element="tns:requestKeyRecoveryMessage" />
  </wsdl:message>
  <wsdl:message name="requestKeyRecoveryResponseMessage">
    <wsdl:part name="response" element="tns:requestKeyRecoveryResponseMessage" />
  </wsdl:message>
  <wsdl:message name="updateCertificateStatusRequest">
    <wsdl:part name="request" element="tns:updateCertificateStatusRequest" />
  </wsdl:message>
  <wsdl:message name="updateCertificateStatusResponse">
    <wsdl:part name="response" element="tns:updateCertificateStatusResponse" />
  </wsdl:message>
  <wsdl:message name="bulkUpdateCertificateStatusRequest">
    <wsdl:part name="request" element="tns:bulkUpdateCertificateStatusRequest" />
  </wsdl:message>
  <wsdl:message name="bulkUpdateCertificateStatusResponse">
    <wsdl:part name="response" element="tns:bulkUpdateCertificateStatusResponse" />
  </wsdl:message>
  <wsdl:message name="searchCertificateRequest">
    <wsdl:part name="request" element="tns:searchCertificateRequest" />
  </wsdl:message>
  <wsdl:message name="searchCertificateResponse">
    <wsdl:part name="response" element="tns:searchCertificateResponse" />
  </wsdl:message>
  <wsdl:portType name="certificateManagementOperations">
    <wsdl:operation name="updateCertificateStatus">
      <wsdl:input message="tns:updateCertificateStatusRequest" />
      <wsdl:output message="tns:updateCertificateStatusResponse" />
    </wsdl:operation>
    <wsdl:operation name="bulkUpdateCertificateStatus">
      <wsdl:input message="tns:bulkUpdateCertificateStatusRequest" />
      <wsdl:output message="tns:bulkUpdateCertificateStatusResponse" />
    </wsdl:operation>
    <wsdl:operation name="keyRecovery">
      <wsdl:input message="tns:requestKeyRecoveryMessage" />
      <wsdl:output message="tns:requestKeyRecoveryResponseMessage" />
    </wsdl:operation>
    <wsdl:operation name="searchCertificate">
      <wsdl:input message="tns:searchCertificateRequest" />
      <wsdl:output message="tns:searchCertificateResponse" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="certificateManagementServiceSOAP" type="tns:certificateManagementOperations">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="updateCertificateStatus">
      <soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/management/updateCertificateStatus" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="bulkUpdateCertificateStatus">
      <soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/management/bulkUpdateCertificateStatus" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="keyRecovery">
      <soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/management/keyRecovery" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="searchCertificate">
      <soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/management/searchCertificate" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="certificateManagementService">
    <wsdl:port name="certificateManagementServiceSOAP" binding="tns:certificateManagementServiceSOAP">
      <soap:address location="https://pki-ws.symauth.com/pki-ws/certificateManagementService" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>