📄 result.wsdl
字号:
<?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://shop.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://shop.jamieson.cn/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema elementFormDefault="qualified" targetNamespace="http://shop.jamieson.cn/">
<s:element name="rake">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="operator" type="s:long" />
<s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="month" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="rakeResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="rakeResult" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</types>
<message name="rakeSoapIn">
<part name="parameters" element="s0:rake" />
</message>
<message name="rakeSoapOut">
<part name="parameters" element="s0:rakeResponse" />
</message>
<portType name="resultSoap">
<operation name="rake">
<input message="s0:rakeSoapIn" />
<output message="s0:rakeSoapOut" />
</operation>
</portType>
<binding name="resultSoap" type="s0:resultSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="rake">
<soap:operation soapAction="http://shop.jamieson.cn/rake" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="result">
<port name="resultSoap" binding="s0:resultSoap">
<soap:address location="http://localhost:8080/svmember/result.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -