<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:uvindexalert" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:uvindexalert" xmlns:intf="urn:uvindexalert" 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:types><schema targetNamespace="urn:uvindexalert" xmlns="http://www.w3.org/2001/XMLSchema"><import namespace="http://schemas.xmlsoap.org/soap/encoding/"/><complexType name="UVIndexAlertResult"><sequence><element name="alert" type="xsd:boolean"/><element name="forecastDate" nillable="true" type="xsd:dateTime"/><element name="index" type="xsd:int"/></sequence></complexType></schema></wsdl:types>
  <wsdl:message name="getUVIndexAlertByZipCodeRequest">
    <wsdl:part name="in0" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getUVIndexAlertByCityStateResponse">
    <wsdl:part name="getUVIndexAlertByCityStateReturn" type="impl:UVIndexAlertResult"/>
  </wsdl:message>
  <wsdl:message name="getUVIndexAlertByCityStateRequest">
    <wsdl:part name="in0" type="xsd:string"/>
    <wsdl:part name="in1" type="xsd:string"/>
  </wsdl:message>
  <wsdl:message name="getUVIndexAlertByZipCodeResponse">
    <wsdl:part name="getUVIndexAlertByZipCodeReturn" type="impl:UVIndexAlertResult"/>
  </wsdl:message>
  <wsdl:portType name="UVIndexAlertPortType">
    <wsdl:operation name="getUVIndexAlertByZipCode" parameterOrder="in0">
      <wsdl:input message="impl:getUVIndexAlertByZipCodeRequest" name="getUVIndexAlertByZipCodeRequest"/>
      <wsdl:output message="impl:getUVIndexAlertByZipCodeResponse" name="getUVIndexAlertByZipCodeResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getUVIndexAlertByCityState" parameterOrder="in0 in1">
      <wsdl:input message="impl:getUVIndexAlertByCityStateRequest" name="getUVIndexAlertByCityStateRequest"/>
      <wsdl:output message="impl:getUVIndexAlertByCityStateResponse" name="getUVIndexAlertByCityStateResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="UVIndexAlertPortSoapBinding" type="impl:UVIndexAlertPortType">
    <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getUVIndexAlertByZipCode">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="getUVIndexAlertByZipCodeRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uvindexalert" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="getUVIndexAlertByZipCodeResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uvindexalert" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUVIndexAlertByCityState">
      <wsdlsoap:operation soapAction=""/>
      <wsdl:input name="getUVIndexAlertByCityStateRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uvindexalert" use="encoded"/>
      </wsdl:input>
      <wsdl:output name="getUVIndexAlertByCityStateResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uvindexalert" use="encoded"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="UVIndexAlertService">
    <wsdl:port binding="impl:UVIndexAlertPortSoapBinding" name="UVIndexAlertPort">
      <wsdlsoap:address location="http://iaspub.epa.gov/uvindexalert/services/UVIndexAlertPort"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>