<?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://tempuri.org/" 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://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="GetImageInformation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ImageUrl" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetImageInformationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetImageInformationResult" type="tns:ImageProperties" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ImageProperties">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ErrorValue" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorDesc" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Url" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Width" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Height" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ImageType" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="HorizontalResolution" type="s:float" />
          <s:element minOccurs="1" maxOccurs="1" name="VerticalResolution" type="s:float" />
          <s:element minOccurs="0" maxOccurs="1" name="PixelFormat" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="PixelFormatName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="BitesLength" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetCurrentWeather">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Zip" 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" type="tns:CurrentWeather" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="CurrentWeather">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ErrorValue" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorDesc" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Zip" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="City" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="State" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Temprature" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="FeelsLike" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DateStamp" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ImageUrl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ImageDescription" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SourceUrl" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetImageInformationSoapIn">
    <wsdl:part name="parameters" element="tns:GetImageInformation" />
  </wsdl:message>
  <wsdl:message name="GetImageInformationSoapOut">
    <wsdl:part name="parameters" element="tns:GetImageInformationResponse" />
  </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:portType name="WebServicesSoap">
    <wsdl:operation name="GetImageInformation">
      <wsdl:input message="tns:GetImageInformationSoapIn" />
      <wsdl:output message="tns:GetImageInformationSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetCurrentWeather">
      <wsdl:input message="tns:GetCurrentWeatherSoapIn" />
      <wsdl:output message="tns:GetCurrentWeatherSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WebServicesSoap" type="tns:WebServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetImageInformation">
      <soap:operation soapAction="http://tempuri.org/GetImageInformation" 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://tempuri.org/GetCurrentWeather" 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="WebServicesSoap12" type="tns:WebServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetImageInformation">
      <soap12:operation soapAction="http://tempuri.org/GetImageInformation" 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://tempuri.org/GetCurrentWeather" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WebServices">
    <wsdl:port name="WebServicesSoap" binding="tns:WebServicesSoap">
      <soap:address location="http://www.globenetsolution.com/WebServices.asmx" />
    </wsdl:port>
    <wsdl:port name="WebServicesSoap12" binding="tns:WebServicesSoap12">
      <soap12:address location="http://www.globenetsolution.com/WebServices.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>