query.wsdl
来自「我基于.netframwork1.0开发的一个B/S网络店铺(会员)销售管理系统」· WSDL 代码 · 共 119 行
WSDL
119 行
<?xml version="1.0" encoding="utf-8"?>
<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:s0="http://www.jamieson.cn/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.jamieson.cn/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema elementFormDefault="qualified" targetNamespace="http://www.jamieson.cn/">
<s:element name="QueryNode">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="QueryNodeResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="QueryNodeResult" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="QueryRemainder">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="QueryRemainderResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="QueryRemainderResult" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CheckMember">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="code" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="id" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CheckMemberResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="CheckMemberResult" type="s:boolean" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</types>
<message name="QueryNodeSoapIn">
<part name="parameters" element="s0:QueryNode" />
</message>
<message name="QueryNodeSoapOut">
<part name="parameters" element="s0:QueryNodeResponse" />
</message>
<message name="QueryRemainderSoapIn">
<part name="parameters" element="s0:QueryRemainder" />
</message>
<message name="QueryRemainderSoapOut">
<part name="parameters" element="s0:QueryRemainderResponse" />
</message>
<message name="CheckMemberSoapIn">
<part name="parameters" element="s0:CheckMember" />
</message>
<message name="CheckMemberSoapOut">
<part name="parameters" element="s0:CheckMemberResponse" />
</message>
<portType name="querySoap">
<operation name="QueryNode">
<input message="s0:QueryNodeSoapIn" />
<output message="s0:QueryNodeSoapOut" />
</operation>
<operation name="QueryRemainder">
<input message="s0:QueryRemainderSoapIn" />
<output message="s0:QueryRemainderSoapOut" />
</operation>
<operation name="CheckMember">
<input message="s0:CheckMemberSoapIn" />
<output message="s0:CheckMemberSoapOut" />
</operation>
</portType>
<binding name="querySoap" type="s0:querySoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="QueryNode">
<soap:operation soapAction="http://www.jamieson.cn/QueryNode" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="QueryRemainder">
<soap:operation soapAction="http://www.jamieson.cn/QueryRemainder" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="CheckMember">
<soap:operation soapAction="http://www.jamieson.cn/CheckMember" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="query">
<port name="querySoap" binding="s0:querySoap">
<soap:address location="http://shop.jamieson.cn/svmember/query.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?