<?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://tempuri.org/" 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://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types />
  <wsdl:portType name="WechatCodeSoap" />
  <wsdl:portType name="WechatCodeSoap12" />
  <wsdl:portType name="WechatCodeHttpGet" />
  <wsdl:portType name="WechatCodeHttpPost" />
  <wsdl:binding name="WechatCodeSoap" type="tns:WechatCodeSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  </wsdl:binding>
  <wsdl:binding name="WechatCodeSoap12" type="tns:WechatCodeSoap12">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  </wsdl:binding>
  <wsdl:binding name="WechatCodeHttpGet" type="tns:WechatCodeHttpGet" />
  <wsdl:binding name="WechatCodeHttpPost" type="tns:WechatCodeHttpPost" />
  <wsdl:service name="WechatCode">
    <wsdl:port name="WechatCodeSoap" binding="tns:WechatCodeSoap">
      <soap:address location="http://jzthqyy.com/WechatCode.asmx" />
    </wsdl:port>
    <wsdl:port name="WechatCodeSoap12" binding="tns:WechatCodeSoap12">
      <soap12:address location="http://jzthqyy.com/WechatCode.asmx" />
    </wsdl:port>
    <wsdl:port name="WechatCodeHttpGet" binding="tns:WechatCodeHttpGet" />
    <wsdl:port name="WechatCodeHttpPost" binding="tns:WechatCodeHttpPost" />
  </wsdl:service>
</wsdl:definitions>