<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://weather1.sdcentral.net/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://weather1.sdcentral.net/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://weather1.sdcentral.net/">
      <s:element name="InitRequest">
        <s:complexType />
      </s:element>
      <s:element name="InitRequestResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="InitRequestResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="_GetCurrentWeather">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Request" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="_GetCurrentWeatherResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="_GetCurrentWeatherResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="_GetForecastWeather">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Request" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="_GetForecastWeatherResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="_GetForecastWeatherResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetWeatherAlert">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Request" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetWeatherAlertResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetWeatherAlertResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCurrentWeather_">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SearchText" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetCurrentWeather_Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetCurrentWeather_Result">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetWeatherAlert_">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SearchText" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetWeatherAlert_Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetWeatherAlert_Result">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetForecastWeather_">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SearchText" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetForecastWeather_Response">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetForecastWeather_Result">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="InitRequestSoapIn">
    <wsdl:part name="parameters" element="tns:InitRequest" />
  </wsdl:message>
  <wsdl:message name="InitRequestSoapOut">
    <wsdl:part name="parameters" element="tns:InitRequestResponse" />
  </wsdl:message>
  <wsdl:message name="_GetCurrentWeatherSoapIn">
    <wsdl:part name="parameters" element="tns:_GetCurrentWeather" />
  </wsdl:message>
  <wsdl:message name="_GetCurrentWeatherSoapOut">
    <wsdl:part name="parameters" element="tns:_GetCurrentWeatherResponse" />
  </wsdl:message>
  <wsdl:message name="_GetForecastWeatherSoapIn">
    <wsdl:part name="parameters" element="tns:_GetForecastWeather" />
  </wsdl:message>
  <wsdl:message name="_GetForecastWeatherSoapOut">
    <wsdl:part name="parameters" element="tns:_GetForecastWeatherResponse" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlertSoapIn">
    <wsdl:part name="parameters" element="tns:GetWeatherAlert" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlertSoapOut">
    <wsdl:part name="parameters" element="tns:GetWeatherAlertResponse" />
  </wsdl:message>
  <wsdl:message name="GetCurrentWeather_SoapIn">
    <wsdl:part name="parameters" element="tns:GetCurrentWeather_" />
  </wsdl:message>
  <wsdl:message name="GetCurrentWeather_SoapOut">
    <wsdl:part name="parameters" element="tns:GetCurrentWeather_Response" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlert_SoapIn">
    <wsdl:part name="parameters" element="tns:GetWeatherAlert_" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlert_SoapOut">
    <wsdl:part name="parameters" element="tns:GetWeatherAlert_Response" />
  </wsdl:message>
  <wsdl:message name="GetForecastWeather_SoapIn">
    <wsdl:part name="parameters" element="tns:GetForecastWeather_" />
  </wsdl:message>
  <wsdl:message name="GetForecastWeather_SoapOut">
    <wsdl:part name="parameters" element="tns:GetForecastWeather_Response" />
  </wsdl:message>
  <wsdl:message name="InitRequestHttpGetIn" />
  <wsdl:message name="InitRequestHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="_GetCurrentWeatherHttpGetIn">
    <wsdl:part name="Request" type="s:string" />
  </wsdl:message>
  <wsdl:message name="_GetCurrentWeatherHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="_GetForecastWeatherHttpGetIn">
    <wsdl:part name="Request" type="s:string" />
  </wsdl:message>
  <wsdl:message name="_GetForecastWeatherHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlertHttpGetIn">
    <wsdl:part name="Request" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlertHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetCurrentWeather_HttpGetIn">
    <wsdl:part name="SearchText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCurrentWeather_HttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlert_HttpGetIn">
    <wsdl:part name="SearchText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlert_HttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetForecastWeather_HttpGetIn">
    <wsdl:part name="SearchText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetForecastWeather_HttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="InitRequestHttpPostIn" />
  <wsdl:message name="InitRequestHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="_GetCurrentWeatherHttpPostIn">
    <wsdl:part name="Request" type="s:string" />
  </wsdl:message>
  <wsdl:message name="_GetCurrentWeatherHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="_GetForecastWeatherHttpPostIn">
    <wsdl:part name="Request" type="s:string" />
  </wsdl:message>
  <wsdl:message name="_GetForecastWeatherHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlertHttpPostIn">
    <wsdl:part name="Request" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlertHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetCurrentWeather_HttpPostIn">
    <wsdl:part name="SearchText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetCurrentWeather_HttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlert_HttpPostIn">
    <wsdl:part name="SearchText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetWeatherAlert_HttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="GetForecastWeather_HttpPostIn">
    <wsdl:part name="SearchText" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetForecastWeather_HttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:portType name="WeatherSoap">
    <wsdl:operation name="InitRequest">
      <wsdl:input message="tns:InitRequestSoapIn" />
      <wsdl:output message="tns:InitRequestSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="_GetCurrentWeather">
      <wsdl:input message="tns:_GetCurrentWeatherSoapIn" />
      <wsdl:output message="tns:_GetCurrentWeatherSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="_GetForecastWeather">
      <wsdl:input message="tns:_GetForecastWeatherSoapIn" />
      <wsdl:output message="tns:_GetForecastWeatherSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert">
      <wsdl:input message="tns:GetWeatherAlertSoapIn" />
      <wsdl:output message="tns:GetWeatherAlertSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCurrentWeather_">
      <wsdl:input message="tns:GetCurrentWeather_SoapIn" />
      <wsdl:output message="tns:GetCurrentWeather_SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert_">
      <wsdl:input message="tns:GetWeatherAlert_SoapIn" />
      <wsdl:output message="tns:GetWeatherAlert_SoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetForecastWeather_">
      <wsdl:input message="tns:GetForecastWeather_SoapIn" />
      <wsdl:output message="tns:GetForecastWeather_SoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="WeatherHttpGet">
    <wsdl:operation name="InitRequest">
      <wsdl:input message="tns:InitRequestHttpGetIn" />
      <wsdl:output message="tns:InitRequestHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="_GetCurrentWeather">
      <wsdl:input message="tns:_GetCurrentWeatherHttpGetIn" />
      <wsdl:output message="tns:_GetCurrentWeatherHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="_GetForecastWeather">
      <wsdl:input message="tns:_GetForecastWeatherHttpGetIn" />
      <wsdl:output message="tns:_GetForecastWeatherHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert">
      <wsdl:input message="tns:GetWeatherAlertHttpGetIn" />
      <wsdl:output message="tns:GetWeatherAlertHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCurrentWeather_">
      <wsdl:input message="tns:GetCurrentWeather_HttpGetIn" />
      <wsdl:output message="tns:GetCurrentWeather_HttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert_">
      <wsdl:input message="tns:GetWeatherAlert_HttpGetIn" />
      <wsdl:output message="tns:GetWeatherAlert_HttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetForecastWeather_">
      <wsdl:input message="tns:GetForecastWeather_HttpGetIn" />
      <wsdl:output message="tns:GetForecastWeather_HttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="WeatherHttpPost">
    <wsdl:operation name="InitRequest">
      <wsdl:input message="tns:InitRequestHttpPostIn" />
      <wsdl:output message="tns:InitRequestHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="_GetCurrentWeather">
      <wsdl:input message="tns:_GetCurrentWeatherHttpPostIn" />
      <wsdl:output message="tns:_GetCurrentWeatherHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="_GetForecastWeather">
      <wsdl:input message="tns:_GetForecastWeatherHttpPostIn" />
      <wsdl:output message="tns:_GetForecastWeatherHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert">
      <wsdl:input message="tns:GetWeatherAlertHttpPostIn" />
      <wsdl:output message="tns:GetWeatherAlertHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCurrentWeather_">
      <wsdl:input message="tns:GetCurrentWeather_HttpPostIn" />
      <wsdl:output message="tns:GetCurrentWeather_HttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert_">
      <wsdl:input message="tns:GetWeatherAlert_HttpPostIn" />
      <wsdl:output message="tns:GetWeatherAlert_HttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetForecastWeather_">
      <wsdl:input message="tns:GetForecastWeather_HttpPostIn" />
      <wsdl:output message="tns:GetForecastWeather_HttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WeatherSoap" type="tns:WeatherSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="InitRequest">
      <soap:operation soapAction="http://weather1.sdcentral.net/InitRequest" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="_GetCurrentWeather">
      <soap:operation soapAction="http://weather1.sdcentral.net/_GetCurrentWeather" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="_GetForecastWeather">
      <soap:operation soapAction="http://weather1.sdcentral.net/_GetForecastWeather" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert">
      <soap:operation soapAction="http://weather1.sdcentral.net/GetWeatherAlert" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCurrentWeather_">
      <soap:operation soapAction="http://weather1.sdcentral.net/GetCurrentWeather_" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert_">
      <soap:operation soapAction="http://weather1.sdcentral.net/GetWeatherAlert_" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetForecastWeather_">
      <soap:operation soapAction="http://weather1.sdcentral.net/GetForecastWeather_" 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="WeatherSoap12" type="tns:WeatherSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="InitRequest">
      <soap12:operation soapAction="http://weather1.sdcentral.net/InitRequest" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="_GetCurrentWeather">
      <soap12:operation soapAction="http://weather1.sdcentral.net/_GetCurrentWeather" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="_GetForecastWeather">
      <soap12:operation soapAction="http://weather1.sdcentral.net/_GetForecastWeather" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert">
      <soap12:operation soapAction="http://weather1.sdcentral.net/GetWeatherAlert" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCurrentWeather_">
      <soap12:operation soapAction="http://weather1.sdcentral.net/GetCurrentWeather_" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert_">
      <soap12:operation soapAction="http://weather1.sdcentral.net/GetWeatherAlert_" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetForecastWeather_">
      <soap12:operation soapAction="http://weather1.sdcentral.net/GetForecastWeather_" 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="WeatherHttpGet" type="tns:WeatherHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="InitRequest">
      <http:operation location="/InitRequest" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="_GetCurrentWeather">
      <http:operation location="/_GetCurrentWeather" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="_GetForecastWeather">
      <http:operation location="/_GetForecastWeather" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert">
      <http:operation location="/GetWeatherAlert" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCurrentWeather_">
      <http:operation location="/GetCurrentWeather_" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert_">
      <http:operation location="/GetWeatherAlert_" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetForecastWeather_">
      <http:operation location="/GetForecastWeather_" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WeatherHttpPost" type="tns:WeatherHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="InitRequest">
      <http:operation location="/InitRequest" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="_GetCurrentWeather">
      <http:operation location="/_GetCurrentWeather" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="_GetForecastWeather">
      <http:operation location="/_GetForecastWeather" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert">
      <http:operation location="/GetWeatherAlert" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetCurrentWeather_">
      <http:operation location="/GetCurrentWeather_" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetWeatherAlert_">
      <http:operation location="/GetWeatherAlert_" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetForecastWeather_">
      <http:operation location="/GetForecastWeather_" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="Weather">
    <wsdl:port name="WeatherSoap" binding="tns:WeatherSoap">
      <soap:address location="http://weather2.sdcentral.net/weather.asmx" />
    </wsdl:port>
    <wsdl:port name="WeatherSoap12" binding="tns:WeatherSoap12">
      <soap12:address location="http://weather2.sdcentral.net/weather.asmx" />
    </wsdl:port>
    <wsdl:port name="WeatherHttpGet" binding="tns:WeatherHttpGet">
      <http:address location="http://weather2.sdcentral.net/weather.asmx" />
    </wsdl:port>
    <wsdl:port name="WeatherHttpPost" binding="tns:WeatherHttpPost">
      <http:address location="http://weather2.sdcentral.net/weather.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>