📄 mainsrv.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://gistxl.com/TransWebSrv/GistSrv" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://gistxl.com/TransWebSrv/GistSrv" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://gistxl.com/TransWebSrv/GistSrv">
<s:element name="WebAddTest">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="x" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="y" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="WebAddTestResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="WebAddTestResult" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Registration">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strEmail" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strTelephone" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strFullAddress" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="RegistrationResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="RegistrationResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="strAccessCode" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Translate">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="strText" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strSrcLang" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strTgtLang" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="bNeedImg" type="s:boolean" />
<s:element minOccurs="1" maxOccurs="1" name="bNeedVoice" type="s:boolean" />
<s:element minOccurs="0" maxOccurs="1" name="strAccessCode" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="TranslateResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="TranslateResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="strText" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="strResult" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="byImageBuf" type="s:base64Binary" />
<s:element minOccurs="0" maxOccurs="1" name="byVoiceBuf" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetLanguagesString">
<s:complexType />
</s:element>
<s:element name="GetLanguagesStringResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="GetLanguagesStringResult" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="strSrcLangs" type="tns:ArrayOfString" />
<s:element minOccurs="0" maxOccurs="1" name="strTgtLangs" type="tns:ArrayOfString" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfString">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
</s:sequence>
</s:complexType>
</s:schema>
</wsdl:types>
<wsdl:message name="WebAddTestSoapIn">
<wsdl:part name="parameters" element="tns:WebAddTest" />
</wsdl:message>
<wsdl:message name="WebAddTestSoapOut">
<wsdl:part name="parameters" element="tns:WebAddTestResponse" />
</wsdl:message>
<wsdl:message name="RegistrationSoapIn">
<wsdl:part name="parameters" element="tns:Registration" />
</wsdl:message>
<wsdl:message name="RegistrationSoapOut">
<wsdl:part name="parameters" element="tns:RegistrationResponse" />
</wsdl:message>
<wsdl:message name="TranslateSoapIn">
<wsdl:part name="parameters" element="tns:Translate" />
</wsdl:message>
<wsdl:message name="TranslateSoapOut">
<wsdl:part name="parameters" element="tns:TranslateResponse" />
</wsdl:message>
<wsdl:message name="GetLanguagesStringSoapIn">
<wsdl:part name="parameters" element="tns:GetLanguagesString" />
</wsdl:message>
<wsdl:message name="GetLanguagesStringSoapOut">
<wsdl:part name="parameters" element="tns:GetLanguagesStringResponse" />
</wsdl:message>
<wsdl:portType name="GistSrvSoap">
<wsdl:operation name="WebAddTest">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/">A web add test method.</documentation>
<wsdl:input message="tns:WebAddTestSoapIn" />
<wsdl:output message="tns:WebAddTestSoapOut" />
</wsdl:operation>
<wsdl:operation name="Registration">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Registration method. ret:0 success</documentation>
<wsdl:input message="tns:RegistrationSoapIn" />
<wsdl:output message="tns:RegistrationSoapOut" />
</wsdl:operation>
<wsdl:operation name="Translate">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Translation method. ret:0 success</documentation>
<wsdl:input message="tns:TranslateSoapIn" />
<wsdl:output message="tns:TranslateSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetLanguagesString">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get Translation Langauges directions. ret:the number of langauge pairs</documentation>
<wsdl:input message="tns:GetLanguagesStringSoapIn" />
<wsdl:output message="tns:GetLanguagesStringSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="GistSrvSoap" type="tns:GistSrvSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<wsdl:operation name="WebAddTest">
<soap:operation soapAction="http://gistxl.com/TransWebSrv/GistSrv/WebAddTest" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Registration">
<soap:operation soapAction="http://gistxl.com/TransWebSrv/GistSrv/Registration" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Translate">
<soap:operation soapAction="http://gistxl.com/TransWebSrv/GistSrv/Translate" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetLanguagesString">
<soap:operation soapAction="http://gistxl.com/TransWebSrv/GistSrv/GetLanguagesString" 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="GistSrv">
<documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Translalor provided by GistXL Pte Ltd.</documentation>
<wsdl:port name="GistSrvSoap" binding="tns:GistSrvSoap">
<soap:address location="http://gistxl.com/TransWebSrv0/MainSrv.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -