📄 service.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:element name="DrawWavelet">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="datanumber" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="xMin" type="s:double" />
<s:element minOccurs="1" maxOccurs="1" name="xMax" type="s:double" />
<s:element minOccurs="1" maxOccurs="1" name="yMin" type="s:double" />
<s:element minOccurs="1" maxOccurs="1" name="yMax" type="s:double" />
<s:element minOccurs="0" maxOccurs="1" name="wavedata" type="tns:ArrayOfDouble" />
<s:element minOccurs="1" maxOccurs="1" name="scatWidth" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="scatHight" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="basepicture" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="targetName" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="ArrayOfDouble">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="double" type="s:double" />
</s:sequence>
</s:complexType>
<s:element name="DrawWaveletResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="DrawWaveletResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DrawFourier">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="datanumber" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="xMin" type="s:double" />
<s:element minOccurs="1" maxOccurs="1" name="xMax" type="s:double" />
<s:element minOccurs="1" maxOccurs="1" name="yMin" type="s:double" />
<s:element minOccurs="1" maxOccurs="1" name="yMax" type="s:double" />
<s:element minOccurs="0" maxOccurs="1" name="wavedata" type="tns:ArrayOfDouble" />
<s:element minOccurs="1" maxOccurs="1" name="scatWidth" type="s:int" />
<s:element minOccurs="1" maxOccurs="1" name="scatHight" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="basepicture" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="targetName" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="DrawFourierResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="DrawFourierResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="DrawWaveletSoapIn">
<wsdl:part name="parameters" element="tns:DrawWavelet" />
</wsdl:message>
<wsdl:message name="DrawWaveletSoapOut">
<wsdl:part name="parameters" element="tns:DrawWaveletResponse" />
</wsdl:message>
<wsdl:message name="DrawFourierSoapIn">
<wsdl:part name="parameters" element="tns:DrawFourier" />
</wsdl:message>
<wsdl:message name="DrawFourierSoapOut">
<wsdl:part name="parameters" element="tns:DrawFourierResponse" />
</wsdl:message>
<wsdl:portType name="ServiceSoap">
<wsdl:operation name="DrawWavelet">
<wsdl:input message="tns:DrawWaveletSoapIn" />
<wsdl:output message="tns:DrawWaveletSoapOut" />
</wsdl:operation>
<wsdl:operation name="DrawFourier">
<wsdl:input message="tns:DrawFourierSoapIn" />
<wsdl:output message="tns:DrawFourierSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ServiceSoap" type="tns:ServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="DrawWavelet">
<soap:operation soapAction="http://tempuri.org/DrawWavelet" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DrawFourier">
<soap:operation soapAction="http://tempuri.org/DrawFourier" 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="ServiceSoap12" type="tns:ServiceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="DrawWavelet">
<soap12:operation soapAction="http://tempuri.org/DrawWavelet" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="DrawFourier">
<soap12:operation soapAction="http://tempuri.org/DrawFourier" 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="Service">
<wsdl:port name="ServiceSoap" binding="tns:ServiceSoap">
<soap:address location="http://localhost:6347/WSWavelet/Service.asmx" />
</wsdl:port>
<wsdl:port name="ServiceSoap12" binding="tns:ServiceSoap12">
<soap12:address location="http://localhost:6347/WSWavelet/Service.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -