📄 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="HelloWorld">
<s:complexType />
</s:element>
<s:element name="HelloWorldResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="OneWayMethod">
<s:complexType />
</s:element>
<s:element name="AsyncMethodTest">
<s:complexType />
</s:element>
<s:element name="AsyncMethodTestResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="AsyncMethodTestResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="GetServerTime">
<s:complexType />
</s:element>
<s:element name="GetServerTimeResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetServerTimeResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="HelloWorldSoapIn">
<wsdl:part name="parameters" element="tns:HelloWorld" />
</wsdl:message>
<wsdl:message name="HelloWorldSoapOut">
<wsdl:part name="parameters" element="tns:HelloWorldResponse" />
</wsdl:message>
<wsdl:message name="OneWayMethodSoapIn">
<wsdl:part name="parameters" element="tns:OneWayMethod" />
</wsdl:message>
<wsdl:message name="AsyncMethodTestSoapIn">
<wsdl:part name="parameters" element="tns:AsyncMethodTest" />
</wsdl:message>
<wsdl:message name="AsyncMethodTestSoapOut">
<wsdl:part name="parameters" element="tns:AsyncMethodTestResponse" />
</wsdl:message>
<wsdl:message name="GetServerTimeSoapIn">
<wsdl:part name="parameters" element="tns:GetServerTime" />
</wsdl:message>
<wsdl:message name="GetServerTimeSoapOut">
<wsdl:part name="parameters" element="tns:GetServerTimeResponse" />
</wsdl:message>
<wsdl:portType name="ServiceSoap">
<wsdl:operation name="HelloWorld">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Hello world</wsdl:documentation>
<wsdl:input message="tns:HelloWorldSoapIn" />
<wsdl:output message="tns:HelloWorldSoapOut" />
</wsdl:operation>
<wsdl:operation name="OneWayMethod">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">杩欐槸涓
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -