<?xml version = '1.0' encoding = 'UTF-8'?>
<!--Generated by the Oracle JDeveloper 10g Web Services WSDL Generator-->
<!--Date Created: Wed Jun 13 10:32:47 GMT+01:00 2012-->
<definitions
   name="MetDataService"
   targetNamespace="http://no/met/metdata/MetDataService.wsdl"
   xmlns="http://schemas.xmlsoap.org/wsdl/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
   xmlns:tns="http://no/met/metdata/MetDataService.wsdl"
   xmlns:ns1="http://no.met.metdata/IMetDataService.xsd">
   <types>
      <schema
         targetNamespace="http://no.met.metdata/IMetDataService.xsd"
         xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
         <complexType name="no_met_metdata_Metdata" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="created" type="dateTime"/>
               <element name="type" type="string"/>
               <element name="timeStamp" type="ns1:ArrayOfno_met_metdata_TimeStamp"/>
            </all>
         </complexType>
         <complexType name="no_met_metdata_TimeStamp" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="from" type="dateTime"/>
               <element name="location" type="ns1:ArrayOfno_met_metdata_Location"/>
               <element name="to" type="dateTime"/>
            </all>
         </complexType>
         <complexType name="no_met_metdata_Location" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="id" type="int"/>
               <element name="type" type="string"/>
               <element name="weatherElement" type="ns1:ArrayOfno_met_metdata_WeatherElement"/>
            </all>
         </complexType>
         <complexType name="no_met_metdata_WeatherElement" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="id" type="string"/>
               <element name="quality" type="int"/>
               <element name="value" type="string"/>
            </all>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_WeatherElement" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_WeatherElement[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_Location" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_Location[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_TimeStamp" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_TimeStamp[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_TimeSerieTypes" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_TimeSerieTypes[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="no_met_metdata_TimeSerieTypes" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="language" type="string"/>
               <element name="table" type="string"/>
               <element name="elemTable" type="string"/>
               <element name="serieTypeName" type="string"/>
               <element name="serieTypeID" type="int"/>
               <element name="serieTypeDescription" type="string"/>
            </all>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_ElementProperties" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_ElementProperties[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="no_met_metdata_ElementProperties" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="elemCode" type="string"/>
               <element name="elemNo" type="int"/>
               <element name="description" type="string"/>
               <element name="unit" type="string"/>
               <element name="name" type="string"/>
               <element name="elemGroup" type="string"/>
               <element name="language" type="string"/>
               <element name="fromdate" type="dateTime"/>
               <element name="todate" type="dateTime"/>
            </all>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_StationProperties" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_StationProperties[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="no_met_metdata_StationProperties" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="name" type="string"/>
               <element name="stnr" type="int"/>
               <element name="wmoNo" type="int"/>
               <element name="amsl" type="int"/>
               <element name="department" type="string"/>
               <element name="municipalityNo" type="int"/>
               <element name="fromYear" type="int"/>
               <element name="fromMonth" type="int"/>
               <element name="fromDay" type="int"/>
               <element name="toYear" type="int"/>
               <element name="toMonth" type="int"/>
               <element name="toDay" type="int"/>
               <element name="utm_e" type="int"/>
               <element name="utm_n" type="int"/>
               <element name="utm_zone" type="int"/>
               <element name="latDec" type="double"/>
               <element name="lonDec" type="double"/>
               <element name="latLonFmt" type="string"/>
            </all>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_FlagProperties" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_FlagProperties[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="no_met_metdata_FlagProperties" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="language" type="string"/>
               <element name="flagName" type="string"/>
               <element name="flagID" type="int"/>
               <element name="flagDescription" type="string"/>
               <element name="flagCode" type="string"/>
            </all>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_PrecipitationTypes" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_PrecipitationTypes[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="no_met_metdata_PrecipitationTypes" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="language" type="string"/>
               <element name="precipitationCode" type="string"/>
               <element name="precipitationID" type="int"/>
               <element name="precipitationDescription" type="string"/>
            </all>
         </complexType>
         <complexType name="ArrayOfString" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="ArrayOfno_met_metdata_CountyTypes" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
            <complexContent>
               <restriction base="SOAP-ENC:Array">
                  <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:no_met_metdata_CountyTypes[]"/>
               </restriction>
            </complexContent>
         </complexType>
         <complexType name="no_met_metdata_CountyTypes" jdev:packageName="no.met.metdata" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
            <all>
               <element name="language" type="string"/>
               <element name="countyName" type="string"/>
               <element name="countyID" type="int"/>
            </all>
         </complexType>
      </schema>
   </types>
   <message name="getMetData0Request">
      <part name="timeserietypeID" type="xsd:string"/>
      <part name="format" type="xsd:string"/>
      <part name="from" type="xsd:string"/>
      <part name="to" type="xsd:string"/>
      <part name="stations" type="xsd:string"/>
      <part name="elements" type="xsd:string"/>
      <part name="hours" type="xsd:string"/>
      <part name="months" type="xsd:string"/>
      <part name="username" type="xsd:string"/>
   </message>
   <message name="getMetData0Response">
      <part name="return" type="ns1:no_met_metdata_Metdata"/>
   </message>
   <message name="getTimeserieTypesProperties1Request">
      <part name="language" type="xsd:string"/>
      <part name="timeserieTypes" type="xsd:string"/>
   </message>
   <message name="getTimeserieTypesProperties1Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_TimeSerieTypes"/>
   </message>
   <message name="getElementsProperties2Request">
      <part name="language" type="xsd:string"/>
      <part name="elem_codes" type="xsd:string"/>
   </message>
   <message name="getElementsProperties2Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_ElementProperties"/>
   </message>
   <message name="getElementsFromTimeserieType3Request">
      <part name="timeserietypeID" type="xsd:string"/>
   </message>
   <message name="getElementsFromTimeserieType3Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_ElementProperties"/>
   </message>
   <message name="getElementsFromTimeserieTypeStation4Request">
      <part name="timeserietypeID" type="xsd:string"/>
      <part name="stnr" type="xsd:int"/>
   </message>
   <message name="getElementsFromTimeserieTypeStation4Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_ElementProperties"/>
   </message>
   <message name="getStationsProperties5Request">
      <part name="stations" type="xsd:string"/>
      <part name="username" type="xsd:string"/>
   </message>
   <message name="getStationsProperties5Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_StationProperties"/>
   </message>
   <message name="getStationsFromTimeserieType6Request">
      <part name="timeserietypeID" type="xsd:string"/>
      <part name="username" type="xsd:string"/>
   </message>
   <message name="getStationsFromTimeserieType6Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_StationProperties"/>
   </message>
   <message name="getStationsFromTimeserieTypeElemCodes7Request">
      <part name="timeserietypeID" type="xsd:string"/>
      <part name="elem_codes" type="xsd:string"/>
      <part name="username" type="xsd:string"/>
   </message>
   <message name="getStationsFromTimeserieTypeElemCodes7Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_StationProperties"/>
   </message>
   <message name="getStationsFromTimeserieTypeStationsElemCode8Request">
      <part name="timeserietype" type="xsd:string"/>
      <part name="stations" type="xsd:string"/>
      <part name="elem_code" type="xsd:string"/>
      <part name="username" type="xsd:string"/>
   </message>
   <message name="getStationsFromTimeserieTypeStationsElemCode8Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_StationProperties"/>
   </message>
   <message name="getDateFormat9Request"/>
   <message name="getDateFormat9Response">
      <part name="return" type="xsd:string"/>
   </message>
   <message name="getFlagProperties10Request">
      <part name="language" type="xsd:string"/>
      <part name="flagsId" type="xsd:string"/>
   </message>
   <message name="getFlagProperties10Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_FlagProperties"/>
   </message>
   <message name="getPrecipitationTypes11Request">
      <part name="language" type="xsd:string"/>
      <part name="precipitationTypesId" type="xsd:string"/>
   </message>
   <message name="getPrecipitationTypes11Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_PrecipitationTypes"/>
   </message>
   <message name="getValidLanguages12Request"/>
   <message name="getValidLanguages12Response">
      <part name="return" type="ns1:ArrayOfString"/>
   </message>
   <message name="getCountyTypes13Request">
      <part name="language" type="xsd:string"/>
      <part name="countiesId" type="xsd:string"/>
   </message>
   <message name="getCountyTypes13Response">
      <part name="return" type="ns1:ArrayOfno_met_metdata_CountyTypes"/>
   </message>
   <portType name="MetDataServicePortType">
      <operation name="getMetData">
         <input name="getMetData0Request" message="tns:getMetData0Request"/>
         <output name="getMetData0Response" message="tns:getMetData0Response"/>
      </operation>
      <operation name="getTimeserieTypesProperties">
         <input name="getTimeserieTypesProperties1Request" message="tns:getTimeserieTypesProperties1Request"/>
         <output name="getTimeserieTypesProperties1Response" message="tns:getTimeserieTypesProperties1Response"/>
      </operation>
      <operation name="getElementsProperties">
         <input name="getElementsProperties2Request" message="tns:getElementsProperties2Request"/>
         <output name="getElementsProperties2Response" message="tns:getElementsProperties2Response"/>
      </operation>
      <operation name="getElementsFromTimeserieType">
         <input name="getElementsFromTimeserieType3Request" message="tns:getElementsFromTimeserieType3Request"/>
         <output name="getElementsFromTimeserieType3Response" message="tns:getElementsFromTimeserieType3Response"/>
      </operation>
      <operation name="getElementsFromTimeserieTypeStation">
         <input name="getElementsFromTimeserieTypeStation4Request" message="tns:getElementsFromTimeserieTypeStation4Request"/>
         <output name="getElementsFromTimeserieTypeStation4Response" message="tns:getElementsFromTimeserieTypeStation4Response"/>
      </operation>
      <operation name="getStationsProperties">
         <input name="getStationsProperties5Request" message="tns:getStationsProperties5Request"/>
         <output name="getStationsProperties5Response" message="tns:getStationsProperties5Response"/>
      </operation>
      <operation name="getStationsFromTimeserieType">
         <input name="getStationsFromTimeserieType6Request" message="tns:getStationsFromTimeserieType6Request"/>
         <output name="getStationsFromTimeserieType6Response" message="tns:getStationsFromTimeserieType6Response"/>
      </operation>
      <operation name="getStationsFromTimeserieTypeElemCodes">
         <input name="getStationsFromTimeserieTypeElemCodes7Request" message="tns:getStationsFromTimeserieTypeElemCodes7Request"/>
         <output name="getStationsFromTimeserieTypeElemCodes7Response" message="tns:getStationsFromTimeserieTypeElemCodes7Response"/>
      </operation>
      <operation name="getStationsFromTimeserieTypeStationsElemCode">
         <input name="getStationsFromTimeserieTypeStationsElemCode8Request" message="tns:getStationsFromTimeserieTypeStationsElemCode8Request"/>
         <output name="getStationsFromTimeserieTypeStationsElemCode8Response" message="tns:getStationsFromTimeserieTypeStationsElemCode8Response"/>
      </operation>
      <operation name="getDateFormat">
         <input name="getDateFormat9Request" message="tns:getDateFormat9Request"/>
         <output name="getDateFormat9Response" message="tns:getDateFormat9Response"/>
      </operation>
      <operation name="getFlagProperties">
         <input name="getFlagProperties10Request" message="tns:getFlagProperties10Request"/>
         <output name="getFlagProperties10Response" message="tns:getFlagProperties10Response"/>
      </operation>
      <operation name="getPrecipitationTypes">
         <input name="getPrecipitationTypes11Request" message="tns:getPrecipitationTypes11Request"/>
         <output name="getPrecipitationTypes11Response" message="tns:getPrecipitationTypes11Response"/>
      </operation>
      <operation name="getValidLanguages">
         <input name="getValidLanguages12Request" message="tns:getValidLanguages12Request"/>
         <output name="getValidLanguages12Response" message="tns:getValidLanguages12Response"/>
      </operation>
      <operation name="getCountyTypes">
         <input name="getCountyTypes13Request" message="tns:getCountyTypes13Request"/>
         <output name="getCountyTypes13Response" message="tns:getCountyTypes13Response"/>
      </operation>
   </portType>
   <binding name="MetDataServiceBinding" type="tns:MetDataServicePortType">
      <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
      <operation name="getMetData">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getMetData0Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getMetData0Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getTimeserieTypesProperties">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getTimeserieTypesProperties1Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getTimeserieTypesProperties1Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getElementsProperties">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getElementsProperties2Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getElementsProperties2Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getElementsFromTimeserieType">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getElementsFromTimeserieType3Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getElementsFromTimeserieType3Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getElementsFromTimeserieTypeStation">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getElementsFromTimeserieTypeStation4Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getElementsFromTimeserieTypeStation4Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getStationsProperties">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getStationsProperties5Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getStationsProperties5Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getStationsFromTimeserieType">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getStationsFromTimeserieType6Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getStationsFromTimeserieType6Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getStationsFromTimeserieTypeElemCodes">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getStationsFromTimeserieTypeElemCodes7Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getStationsFromTimeserieTypeElemCodes7Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getStationsFromTimeserieTypeStationsElemCode">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getStationsFromTimeserieTypeStationsElemCode8Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getStationsFromTimeserieTypeStationsElemCode8Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getDateFormat">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getDateFormat9Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getDateFormat9Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getFlagProperties">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getFlagProperties10Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getFlagProperties10Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getPrecipitationTypes">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getPrecipitationTypes11Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getPrecipitationTypes11Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getValidLanguages">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getValidLanguages12Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getValidLanguages12Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
      <operation name="getCountyTypes">
         <soap:operation soapAction="" style="rpc"/>
         <input name="getCountyTypes13Request">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </input>
         <output name="getCountyTypes13Response">
            <soap:body use="encoded" namespace="MetDataService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
         </output>
      </operation>
   </binding>
   <service name="MetDataService">
      <port name="MetDataServicePort" binding="tns:MetDataServiceBinding">
         <soap:address location="http://eklima.met.no/metdata/MetDataService"/>
      </port>
   </service>
</definitions>
