<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cx="http://thomas-bayer.com/cx/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://thomas-bayer.com/cx/">
    <wsdl:types>
        <xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://thomas-bayer.com/cx/">
            <xsd:element name="convertResponse">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="xmldata" type="xsd:base64Binary"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="convert">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element minOccurs="0" name="delimiter" type="xsd:string"/>
                        <xsd:element minOccurs="0" name="firstLineAreColumnNames" type="xsd:boolean"/>
                        <xsd:element minOccurs="0" name="stringDelimiter" type="xsd:string"/>
                        <xsd:element name="csvtext" type="xsd:base64Binary"/>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:schema>
    </wsdl:types>
    <wsdl:message name="convertRequest">
        <wsdl:part name="parameters" element="cx:convert"/>
    </wsdl:message>
    <wsdl:message name="convertResponse">
        <wsdl:part name="parameters" element="cx:convertResponse"/>
    </wsdl:message>
    <wsdl:portType name="CSV2XMLServicePortType">
        <wsdl:operation name="convert">
            <wsdl:input message="cx:convertRequest" wsaw:Action="http://thomas-bayer.com/cx/convert"/>
            <wsdl:output message="cx:convertResponse" wsaw:Action="http://thomas-bayer.com/cx/CSV2XMLPort/convertResponse"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="CSV2XMLServiceSOAP11Binding" type="cx:CSV2XMLServicePortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="convert">
            <soap:operation soapAction="http://thomas-bayer.com/cx/convert" 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="CSV2XMLServiceSOAP12Binding" type="cx:CSV2XMLServicePortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="convert">
            <soap12:operation soapAction="http://thomas-bayer.com/cx/convert" 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="CSV2XMLServiceHttpBinding" type="cx:CSV2XMLServicePortType">
        <http:binding verb="POST"/>
        <wsdl:operation name="convert">
            <http:operation location="CSV2XMLService/convert"/>
            <wsdl:input>
                <mime:content type="text/xml" part="convert"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="convert"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="CSV2XMLService">
        <wsdl:port name="CSV2XMLServiceSOAP11port_http" binding="cx:CSV2XMLServiceSOAP11Binding">
            <soap:address location="http://www.thomas-bayer.com:80/axis2/services/CSV2XMLService"/>
        </wsdl:port>
        <wsdl:port name="CSV2XMLServiceSOAP12port_http" binding="cx:CSV2XMLServiceSOAP12Binding">
            <soap12:address location="http://www.thomas-bayer.com:80/axis2/services/CSV2XMLService"/>
        </wsdl:port>
        <wsdl:port name="CSV2XMLServiceHttpport" binding="cx:CSV2XMLServiceHttpBinding">
            <http:address location="http://www.thomas-bayer.com:80/axis2/services/CSV2XMLService"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>