aboutsummaryrefslogtreecommitdiff
path: root/utils/ipn_sqlclr/Web References/signDataService/SignerAPI.wsdl
diff options
context:
space:
mode:
authorjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
committerjmpoep <OriginalEntryPoint@qq.com>2023-12-07 16:51:07 +0800
commit28008a746a31abb7909dd86cb0cd413ac8943b0b (patch)
treea30b74b8cad548048c3c1551d652828ab76fa9bd /utils/ipn_sqlclr/Web References/signDataService/SignerAPI.wsdl
downloadvmprotect-3.5.1-28008a746a31abb7909dd86cb0cd413ac8943b0b.tar
vmprotect-3.5.1-28008a746a31abb7909dd86cb0cd413ac8943b0b.tar.gz
vmprotect-3.5.1-28008a746a31abb7909dd86cb0cd413ac8943b0b.tar.bz2
vmprotect-3.5.1-28008a746a31abb7909dd86cb0cd413ac8943b0b.zip
first commitHEADmaster
Diffstat (limited to 'utils/ipn_sqlclr/Web References/signDataService/SignerAPI.wsdl')
-rw-r--r--utils/ipn_sqlclr/Web References/signDataService/SignerAPI.wsdl75
1 files changed, 75 insertions, 0 deletions
diff --git a/utils/ipn_sqlclr/Web References/signDataService/SignerAPI.wsdl b/utils/ipn_sqlclr/Web References/signDataService/SignerAPI.wsdl
new file mode 100644
index 0000000..0fcae8c
--- /dev/null
+++ b/utils/ipn_sqlclr/Web References/signDataService/SignerAPI.wsdl
@@ -0,0 +1,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> \ No newline at end of file