You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="utf-8"?>
- <definitions name="Hotel" targetNamespace="urn:Hotel" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Hotel" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/">
- <types xmlns="http://schemas.xmlsoap.org/wsdl/" />
- <portType name="HotelPort"><operation name="DomesticCheckRoomAvail">
- <input message="tns:DomesticCheckRoomAvailRequest" />
- <output message="tns:DomesticCheckRoomAvailResponse" />
- </operation>
- <operation name="DomesticSubmitNewHotelOrderRequest">
- <input message="tns:DomesticSubmitNewHotelOrderRequestRequest" />
- <output message="tns:DomesticSubmitNewHotelOrderRequestResponse" />
- </operation>
- <operation name="DomesticModifyHotelOrder">
- <input message="tns:DomesticModifyHotelOrderRequest" />
- <output message="tns:DomesticModifyHotelOrderResponse" />
- </operation>
- <operation name="DomesticCancelHotelOrder">
- <input message="tns:DomesticCancelHotelOrderRequest" />
- <output message="tns:DomesticCancelHotelOrderResponse" />
- </operation>
- <operation name="DomesticPushOrderStatus">
- <input message="tns:DomesticPushOrderStatusRequest" />
- <output message="tns:DomesticPushOrderStatusResponse" />
- </operation>
- </portType>
- <binding name="HotelBinding" type="tns:HotelPort">
- <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
- <operation name="DomesticCheckRoomAvail">
- <soap:operation soapAction="urn:Hotel#Hotel#DomesticCheckRoomAvail" />
- <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </input>
- <output>
- <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </output>
- </operation>
- <operation name="DomesticSubmitNewHotelOrderRequest">
- <soap:operation soapAction="urn:Hotel#Hotel#DomesticSubmitNewHotelOrderRequest" />
- <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </input>
- <output>
- <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </output>
- </operation>
- <operation name="DomesticModifyHotelOrder">
- <soap:operation soapAction="urn:Hotel#Hotel#DomesticModifyHotelOrder" />
- <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </input>
- <output>
- <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </output>
- </operation>
- <operation name="DomesticCancelHotelOrder">
- <soap:operation soapAction="urn:Hotel#Hotel#DomesticCancelHotelOrder" />
- <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </input>
- <output>
- <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </output>
- </operation>
- <operation name="DomesticPushOrderStatus">
- <soap:operation soapAction="urn:Hotel#Hotel#DomesticPushOrderStatus" />
- <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </input>
- <output>
- <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
- </output>
- </operation>
- </binding>
- <service name="Hotel">
- <documentation />
- <port name="HotelPort" binding="tns:HotelBinding"><soap:address location="http://localhost:20083/Ctrip/creat_wsdl.php" />
- </port>
- </service>
- <message name="DomesticCheckRoomAvailRequest">
- </message>
- <message name="DomesticCheckRoomAvailResponse">
- <part name="DomesticCheckRoomAvail" type="xsd:string" />
- </message>
- <message name="DomesticSubmitNewHotelOrderRequestRequest">
- </message>
- <message name="DomesticSubmitNewHotelOrderRequestResponse">
- <part name="DomesticSubmitNewHotelOrderRequest" type="xsd:string" />
- </message>
- <message name="DomesticModifyHotelOrderRequest">
- </message>
- <message name="DomesticModifyHotelOrderResponse">
- <part name="DomesticModifyHotelOrder" type="xsd:string" />
- </message>
- <message name="DomesticCancelHotelOrderRequest">
- </message>
- <message name="DomesticCancelHotelOrderResponse">
- <part name="DomesticCancelHotelOrder" type="xsd:string" />
- </message>
- <message name="DomesticPushOrderStatusRequest">
- </message>
- <message name="DomesticPushOrderStatusResponse">
- <part name="DomesticPushOrderStatus" type="xsd:string" />
- </message>
- </definitions>
|