<?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/csharp" 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/csharp" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cocoma Csharp Convert Web Services.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://service.ecocoma.com/convert/csharp">
      <s:element name="GetVB">
        <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="Code" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetVBResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetVBResult" 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="GetCsharp">
        <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="Code" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCsharpResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCsharpResult" type="tns:Converter" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetVBSoapIn">
    <wsdl:part name="parameters" element="tns:GetVB" />
  </wsdl:message>
  <wsdl:message name="GetVBSoapOut">
    <wsdl:part name="parameters" element="tns:GetVBResponse" />
  </wsdl:message>
  <wsdl:message name="GetCsharpSoapIn">
    <wsdl:part name="parameters" element="tns:GetCsharp" />
  </wsdl:message>
  <wsdl:message name="GetCsharpSoapOut">
    <wsdl:part name="parameters" element="tns:GetCsharpResponse" />
  </wsdl:message>
  <wsdl:portType name="Csharp_ServiceSoap">
    <wsdl:operation name="GetVB">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert your C# code to its equivalent in VB.NET.</wsdl:documentation>
      <wsdl:input message="tns:GetVBSoapIn" />
      <wsdl:output message="tns:GetVBSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCsharp">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert your VB.NET code to its equivalent in C#.</wsdl:documentation>
      <wsdl:input message="tns:GetCsharpSoapIn" />
      <wsdl:output message="tns:GetCsharpSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="Csharp_ServiceSoap" type="tns:Csharp_ServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetVB">
      <soap:operation soapAction="http://service.ecocoma.com/convert/csharp/GetVB" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCsharp">
      <soap:operation soapAction="http://service.ecocoma.com/convert/csharp/GetCsharp" 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="Csharp_ServiceSoap12" type="tns:Csharp_ServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetVB">
      <soap12:operation soapAction="http://service.ecocoma.com/convert/csharp/GetVB" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCsharp">
      <soap12:operation soapAction="http://service.ecocoma.com/convert/csharp/GetCsharp" 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="Csharp_Service">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cocoma Csharp Convert Web Services.</wsdl:documentation>
    <wsdl:port name="Csharp_ServiceSoap" binding="tns:Csharp_ServiceSoap">
      <soap:address location="http://service.ecocoma.com/convert/csharp.asmx" />
    </wsdl:port>
    <wsdl:port name="Csharp_ServiceSoap12" binding="tns:Csharp_ServiceSoap12">
      <soap12:address location="http://service.ecocoma.com/convert/csharp.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>