<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://service.ecocoma.com/convert/chinese" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://service.ecocoma.com/convert/chinese" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cocoma Chinese Convert Web Services.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://service.ecocoma.com/convert/chinese">
      <s:element name="GetSimplifiedChinese">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DomainID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Source" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSimplifiedChineseResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSimplifiedChineseResult" type="tns:Converter" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Converter">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="result" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetTraditionalChinese">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DomainID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Source" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetTraditionalChineseResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetTraditionalChineseResult" type="tns:Converter" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetChinese">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DomainID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Source" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetChineseResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetChineseResult" type="tns:Converter" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetUnicode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="KeyID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DomainID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Source" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetUnicodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetUnicodeResult" type="tns:Converter" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetSimplifiedChineseSoapIn">
    <wsdl:part name="parameters" element="tns:GetSimplifiedChinese" />
  </wsdl:message>
  <wsdl:message name="GetSimplifiedChineseSoapOut">
    <wsdl:part name="parameters" element="tns:GetSimplifiedChineseResponse" />
  </wsdl:message>
  <wsdl:message name="GetTraditionalChineseSoapIn">
    <wsdl:part name="parameters" element="tns:GetTraditionalChinese" />
  </wsdl:message>
  <wsdl:message name="GetTraditionalChineseSoapOut">
    <wsdl:part name="parameters" element="tns:GetTraditionalChineseResponse" />
  </wsdl:message>
  <wsdl:message name="GetChineseSoapIn">
    <wsdl:part name="parameters" element="tns:GetChinese" />
  </wsdl:message>
  <wsdl:message name="GetChineseSoapOut">
    <wsdl:part name="parameters" element="tns:GetChineseResponse" />
  </wsdl:message>
  <wsdl:message name="GetUnicodeSoapIn">
    <wsdl:part name="parameters" element="tns:GetUnicode" />
  </wsdl:message>
  <wsdl:message name="GetUnicodeSoapOut">
    <wsdl:part name="parameters" element="tns:GetUnicodeResponse" />
  </wsdl:message>
  <wsdl:portType name="Chinese_ServiceSoap">
    <wsdl:operation name="GetSimplifiedChinese">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert a chinese text from traditional to simplified characters.</wsdl:documentation>
      <wsdl:input message="tns:GetSimplifiedChineseSoapIn" />
      <wsdl:output message="tns:GetSimplifiedChineseSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetTraditionalChinese">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert a chinese text from simplified to traditional characters.</wsdl:documentation>
      <wsdl:input message="tns:GetTraditionalChineseSoapIn" />
      <wsdl:output message="tns:GetTraditionalChineseSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetChinese">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert a chinese text from its unicode version to its characters version.</wsdl:documentation>
      <wsdl:input message="tns:GetChineseSoapIn" />
      <wsdl:output message="tns:GetChineseSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetUnicode">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the unicode version of a text written in chinese characters.</wsdl:documentation>
      <wsdl:input message="tns:GetUnicodeSoapIn" />
      <wsdl:output message="tns:GetUnicodeSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Chinese_ServiceSoap" type="tns:Chinese_ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSimplifiedChinese">
      <soap:operation soapAction="http://service.ecocoma.com/convert/chinese/GetSimplifiedChinese" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTraditionalChinese">
      <soap:operation soapAction="http://service.ecocoma.com/convert/chinese/GetTraditionalChinese" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetChinese">
      <soap:operation soapAction="http://service.ecocoma.com/convert/chinese/GetChinese" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUnicode">
      <soap:operation soapAction="http://service.ecocoma.com/convert/chinese/GetUnicode" 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="Chinese_ServiceSoap12" type="tns:Chinese_ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSimplifiedChinese">
      <soap12:operation soapAction="http://service.ecocoma.com/convert/chinese/GetSimplifiedChinese" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetTraditionalChinese">
      <soap12:operation soapAction="http://service.ecocoma.com/convert/chinese/GetTraditionalChinese" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetChinese">
      <soap12:operation soapAction="http://service.ecocoma.com/convert/chinese/GetChinese" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUnicode">
      <soap12:operation soapAction="http://service.ecocoma.com/convert/chinese/GetUnicode" 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="Chinese_Service">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cocoma Chinese Convert Web Services.</wsdl:documentation>
    <wsdl:port name="Chinese_ServiceSoap" binding="tns:Chinese_ServiceSoap">
      <soap:address location="http://service.ecocoma.com/convert/chinese.asmx" />
    </wsdl:port>
    <wsdl:port name="Chinese_ServiceSoap12" binding="tns:Chinese_ServiceSoap12">
      <soap12:address location="http://service.ecocoma.com/convert/chinese.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>