IYCMarkService1.wsdl 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions 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:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" 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="DoMarkTrans">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="CheckCode1" type="s:string" />
  9. <s:element minOccurs="0" maxOccurs="1" name="CheckCode2" type="s:string" />
  10. <s:element minOccurs="0" maxOccurs="1" name="UserCode" type="s:string" />
  11. <s:element minOccurs="0" maxOccurs="1" name="MeterCode" type="s:string" />
  12. <s:element minOccurs="0" maxOccurs="1" name="MarkTime" type="s:string" />
  13. <s:element minOccurs="0" maxOccurs="1" name="MarkData" type="s:string" />
  14. </s:sequence>
  15. </s:complexType>
  16. </s:element>
  17. <s:element name="DoMarkTransResponse">
  18. <s:complexType>
  19. <s:sequence>
  20. <s:element minOccurs="0" maxOccurs="1" name="DoMarkTransResult" type="s:string" />
  21. </s:sequence>
  22. </s:complexType>
  23. </s:element>
  24. </s:schema>
  25. </wsdl:types>
  26. <wsdl:message name="DoMarkTransSoapIn">
  27. <wsdl:part name="parameters" element="tns:DoMarkTrans" />
  28. </wsdl:message>
  29. <wsdl:message name="DoMarkTransSoapOut">
  30. <wsdl:part name="parameters" element="tns:DoMarkTransResponse" />
  31. </wsdl:message>
  32. <wsdl:portType name="IYCMarkServiceSoap">
  33. <wsdl:operation name="DoMarkTrans">
  34. <wsdl:input message="tns:DoMarkTransSoapIn" />
  35. <wsdl:output message="tns:DoMarkTransSoapOut" />
  36. </wsdl:operation>
  37. </wsdl:portType>
  38. <wsdl:binding name="IYCMarkServiceSoap" type="tns:IYCMarkServiceSoap">
  39. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  40. <wsdl:operation name="DoMarkTrans">
  41. <soap:operation soapAction="http://tempuri.org/DoMarkTrans" style="document" />
  42. <wsdl:input>
  43. <soap:body use="literal" />
  44. </wsdl:input>
  45. <wsdl:output>
  46. <soap:body use="literal" />
  47. </wsdl:output>
  48. </wsdl:operation>
  49. </wsdl:binding>
  50. <wsdl:binding name="IYCMarkServiceSoap12" type="tns:IYCMarkServiceSoap">
  51. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  52. <wsdl:operation name="DoMarkTrans">
  53. <soap12:operation soapAction="http://tempuri.org/DoMarkTrans" style="document" />
  54. <wsdl:input>
  55. <soap12:body use="literal" />
  56. </wsdl:input>
  57. <wsdl:output>
  58. <soap12:body use="literal" />
  59. </wsdl:output>
  60. </wsdl:operation>
  61. </wsdl:binding>
  62. <wsdl:service name="IYCMarkService">
  63. <wsdl:port name="IYCMarkServiceSoap" binding="tns:IYCMarkServiceSoap">
  64. <soap:address location="http://101.200.138.144:9000/HHWebservice_ww/IYCMarkService.asmx" />
  65. </wsdl:port>
  66. <wsdl:port name="IYCMarkServiceSoap12" binding="tns:IYCMarkServiceSoap12">
  67. <soap12:address location="http://101.200.138.144:9000/HHWebservice_ww/IYCMarkService.asmx" />
  68. </wsdl:port>
  69. </wsdl:service>
  70. </wsdl:definitions>