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.
 
 
 
 
 
 

98 lines
4.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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/">
  3. <types xmlns="http://schemas.xmlsoap.org/wsdl/" />
  4. <portType name="HotelPort"><operation name="DomesticCheckRoomAvail">
  5. <input message="tns:DomesticCheckRoomAvailRequest" />
  6. <output message="tns:DomesticCheckRoomAvailResponse" />
  7. </operation>
  8. <operation name="DomesticSubmitNewHotelOrderRequest">
  9. <input message="tns:DomesticSubmitNewHotelOrderRequestRequest" />
  10. <output message="tns:DomesticSubmitNewHotelOrderRequestResponse" />
  11. </operation>
  12. <operation name="DomesticModifyHotelOrder">
  13. <input message="tns:DomesticModifyHotelOrderRequest" />
  14. <output message="tns:DomesticModifyHotelOrderResponse" />
  15. </operation>
  16. <operation name="DomesticCancelHotelOrder">
  17. <input message="tns:DomesticCancelHotelOrderRequest" />
  18. <output message="tns:DomesticCancelHotelOrderResponse" />
  19. </operation>
  20. <operation name="DomesticPushOrderStatus">
  21. <input message="tns:DomesticPushOrderStatusRequest" />
  22. <output message="tns:DomesticPushOrderStatusResponse" />
  23. </operation>
  24. </portType>
  25. <binding name="HotelBinding" type="tns:HotelPort">
  26. <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
  27. <operation name="DomesticCheckRoomAvail">
  28. <soap:operation soapAction="urn:Hotel#Hotel#DomesticCheckRoomAvail" />
  29. <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  30. </input>
  31. <output>
  32. <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  33. </output>
  34. </operation>
  35. <operation name="DomesticSubmitNewHotelOrderRequest">
  36. <soap:operation soapAction="urn:Hotel#Hotel#DomesticSubmitNewHotelOrderRequest" />
  37. <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  38. </input>
  39. <output>
  40. <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  41. </output>
  42. </operation>
  43. <operation name="DomesticModifyHotelOrder">
  44. <soap:operation soapAction="urn:Hotel#Hotel#DomesticModifyHotelOrder" />
  45. <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  46. </input>
  47. <output>
  48. <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  49. </output>
  50. </operation>
  51. <operation name="DomesticCancelHotelOrder">
  52. <soap:operation soapAction="urn:Hotel#Hotel#DomesticCancelHotelOrder" />
  53. <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  54. </input>
  55. <output>
  56. <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  57. </output>
  58. </operation>
  59. <operation name="DomesticPushOrderStatus">
  60. <soap:operation soapAction="urn:Hotel#Hotel#DomesticPushOrderStatus" />
  61. <input><soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  62. </input>
  63. <output>
  64. <soap:body use="encoded" namespace="urn:Hotel" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
  65. </output>
  66. </operation>
  67. </binding>
  68. <service name="Hotel">
  69. <documentation />
  70. <port name="HotelPort" binding="tns:HotelBinding"><soap:address location="http://localhost:20083/Ctrip/creat_wsdl.php" />
  71. </port>
  72. </service>
  73. <message name="DomesticCheckRoomAvailRequest">
  74. </message>
  75. <message name="DomesticCheckRoomAvailResponse">
  76. <part name="DomesticCheckRoomAvail" type="xsd:string" />
  77. </message>
  78. <message name="DomesticSubmitNewHotelOrderRequestRequest">
  79. </message>
  80. <message name="DomesticSubmitNewHotelOrderRequestResponse">
  81. <part name="DomesticSubmitNewHotelOrderRequest" type="xsd:string" />
  82. </message>
  83. <message name="DomesticModifyHotelOrderRequest">
  84. </message>
  85. <message name="DomesticModifyHotelOrderResponse">
  86. <part name="DomesticModifyHotelOrder" type="xsd:string" />
  87. </message>
  88. <message name="DomesticCancelHotelOrderRequest">
  89. </message>
  90. <message name="DomesticCancelHotelOrderResponse">
  91. <part name="DomesticCancelHotelOrder" type="xsd:string" />
  92. </message>
  93. <message name="DomesticPushOrderStatusRequest">
  94. </message>
  95. <message name="DomesticPushOrderStatusResponse">
  96. <part name="DomesticPushOrderStatus" type="xsd:string" />
  97. </message>
  98. </definitions>