<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:org:mindswap:services:WeatherService" xmlns:impl="urn:org:mindswap:services:WeatherService-impl" xmlns:intf="urn:org:mindswap:services:WeatherService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">

   <wsdl:message name="getWeatherInfoResponse">

      <wsdl:part name="return" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:message name="getWeatherInfoRequest">

      <wsdl:part name="in0" type="soapenc:string"/>

   </wsdl:message>

   <wsdl:portType name="WeatherService">

      <wsdl:operation name="getWeatherInfo" parameterOrder="in0">

         <wsdl:input name="getWeatherInfoRequest" message="intf:getWeatherInfoRequest"/>

         <wsdl:output name="getWeatherInfoResponse" message="intf:getWeatherInfoResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="rpcrouterSoapBinding" type="intf:WeatherService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="getWeatherInfo">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getWeatherInfoRequest">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:org:mindswap:services:WeatherService"/>

         </wsdl:input>

         <wsdl:output name="getWeatherInfoResponse">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:org:mindswap:services:WeatherService"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="WeatherServiceService">

      <wsdl:port name="rpcrouter" binding="intf:rpcrouterSoapBinding">

         <wsdlsoap:address location="http://www.mindswap.org:8080/soap/servlet/rpcrouter"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
