<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://web4.zsit.cc/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://web4.zsit.cc/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://web4.zsit.cc/">
      <s:element name="HelloWorld">
        <s:complexType />
      </s:element>
      <s:element name="HelloWorldResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="HelloWorldResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Fhqr">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="fhd" type="tns:Fhd" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Fhd">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="head" type="tns:Head" />
          <s:element minOccurs="0" maxOccurs="1" name="detail" type="tns:ArrayOfDetail" />
          <s:element minOccurs="0" maxOccurs="1" name="accesskey" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Head">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="BILL_TYPE" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BSTNK" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LESSO_NAME" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CLIENT_NUM" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CLIENT_NAME" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BILL_DATE" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CAR_NUM" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ERNAM" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CAR_ORDER" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="REMARK" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ADDRESS" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CY_DDH" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FIELDS1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FIELDS2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FIELDS3" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfDetail">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="Detail" nillable="true" type="tns:Detail" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Detail">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="BSTNK" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MATNR" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MATNR_TXT" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MER_SUM" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MER_SUM2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MER_UNIT" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="MER_UNIT2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CONVERT" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LIST_REMARK" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PRICE" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PRICE2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DISCOUNT" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="AMT" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FIELDS1" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FIELDS2" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="FIELDS3" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="FhqrResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FhqrResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="HelloWorldSoapIn">
    <wsdl:part name="parameters" element="tns:HelloWorld" />
  </wsdl:message>
  <wsdl:message name="HelloWorldSoapOut">
    <wsdl:part name="parameters" element="tns:HelloWorldResponse" />
  </wsdl:message>
  <wsdl:message name="FhqrSoapIn">
    <wsdl:part name="parameters" element="tns:Fhqr" />
  </wsdl:message>
  <wsdl:message name="FhqrSoapOut">
    <wsdl:part name="parameters" element="tns:FhqrResponse" />
  </wsdl:message>
  <wsdl:message name="HelloWorldHttpGetIn" />
  <wsdl:message name="HelloWorldHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="HelloWorldHttpPostIn" />
  <wsdl:message name="HelloWorldHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="WebServiceSoap">
    <wsdl:operation name="HelloWorld">
      <wsdl:input message="tns:HelloWorldSoapIn" />
      <wsdl:output message="tns:HelloWorldSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Fhqr">
      <wsdl:input message="tns:FhqrSoapIn" />
      <wsdl:output message="tns:FhqrSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="WebServiceHttpGet">
    <wsdl:operation name="HelloWorld">
      <wsdl:input message="tns:HelloWorldHttpGetIn" />
      <wsdl:output message="tns:HelloWorldHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="WebServiceHttpPost">
    <wsdl:operation name="HelloWorld">
      <wsdl:input message="tns:HelloWorldHttpPostIn" />
      <wsdl:output message="tns:HelloWorldHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WebServiceSoap" type="tns:WebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="HelloWorld">
      <soap:operation soapAction="http://web4.zsit.cc/HelloWorld" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Fhqr">
      <soap:operation soapAction="http://web4.zsit.cc/Fhqr" 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="WebServiceSoap12" type="tns:WebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="HelloWorld">
      <soap12:operation soapAction="http://web4.zsit.cc/HelloWorld" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Fhqr">
      <soap12:operation soapAction="http://web4.zsit.cc/Fhqr" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WebServiceHttpGet" type="tns:WebServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="HelloWorld">
      <http:operation location="/HelloWorld" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WebServiceHttpPost" type="tns:WebServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="HelloWorld">
      <http:operation location="/HelloWorld" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WebService">
    <wsdl:port name="WebServiceSoap" binding="tns:WebServiceSoap">
      <soap:address location="http://ysyc8.cn/WebService.asmx" />
    </wsdl:port>
    <wsdl:port name="WebServiceSoap12" binding="tns:WebServiceSoap12">
      <soap12:address location="http://ysyc8.cn/WebService.asmx" />
    </wsdl:port>
    <wsdl:port name="WebServiceHttpGet" binding="tns:WebServiceHttpGet">
      <http:address location="http://ysyc8.cn/WebService.asmx" />
    </wsdl:port>
    <wsdl:port name="WebServiceHttpPost" binding="tns:WebServiceHttpPost">
      <http:address location="http://ysyc8.cn/WebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>