WebServiceTuku.wsdl 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:element name="GetNewPeriodsNumber">
  6. <s:complexType />
  7. </s:element>
  8. <s:element name="GetNewPeriodsNumberResponse">
  9. <s:complexType>
  10. <s:sequence>
  11. <s:element minOccurs="1" maxOccurs="1" name="GetNewPeriodsNumberResult" type="s:int" />
  12. </s:sequence>
  13. </s:complexType>
  14. </s:element>
  15. <s:element name="GetNewGallery">
  16. <s:complexType>
  17. <s:sequence>
  18. <s:element minOccurs="1" maxOccurs="1" name="cid" type="s:int" />
  19. </s:sequence>
  20. </s:complexType>
  21. </s:element>
  22. <s:element name="GetNewGalleryResponse">
  23. <s:complexType>
  24. <s:sequence>
  25. <s:element minOccurs="0" maxOccurs="1" name="GetNewGalleryResult" type="s:string" />
  26. </s:sequence>
  27. </s:complexType>
  28. </s:element>
  29. </s:schema>
  30. </wsdl:types>
  31. <wsdl:message name="GetNewPeriodsNumberSoapIn">
  32. <wsdl:part name="parameters" element="tns:GetNewPeriodsNumber" />
  33. </wsdl:message>
  34. <wsdl:message name="GetNewPeriodsNumberSoapOut">
  35. <wsdl:part name="parameters" element="tns:GetNewPeriodsNumberResponse" />
  36. </wsdl:message>
  37. <wsdl:message name="GetNewGallerySoapIn">
  38. <wsdl:part name="parameters" element="tns:GetNewGallery" />
  39. </wsdl:message>
  40. <wsdl:message name="GetNewGallerySoapOut">
  41. <wsdl:part name="parameters" element="tns:GetNewGalleryResponse" />
  42. </wsdl:message>
  43. <wsdl:portType name="WebServiceTukuSoap">
  44. <wsdl:operation name="GetNewPeriodsNumber">
  45. <wsdl:input message="tns:GetNewPeriodsNumberSoapIn" />
  46. <wsdl:output message="tns:GetNewPeriodsNumberSoapOut" />
  47. </wsdl:operation>
  48. <wsdl:operation name="GetNewGallery">
  49. <wsdl:input message="tns:GetNewGallerySoapIn" />
  50. <wsdl:output message="tns:GetNewGallerySoapOut" />
  51. </wsdl:operation>
  52. </wsdl:portType>
  53. <wsdl:binding name="WebServiceTukuSoap" type="tns:WebServiceTukuSoap">
  54. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  55. <wsdl:operation name="GetNewPeriodsNumber">
  56. <soap:operation soapAction="http://tempuri.org/GetNewPeriodsNumber" style="document" />
  57. <wsdl:input>
  58. <soap:body use="literal" />
  59. </wsdl:input>
  60. <wsdl:output>
  61. <soap:body use="literal" />
  62. </wsdl:output>
  63. </wsdl:operation>
  64. <wsdl:operation name="GetNewGallery">
  65. <soap:operation soapAction="http://tempuri.org/GetNewGallery" style="document" />
  66. <wsdl:input>
  67. <soap:body use="literal" />
  68. </wsdl:input>
  69. <wsdl:output>
  70. <soap:body use="literal" />
  71. </wsdl:output>
  72. </wsdl:operation>
  73. </wsdl:binding>
  74. <wsdl:binding name="WebServiceTukuSoap12" type="tns:WebServiceTukuSoap">
  75. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  76. <wsdl:operation name="GetNewPeriodsNumber">
  77. <soap12:operation soapAction="http://tempuri.org/GetNewPeriodsNumber" style="document" />
  78. <wsdl:input>
  79. <soap12:body use="literal" />
  80. </wsdl:input>
  81. <wsdl:output>
  82. <soap12:body use="literal" />
  83. </wsdl:output>
  84. </wsdl:operation>
  85. <wsdl:operation name="GetNewGallery">
  86. <soap12:operation soapAction="http://tempuri.org/GetNewGallery" style="document" />
  87. <wsdl:input>
  88. <soap12:body use="literal" />
  89. </wsdl:input>
  90. <wsdl:output>
  91. <soap12:body use="literal" />
  92. </wsdl:output>
  93. </wsdl:operation>
  94. </wsdl:binding>
  95. <wsdl:service name="WebServiceTuku">
  96. <wsdl:port name="WebServiceTukuSoap" binding="tns:WebServiceTukuSoap">
  97. <soap:address location="http://tk.55128.cn/WebServiceTuku.asmx" />
  98. </wsdl:port>
  99. <wsdl:port name="WebServiceTukuSoap12" binding="tns:WebServiceTukuSoap12">
  100. <soap12:address location="http://tk.55128.cn/WebServiceTuku.asmx" />
  101. </wsdl:port>
  102. </wsdl:service>
  103. </wsdl:definitions>