aboutsummaryrefslogtreecommitdiff
path: root/utils/ipn_sqlclr/Web References/policyService/CertificateEnrollmentPolicy.wsdl
blob: 2c51dd31b3c565ebadb82ce1ac0255a1df2325f2 (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
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:vscep="http://schemas.verisign.com/pkiservices/2009/07/policy" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.verisign.com/pkiservices/2009/07/policy" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:import schemaLocation="CertificateEnrollmentPolicy.xsd" namespace="http://schemas.verisign.com/pkiservices/2009/07/policy" />
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="requestPoliciesMessage">
    <wsdl:part name="request" element="vscep:getPolicies" />
  </wsdl:message>
  <wsdl:message name="requestPoliciesResponse">
    <wsdl:part name="response" element="vscep:getPoliciesResponse" />
  </wsdl:message>
  <wsdl:portType name="policy">
    <wsdl:operation name="requestPolicies">
      <wsdl:input wsaw:Action="http://schemas.verisign.com/pkiservices/2009/07/policy/getPolicies" message="vscep:requestPoliciesMessage" />
      <wsdl:output wsaw:Action="http://schemas.verisign.com/pkiservices/2009/07/policy/getPoliciesResponse" message="vscep:requestPoliciesResponse" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="requestPoliciesServiceSOAP" type="vscep:policy">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="requestPolicies">
      <soap:operation soapAction="http://schemas.verisign.com/pkiservices/2009/07/policy/requestPolicies" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="policyService">
    <wsdl:port name="requestPoliciesServiceSOAP" binding="vscep:requestPoliciesServiceSOAP">
      <soap:address location="https://pki-ws.symauth.com/pki-ws/policyService" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>