<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:ns="http://ws.ipccatws.simple.com" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" =
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://ws.ipccatws.simple.com">
    <wsdl:documentation>ipccatws</wsdl:documentation>
    <wsdl:types>
        <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://ws.ipccatws.simple.com">
            <xs:element name="ipccatws">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="level" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="language" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="nbPrediction" type="xs:int"/>
                        <xs:element minOccurs="0" name="content" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="ipccatwsResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="hello">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="helloResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="helloRequest">
        <wsdl:part name="parameters" element="ns:hello"/>
    </wsdl:message>
    <wsdl:message name="helloResponse">
        <wsdl:part name="parameters" element="ns:helloResponse"/>
    </wsdl:message>
    <wsdl:message name="ipccatwsRequest">
        <wsdl:part name="parameters" element="ns:ipccatws"/>
    </wsdl:message>
    <wsdl:message name="ipccatwsResponse">
        <wsdl:part name="parameters" element="ns:ipccatwsResponse"/>
    </wsdl:message>
    <wsdl:portType name="ipccatwsPortType">
        <wsdl:operation name="hello">
            <wsdl:input message="ns:helloRequest" wsaw:Action="urn:hello"/>
            <wsdl:output message="ns:helloResponse" wsaw:Action="urn:helloResponse"/>
        </wsdl:operation>
        <wsdl:operation name="ipccatws">
            <wsdl:input message="ns:ipccatwsRequest" wsaw:Action="urn:ipccatws"/>
            <wsdl:output message="ns:ipccatwsResponse" wsaw:Action="urn:ipccatwsResponse"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="ipccatwsSoap11Binding" type="ns:ipccatwsPortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="hello">
            <soap:operation soapAction="urn:hello" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="ipccatws">
            <soap:operation soapAction="urn:ipccatws" 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="ipccatwsSoap12Binding" type="ns:ipccatwsPortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="hello">
            <soap12:operation soapAction="urn:hello" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="ipccatws">
            <soap12:operation soapAction="urn:ipccatws" 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="ipccatwsHttpBinding" type="ns:ipccatwsPortType">
        <http:binding verb="POST"/>
        <wsdl:operation name="hello">
            <http:operation location="hello"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="ipccatws">
            <http:operation location="ipccatws"/>
            <wsdl:input>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="application/xml" part="parameters"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="ipccatws">
        <wsdl:port name="ipccatwsHttpSoap11Endpoint" binding="ns:ipccatwsSoap11Binding">
            <soap:address location="http://localhost:8080/axis2/services/ipccatws.ipccatwsHttpSoap11Endpoint/"/>
        </wsdl:port>
        <wsdl:port name="ipccatwsHttpSoap12Endpoint" binding="ns:ipccatwsSoap12Binding">
            <soap12:address location="http://localhost:8080/axis2/services/ipccatws.ipccatwsHttpSoap12Endpoint/"/>
        </wsdl:port>
        <wsdl:port name="ipccatwsHttpEndpoint" binding="ns:ipccatwsHttpBinding">
            <http:address location="http://localhost:8080/axis2/services/ipccatws.ipccatwsHttpEndpoint/"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>