<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions 
    targetNamespace="http://soap.floodcert.com/wsdl/Flood_wsdl_v1_0_2.wsdl"
    xmlns:tns="http://soap.floodcert.com/wsdl/Flood_wsdl_v1_0_2.wsdl"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns="http://schemas.xmlsoap.org/wsdl/">

    <wsdl:message name="request_IN">
        <wsdl:part name="floodRequestXml" type="xsd:string"/>
        <wsdl:part name="requestVersionId" type="xsd:string"/>
        <wsdl:part name="responseVersionId" type="xsd:string"/>
    </wsdl:message>

    <wsdl:message name="request_OUT">
        <wsdl:part name="floodResponseXml" type="xsd:string"/>
    </wsdl:message>

    <wsdl:portType name="Flood">
        <wsdl:operation name="request">
            <wsdl:input message="tns:request_IN"/>
            <wsdl:output message="tns:request_OUT"/>
        </wsdl:operation>
    </wsdl:portType>

    <wsdl:binding name="FloodSoapBinding" type="tns:Flood">
        <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="request">
            <soap:operation soapAction=""/>
            <wsdl:input>
                <soap:body use="encoded" 
                           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
                           namespace="urn:SOAPRequest"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="encoded" 
                           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 
                           namespace="urn:SOAPRequest"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>

    <wsdl:service name="FloodService">
        <wsdl:port name="FloodSSL" binding="tns:FloodSoapBinding">
            <soap:address location="https://soap.floodcert.com/soap/servlet/rpcrouter"/>
        </wsdl:port>
        <wsdl:port name="Flood" binding="tns:FloodSoapBinding">
            <soap:address location="https://soap.floodcert.com/soap/servlet/rpcrouter"/>
        </wsdl:port>
        <wsdl:port name="BetaFloodSSL" binding="tns:FloodSoapBinding">
            <soap:address location="https://betasoap.floodcert.com/soap/servlet/rpcrouter"/>
        </wsdl:port>
        <wsdl:port name="BetaFlood" binding="tns:FloodSoapBinding">
            <soap:address location="https://betasoap.floodcert.com/soap/servlet/rpcrouter"/>
        </wsdl:port>
    </wsdl:service>

</wsdl:definitions>
