12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="utf-8"?>
- <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/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="DoMarkTrans">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="CheckCode1" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="CheckCode2" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="UserCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MeterCode" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MarkTime" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="MarkData" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="DoMarkTransResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="DoMarkTransResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="DoMarkTransSoapIn">
- <wsdl:part name="parameters" element="tns:DoMarkTrans" />
- </wsdl:message>
- <wsdl:message name="DoMarkTransSoapOut">
- <wsdl:part name="parameters" element="tns:DoMarkTransResponse" />
- </wsdl:message>
- <wsdl:portType name="IYCMarkServiceSoap">
- <wsdl:operation name="DoMarkTrans">
- <wsdl:input message="tns:DoMarkTransSoapIn" />
- <wsdl:output message="tns:DoMarkTransSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="IYCMarkServiceSoap" type="tns:IYCMarkServiceSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="DoMarkTrans">
- <soap:operation soapAction="http://tempuri.org/DoMarkTrans" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="IYCMarkServiceSoap12" type="tns:IYCMarkServiceSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="DoMarkTrans">
- <soap12:operation soapAction="http://tempuri.org/DoMarkTrans" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="IYCMarkService">
- <wsdl:port name="IYCMarkServiceSoap" binding="tns:IYCMarkServiceSoap">
- <soap:address location="http://101.200.138.144:9000/HHWebservice_ww/IYCMarkService.asmx" />
- </wsdl:port>
- <wsdl:port name="IYCMarkServiceSoap12" binding="tns:IYCMarkServiceSoap12">
- <soap12:address location="http://101.200.138.144:9000/HHWebservice_ww/IYCMarkService.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|