<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/">
      <s:element name="FormalName">
        <s:complexType />
      </s:element>
      <s:element name="FormalNameResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FormalNameResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TargetLanguages">
        <s:complexType />
      </s:element>
      <s:element name="TargetLanguagesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TargetLanguagesResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="TargetNetVersion">
        <s:complexType />
      </s:element>
      <s:element name="TargetNetVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="TargetNetVersionResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ModifyCode">
        <s:complexType />
      </s:element>
      <s:element name="ModifyCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ModifyCodeResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GenerateCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="NetVersion" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="SchemaSourceURI" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CodeNamespaceName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="TargetLanguage" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ModifyCodeOptions" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GenerateCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GenerateCodeResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="FormalNameSoapIn">
    <wsdl:part name="parameters" element="tns:FormalName" />
  </wsdl:message>
  <wsdl:message name="FormalNameSoapOut">
    <wsdl:part name="parameters" element="tns:FormalNameResponse" />
  </wsdl:message>
  <wsdl:message name="TargetLanguagesSoapIn">
    <wsdl:part name="parameters" element="tns:TargetLanguages" />
  </wsdl:message>
  <wsdl:message name="TargetLanguagesSoapOut">
    <wsdl:part name="parameters" element="tns:TargetLanguagesResponse" />
  </wsdl:message>
  <wsdl:message name="TargetNetVersionSoapIn">
    <wsdl:part name="parameters" element="tns:TargetNetVersion" />
  </wsdl:message>
  <wsdl:message name="TargetNetVersionSoapOut">
    <wsdl:part name="parameters" element="tns:TargetNetVersionResponse" />
  </wsdl:message>
  <wsdl:message name="ModifyCodeSoapIn">
    <wsdl:part name="parameters" element="tns:ModifyCode" />
  </wsdl:message>
  <wsdl:message name="ModifyCodeSoapOut">
    <wsdl:part name="parameters" element="tns:ModifyCodeResponse" />
  </wsdl:message>
  <wsdl:message name="GenerateCodeSoapIn">
    <wsdl:part name="parameters" element="tns:GenerateCode" />
  </wsdl:message>
  <wsdl:message name="GenerateCodeSoapOut">
    <wsdl:part name="parameters" element="tns:GenerateCodeResponse" />
  </wsdl:message>
  <wsdl:portType name="CodeXSWebserviceSoap">
    <wsdl:operation name="FormalName">
      <wsdl:input message="tns:FormalNameSoapIn" />
      <wsdl:output message="tns:FormalNameSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TargetLanguages">
      <wsdl:input message="tns:TargetLanguagesSoapIn" />
      <wsdl:output message="tns:TargetLanguagesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TargetNetVersion">
      <wsdl:input message="tns:TargetNetVersionSoapIn" />
      <wsdl:output message="tns:TargetNetVersionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ModifyCode">
      <wsdl:input message="tns:ModifyCodeSoapIn" />
      <wsdl:output message="tns:ModifyCodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GenerateCode">
      <wsdl:input message="tns:GenerateCodeSoapIn" />
      <wsdl:output message="tns:GenerateCodeSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CodeXSWebserviceSoap" type="tns:CodeXSWebserviceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="FormalName">
      <soap:operation soapAction="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/FormalName" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TargetLanguages">
      <soap:operation soapAction="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/TargetLanguages" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TargetNetVersion">
      <soap:operation soapAction="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/TargetNetVersion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ModifyCode">
      <soap:operation soapAction="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/ModifyCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GenerateCode">
      <soap:operation soapAction="http://www.bware.biz/DotNet/Tools/CodeXS/WebService/GenerateCode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CodeXSWebservice">
    <wsdl:port name="CodeXSWebserviceSoap" binding="tns:CodeXSWebserviceSoap">
      <soap:address location="http://www.bware.biz/CodeXS/CodeXS.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>