<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.getbluesky.org/smartfire/SmartfireWebService.jws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://www.getbluesky.org/smartfire/SmartfireWebService.jws" xmlns:intf="http://www.getbluesky.org/smartfire/SmartfireWebService.jws" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!--WSDL created by Apache Axis version: 1.2.1 Built on Jun 14, 2005 (09:15:57 EDT)-->
    <wsdl:types>
        <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
            <import namespace="http://www.getbluesky.org/smartfire/SmartfireWebService.jws"/>
            <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
            <complexType name="mapItem">
                <sequence>
                    <element name="key" nillable="true" type="xsd:anyType"/>
                    <element name="value" nillable="true" type="xsd:anyType"/>
                </sequence>
            </complexType>
            <complexType name="Map">
                <sequence>
                    <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
                </sequence>
            </complexType>
        </schema>
        <schema targetNamespace="http://www.getbluesky.org/smartfire/SmartfireWebService.jws" xmlns="http://www.w3.org/2001/XMLSchema">
            <import namespace="http://xml.apache.org/xml-soap"/>
            <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
            <complexType name="ArrayOf_apachesoap_Map">
                <complexContent>
                    <restriction base="soapenc:Array">
                        <attribute ref="soapenc:arrayType" wsdl:arrayType="apachesoap:Map[]"/>
                    </restriction>
                </complexContent>
            </complexType>
        </schema>
    </wsdl:types>
    <wsdl:message name="getBlueSkyBurnsByDateRequest">
        <wsdl:part name="username" type="xsd:string"/>
        <wsdl:part name="password" type="xsd:string"/>
        <wsdl:part name="date" type="xsd:string"/>
    </wsdl:message>
    <wsdl:message name="getBlueSkyBurnsByDateResponse">
        <wsdl:part name="getBlueSkyBurnsByDateReturn" type="impl:ArrayOf_apachesoap_Map"/>
    </wsdl:message>
    <wsdl:portType name="SmartfireWebService">
        <wsdl:operation name="getBlueSkyBurnsByDate" parameterOrder="username password date">
            <wsdl:input message="impl:getBlueSkyBurnsByDateRequest" name="getBlueSkyBurnsByDateRequest"/>
            <wsdl:output message="impl:getBlueSkyBurnsByDateResponse" name="getBlueSkyBurnsByDateResponse"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="SmartfireWebServiceSoapBinding" type="impl:SmartfireWebService">
        <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="getBlueSkyBurnsByDate">
            <wsdlsoap:operation soapAction=""/>
            <wsdl:input name="getBlueSkyBurnsByDateRequest">
                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/>
            </wsdl:input>
            <wsdl:output name="getBlueSkyBurnsByDateResponse">
                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://www.getbluesky.org/smartfire/SmartfireWebService.jws" use="encoded"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="SmartfireWebServiceService">
        <wsdl:port binding="impl:SmartfireWebServiceSoapBinding" name="SmartfireWebService">
            <wsdlsoap:address location="http://www.getbluesky.org/smartfire/SmartfireWebService.jws"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>