📄 soap.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2008 (http://www.altova.com) by will (ibm) -->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://new.webservice.namespace" targetNamespace="http://new.webservice.namespace">
<wsdl:types>
<xs:schema targetNamespace="http://new.webservice.namespace" elementFormDefault="qualified"/>
</wsdl:types>
<wsdl:message name="InfoRequest">
<wsdl:part name="FlightNo" type="xs:string"/>
<wsdl:part name="Company" type="xs:string"/>
<wsdl:part name="From" type="xs:string"/>
<wsdl:part name="To" type="xs:string"/>
<wsdl:part name="Date" type="xs:date"/>
<wsdl:part name="Time" type="xs:time"/>
</wsdl:message>
<wsdl:message name="InfoResponse">
<wsdl:part name="FlightNo" type="xs:string"/>
<wsdl:part name="Company" type="xs:string"/>
<wsdl:part name="From" type="xs:string"/>
<wsdl:part name="To" type="xs:string"/>
<wsdl:part name="Date" type="xs:date"/>
<wsdl:part name="Time" type="xs:time"/>
</wsdl:message>
<wsdl:portType name="FlightType">
<wsdl:operation name="CheckFlightInfo">
<wsdl:input message="tns:InfoRequest"/>
<wsdl:output message="tns:InfoResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="FlightBinding" type="tns:FlightType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="CheckFlightInfo">
<soap:operation soapAction="urn:Flight#CheckFlightInfo"/>
<wsdl:input>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Flight"/>
</wsdl:input>
<wsdl:output>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Flight"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="NewService">
<wsdl:port name="NewPort" binding="tns:FlightBinding">
<soap:address location="http://localhost:8080"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -