aboutsummaryrefslogtreecommitdiff
path: root/utils/ipn_sqlclr/Web References/signDataService/SignerAPI.wsdl
blob: 0fcae8c20b60e9c0f10a40afc8a5facc0cdbfa9f (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
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:vssign="http://schemas.symantec.com/pkiservices/2011/11/sign" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.symantec.com/pkiservices/2011/11/sign" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <xsd:import schemaLocation="SignerAPI.xsd" namespace="http://schemas.symantec.com/pkiservices/2011/11/sign" />
    </xsd:schema>
  </wsdl:types>
  <wsdl:message name="prepSignDataRequest">
    <wsdl:part name="request" element="vssign:PrepSignDataRequest" />
  </wsdl:message>
  <wsdl:message name="prepSignDataResponse">
    <wsdl:part name="response" element="vssign:PrepSignDataResponse" />
  </wsdl:message>
  <wsdl:message name="verifySignedDataRequest">
    <wsdl:part name="request" element="vssign:VerifySignedDataRequest" />
  </wsdl:message>
  <wsdl:message name="verifySignedDataResponse">
    <wsdl:part name="response" element="vssign:VerifySignedDataResponse" />
  </wsdl:message>
  <wsdl:message name="noOpRequest">
    <wsdl:part name="request" element="vssign:ToBeSignedPKCS7BlobType" />
  </wsdl:message>
  <wsdl:message name="noOpResponse">
    <wsdl:part name="response" element="vssign:ToBeSignedClientPKCS7BlobType" />
  </wsdl:message>
  <wsdl:portType name="signDataOperations">
    <wsdl:operation name="prepSignData">
      <wsdl:input message="vssign:prepSignDataRequest" />
      <wsdl:output message="vssign:prepSignDataResponse" />
    </wsdl:operation>
    <wsdl:operation name="verifySignedData">
      <wsdl:input message="vssign:verifySignedDataRequest" />
      <wsdl:output message="vssign:verifySignedDataResponse" />
    </wsdl:operation>
    <wsdl:operation name="noOp">
      <wsdl:input message="vssign:noOpRequest" />
      <wsdl:output message="vssign:noOpResponse" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="signDataServiceSOAP" type="vssign:signDataOperations">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="prepSignData">
      <soap:operation soapAction="http://schemas.symantec.com/pkiservices/2011/11/sign/signDataOperations/prepSignDataRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="verifySignedData">
      <soap:operation soapAction="http://schemas.symantec.com/pkiservices/2011/11/sign/signDataOperations/verifySignedDataRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="noOp">
      <soap:operation soapAction="http://schemas.symantec.com/pkiservices/2011/11/sign/signDataOperations/noOpRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="signDataService">
    <wsdl:port name="signDataServiceSOAP" binding="vssign:signDataServiceSOAP">
      <soap:address location="https://egwhost/signDataService" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>