Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/BuildUtil/Web References/HvSignService/Sign.wsdl')
-rw-r--r--src/BuildUtil/Web References/HvSignService/Sign.wsdl46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/BuildUtil/Web References/HvSignService/Sign.wsdl b/src/BuildUtil/Web References/HvSignService/Sign.wsdl
index 4a6f0777..6657499e 100644
--- a/src/BuildUtil/Web References/HvSignService/Sign.wsdl
+++ b/src/BuildUtil/Web References/HvSignService/Sign.wsdl
@@ -29,6 +29,24 @@
</s:sequence>
</s:complexType>
</s:element>
+ <s:element name="ExecSignEx">
+ <s:complexType>
+ <s:sequence>
+ <s:element minOccurs="0" maxOccurs="1" name="src_filename" type="s:string" />
+ <s:element minOccurs="1" maxOccurs="1" name="driver_mode" type="s:boolean" />
+ <s:element minOccurs="0" maxOccurs="1" name="description" type="s:string" />
+ <s:element minOccurs="1" maxOccurs="1" name="cert_id" type="s:int" />
+ <s:element minOccurs="1" maxOccurs="1" name="sha_mode" type="s:int" />
+ </s:sequence>
+ </s:complexType>
+ </s:element>
+ <s:element name="ExecSignExResponse">
+ <s:complexType>
+ <s:sequence>
+ <s:element minOccurs="0" maxOccurs="1" name="ExecSignExResult" type="s:string" />
+ </s:sequence>
+ </s:complexType>
+ </s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="HelloWorldSoapIn">
@@ -43,6 +61,12 @@
<wsdl:message name="ExecSignSoapOut">
<wsdl:part name="parameters" element="tns:ExecSignResponse" />
</wsdl:message>
+ <wsdl:message name="ExecSignExSoapIn">
+ <wsdl:part name="parameters" element="tns:ExecSignEx" />
+ </wsdl:message>
+ <wsdl:message name="ExecSignExSoapOut">
+ <wsdl:part name="parameters" element="tns:ExecSignExResponse" />
+ </wsdl:message>
<wsdl:portType name="SignSoap">
<wsdl:operation name="HelloWorld">
<wsdl:input message="tns:HelloWorldSoapIn" />
@@ -52,6 +76,10 @@
<wsdl:input message="tns:ExecSignSoapIn" />
<wsdl:output message="tns:ExecSignSoapOut" />
</wsdl:operation>
+ <wsdl:operation name="ExecSignEx">
+ <wsdl:input message="tns:ExecSignExSoapIn" />
+ <wsdl:output message="tns:ExecSignExSoapOut" />
+ </wsdl:operation>
</wsdl:portType>
<wsdl:binding name="SignSoap" type="tns:SignSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
@@ -73,6 +101,15 @@
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
+ <wsdl:operation name="ExecSignEx">
+ <soap:operation soapAction="http://hvsigncode/ExecSignEx" 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="SignSoap12" type="tns:SignSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
@@ -94,6 +131,15 @@
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
+ <wsdl:operation name="ExecSignEx">
+ <soap12:operation soapAction="http://hvsigncode/ExecSignEx" 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="Sign">
<wsdl:port name="SignSoap" binding="tns:SignSoap">