<?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="iistest01.ices.local/EcoSystemData" 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="iistest01.ices.local/EcoSystemData" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">EcoSystemData Web Services</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="iistest01.ices.local/EcoSystemData">
      <s:element name="getListDatasets">
        <s:complexType />
      </s:element>
      <s:element name="getListDatasetsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getListDatasetsResult" type="tns:ArrayOfDatasetList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDatasetList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DatasetList" nillable="true" type="tns:DatasetList" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DatasetList">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="key" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="DatasetName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="numMeasurements" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numYears" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="dateFirstMeasurement" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="dateLastMeasurement" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="intersectPointWithAreas">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="latitude" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="longitude" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="intersectPointWithAreasResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="intersectPointWithAreasResult" type="tns:ArrayOfGeographicalAreaList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfGeographicalAreaList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="GeographicalAreaList" nillable="true" type="tns:GeographicalAreaList" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="GeographicalAreaList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="areaCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="areaName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="layerName" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getListDatatypes">
        <s:complexType />
      </s:element>
      <s:element name="getListDatatypesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getListDatatypesResult" type="tns:ArrayOfDatatypeList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDatatypeList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="DatatypeList" nillable="true" type="tns:DatatypeList" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="DatatypeList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="DatasetListName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="key" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numMeasurements" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numYears" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="dateFirstMeasurement" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="dateLastMeasurement" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getListParamGroup">
        <s:complexType />
      </s:element>
      <s:element name="getListParamGroupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getListParamGroupResult" type="tns:ArrayOfParamGroupList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfParamGroupList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ParamGroupList" nillable="true" type="tns:ParamGroupList" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ParamGroupList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="paramGroupName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="key" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numMeasurements" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numYears" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="dateFirstMeasurement" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="dateLastMeasurement" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getListParameters">
        <s:complexType />
      </s:element>
      <s:element name="getListParametersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getListParametersResult" type="tns:ArrayOfParameterList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfParameterList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ParameterList" nillable="true" type="tns:ParameterList" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ParameterList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="parameterName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="key" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numMeasurements" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numYears" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="dateFirstMeasurement" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="dateLastMeasurement" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getStatisticalGrid">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Dataset" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Param" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Matrx" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="intYear" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Taxa" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Area" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getStatisticalGridResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getStatisticalGridResult" type="tns:ArrayOfICESStatisticalRectanglesGrid" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfICESStatisticalRectanglesGrid">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="ICESStatisticalRectanglesGrid" nillable="true" type="tns:ICESStatisticalRectanglesGrid" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ICESStatisticalRectanglesGrid">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="ICESSquareName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="value" nillable="true" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="westLongitude" nillable="true" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="southLatitude" nillable="true" type="s:double" />
        </s:sequence>
      </s:complexType>
      <s:element name="getESD_DataFormat">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Dataset" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Param" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Matrx" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="intYear" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Taxa" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Area" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="page" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getESD_DataFormatResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getESD_DataFormatResult" type="tns:ArrayOfICESStatisticalRectanglesGrid" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getICESStatisticalGrid_new">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Dataset" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Param" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Matrx" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="intYear" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Taxa" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Area" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getICESStatisticalGrid_newResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getICESStatisticalGrid_newResult" type="tns:ArrayOfICESStatisticalRectanglesGrid" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getICESStatisticalRectanglesGrid">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="layerType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_DataSet" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_DType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Matrx" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Param" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_ParGR" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Kingdom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Phylum" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Class" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Order" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Family" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Genus" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Vernacular" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="tblCodeID_Species" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strYear" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getICESStatisticalRectanglesGridResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getICESStatisticalRectanglesGridResult" type="tns:ArrayOfICESStatisticalRectanglesGrid" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getListMatrices">
        <s:complexType />
      </s:element>
      <s:element name="getListMatricesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getListMatricesResult" type="tns:ArrayOfMatrixList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfMatrixList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="MatrixList" nillable="true" type="tns:MatrixList" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="MatrixList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="matrixName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="key" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numMeasurements" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numYears" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="dateFirstMeasurement" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="dateLastMeasurement" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getListSpecies">
        <s:complexType />
      </s:element>
      <s:element name="getListSpeciesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getListSpeciesResult" type="tns:ArrayOfSpeciesList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSpeciesList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SpeciesList" nillable="true" type="tns:SpeciesList" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SpeciesList">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="speciesName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="key" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numMeasurements" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="numYears" nillable="true" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="dateFirstMeasurement" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="dateLastMeasurement" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="getFishTrawlSpecies">
        <s:complexType />
      </s:element>
      <s:element name="getFishTrawlSpeciesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getFishTrawlSpeciesResult" type="tns:ArrayOfSpeciesList" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="selectOBISdata">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scientificName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="year" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTime" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="selectOBISdataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="selectOBISdataResult" type="tns:ArrayOfOBISrecord" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfOBISrecord">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="OBISrecord" nillable="true" type="tns:OBISrecord" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="OBISrecord">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="InstitutionCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CollectionCode" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="CatalogNumber" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Citation" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="BasisOfRecord" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ScientificName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Kingdom" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Phylum" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Class" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Order" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Family" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Genus" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Subgenus" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Species" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Subspecies" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ScientificNameAuthor" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Collector" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="YearCollected" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="MonthCollected" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="DayCollected" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="TimeOfDay" nillable="true" type="s:double" />
          <s:element minOccurs="0" maxOccurs="1" name="TimeZone" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="Latitude" nillable="true" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="Longitude" nillable="true" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="CoordinatePrecision" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="MinimumDepth" nillable="true" type="s:double" />
          <s:element minOccurs="1" maxOccurs="1" name="MaximumDepth" nillable="true" type="s:double" />
          <s:element minOccurs="0" maxOccurs="1" name="Sex" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="LifeStage" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ObservedIndividualCount" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SampleSize" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Note" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DateLastModified" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="selectOBISSummaryData">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="scientificName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="year" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="dateTime" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="selectOBISSummaryDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="selectOBISSummaryDataResult" type="tns:ArrayOfOBISSummaryRecord" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfOBISSummaryRecord">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="OBISSummaryRecord" nillable="true" type="tns:OBISSummaryRecord" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="OBISSummaryRecord">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="scientificName" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="year" nillable="true" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="noRecords" nillable="true" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="ArrayOfDatasetList" nillable="true" type="tns:ArrayOfDatasetList" />
      <s:element name="ArrayOfGeographicalAreaList" nillable="true" type="tns:ArrayOfGeographicalAreaList" />
      <s:element name="ArrayOfDatatypeList" nillable="true" type="tns:ArrayOfDatatypeList" />
      <s:element name="ArrayOfParamGroupList" nillable="true" type="tns:ArrayOfParamGroupList" />
      <s:element name="ArrayOfParameterList" nillable="true" type="tns:ArrayOfParameterList" />
      <s:element name="ArrayOfICESStatisticalRectanglesGrid" nillable="true" type="tns:ArrayOfICESStatisticalRectanglesGrid" />
      <s:element name="ArrayOfMatrixList" nillable="true" type="tns:ArrayOfMatrixList" />
      <s:element name="ArrayOfSpeciesList" nillable="true" type="tns:ArrayOfSpeciesList" />
      <s:element name="ArrayOfOBISrecord" nillable="true" type="tns:ArrayOfOBISrecord" />
      <s:element name="ArrayOfOBISSummaryRecord" nillable="true" type="tns:ArrayOfOBISSummaryRecord" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="getListDatasetsSoapIn">
    <wsdl:part name="parameters" element="tns:getListDatasets" />
  </wsdl:message>
  <wsdl:message name="getListDatasetsSoapOut">
    <wsdl:part name="parameters" element="tns:getListDatasetsResponse" />
  </wsdl:message>
  <wsdl:message name="intersectPointWithAreasSoapIn">
    <wsdl:part name="parameters" element="tns:intersectPointWithAreas" />
  </wsdl:message>
  <wsdl:message name="intersectPointWithAreasSoapOut">
    <wsdl:part name="parameters" element="tns:intersectPointWithAreasResponse" />
  </wsdl:message>
  <wsdl:message name="getListDatatypesSoapIn">
    <wsdl:part name="parameters" element="tns:getListDatatypes" />
  </wsdl:message>
  <wsdl:message name="getListDatatypesSoapOut">
    <wsdl:part name="parameters" element="tns:getListDatatypesResponse" />
  </wsdl:message>
  <wsdl:message name="getListParamGroupSoapIn">
    <wsdl:part name="parameters" element="tns:getListParamGroup" />
  </wsdl:message>
  <wsdl:message name="getListParamGroupSoapOut">
    <wsdl:part name="parameters" element="tns:getListParamGroupResponse" />
  </wsdl:message>
  <wsdl:message name="getListParametersSoapIn">
    <wsdl:part name="parameters" element="tns:getListParameters" />
  </wsdl:message>
  <wsdl:message name="getListParametersSoapOut">
    <wsdl:part name="parameters" element="tns:getListParametersResponse" />
  </wsdl:message>
  <wsdl:message name="getStatisticalGridSoapIn">
    <wsdl:part name="parameters" element="tns:getStatisticalGrid" />
  </wsdl:message>
  <wsdl:message name="getStatisticalGridSoapOut">
    <wsdl:part name="parameters" element="tns:getStatisticalGridResponse" />
  </wsdl:message>
  <wsdl:message name="getESD_DataFormatSoapIn">
    <wsdl:part name="parameters" element="tns:getESD_DataFormat" />
  </wsdl:message>
  <wsdl:message name="getESD_DataFormatSoapOut">
    <wsdl:part name="parameters" element="tns:getESD_DataFormatResponse" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalGrid_newSoapIn">
    <wsdl:part name="parameters" element="tns:getICESStatisticalGrid_new" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalGrid_newSoapOut">
    <wsdl:part name="parameters" element="tns:getICESStatisticalGrid_newResponse" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalRectanglesGridSoapIn">
    <wsdl:part name="parameters" element="tns:getICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalRectanglesGridSoapOut">
    <wsdl:part name="parameters" element="tns:getICESStatisticalRectanglesGridResponse" />
  </wsdl:message>
  <wsdl:message name="getListMatricesSoapIn">
    <wsdl:part name="parameters" element="tns:getListMatrices" />
  </wsdl:message>
  <wsdl:message name="getListMatricesSoapOut">
    <wsdl:part name="parameters" element="tns:getListMatricesResponse" />
  </wsdl:message>
  <wsdl:message name="getListSpeciesSoapIn">
    <wsdl:part name="parameters" element="tns:getListSpecies" />
  </wsdl:message>
  <wsdl:message name="getListSpeciesSoapOut">
    <wsdl:part name="parameters" element="tns:getListSpeciesResponse" />
  </wsdl:message>
  <wsdl:message name="getFishTrawlSpeciesSoapIn">
    <wsdl:part name="parameters" element="tns:getFishTrawlSpecies" />
  </wsdl:message>
  <wsdl:message name="getFishTrawlSpeciesSoapOut">
    <wsdl:part name="parameters" element="tns:getFishTrawlSpeciesResponse" />
  </wsdl:message>
  <wsdl:message name="selectOBISdataSoapIn">
    <wsdl:part name="parameters" element="tns:selectOBISdata" />
  </wsdl:message>
  <wsdl:message name="selectOBISdataSoapOut">
    <wsdl:part name="parameters" element="tns:selectOBISdataResponse" />
  </wsdl:message>
  <wsdl:message name="selectOBISSummaryDataSoapIn">
    <wsdl:part name="parameters" element="tns:selectOBISSummaryData" />
  </wsdl:message>
  <wsdl:message name="selectOBISSummaryDataSoapOut">
    <wsdl:part name="parameters" element="tns:selectOBISSummaryDataResponse" />
  </wsdl:message>
  <wsdl:message name="getListDatasetsHttpGetIn" />
  <wsdl:message name="getListDatasetsHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfDatasetList" />
  </wsdl:message>
  <wsdl:message name="intersectPointWithAreasHttpGetIn">
    <wsdl:part name="latitude" type="s:string" />
    <wsdl:part name="longitude" type="s:string" />
  </wsdl:message>
  <wsdl:message name="intersectPointWithAreasHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfGeographicalAreaList" />
  </wsdl:message>
  <wsdl:message name="getListDatatypesHttpGetIn" />
  <wsdl:message name="getListDatatypesHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfDatatypeList" />
  </wsdl:message>
  <wsdl:message name="getListParamGroupHttpGetIn" />
  <wsdl:message name="getListParamGroupHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfParamGroupList" />
  </wsdl:message>
  <wsdl:message name="getListParametersHttpGetIn" />
  <wsdl:message name="getListParametersHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfParameterList" />
  </wsdl:message>
  <wsdl:message name="getStatisticalGridHttpGetIn">
    <wsdl:part name="tblCodeID_Dataset" type="s:string" />
    <wsdl:part name="tblCodeID_Param" type="s:string" />
    <wsdl:part name="tblCodeID_Matrx" type="s:string" />
    <wsdl:part name="intYear" type="s:string" />
    <wsdl:part name="tblCodeID_Taxa" type="s:string" />
    <wsdl:part name="tblCodeID_Area" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getStatisticalGridHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getESD_DataFormatHttpGetIn">
    <wsdl:part name="tblCodeID_Dataset" type="s:string" />
    <wsdl:part name="tblCodeID_Param" type="s:string" />
    <wsdl:part name="tblCodeID_Matrx" type="s:string" />
    <wsdl:part name="intYear" type="s:string" />
    <wsdl:part name="tblCodeID_Taxa" type="s:string" />
    <wsdl:part name="tblCodeID_Area" type="s:string" />
    <wsdl:part name="page" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getESD_DataFormatHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalGrid_newHttpGetIn">
    <wsdl:part name="tblCodeID_Dataset" type="s:string" />
    <wsdl:part name="tblCodeID_Param" type="s:string" />
    <wsdl:part name="tblCodeID_Matrx" type="s:string" />
    <wsdl:part name="intYear" type="s:string" />
    <wsdl:part name="tblCodeID_Taxa" type="s:string" />
    <wsdl:part name="tblCodeID_Area" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalGrid_newHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalRectanglesGridHttpGetIn">
    <wsdl:part name="layerType" type="s:string" />
    <wsdl:part name="tblCodeID_DataSet" type="s:string" />
    <wsdl:part name="tblCodeID_DType" type="s:string" />
    <wsdl:part name="tblCodeID_Matrx" type="s:string" />
    <wsdl:part name="tblCodeID_Param" type="s:string" />
    <wsdl:part name="tblCodeID_ParGR" type="s:string" />
    <wsdl:part name="tblCodeID_Kingdom" type="s:string" />
    <wsdl:part name="tblCodeID_Phylum" type="s:string" />
    <wsdl:part name="tblCodeID_Class" type="s:string" />
    <wsdl:part name="tblCodeID_Order" type="s:string" />
    <wsdl:part name="tblCodeID_Family" type="s:string" />
    <wsdl:part name="tblCodeID_Genus" type="s:string" />
    <wsdl:part name="tblCodeID_Vernacular" type="s:string" />
    <wsdl:part name="tblCodeID_Species" type="s:string" />
    <wsdl:part name="strYear" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalRectanglesGridHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getListMatricesHttpGetIn" />
  <wsdl:message name="getListMatricesHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfMatrixList" />
  </wsdl:message>
  <wsdl:message name="getListSpeciesHttpGetIn" />
  <wsdl:message name="getListSpeciesHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfSpeciesList" />
  </wsdl:message>
  <wsdl:message name="getFishTrawlSpeciesHttpGetIn" />
  <wsdl:message name="getFishTrawlSpeciesHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfSpeciesList" />
  </wsdl:message>
  <wsdl:message name="selectOBISdataHttpGetIn">
    <wsdl:part name="scientificName" type="s:string" />
    <wsdl:part name="year" type="s:string" />
    <wsdl:part name="dateTime" type="s:string" />
  </wsdl:message>
  <wsdl:message name="selectOBISdataHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfOBISrecord" />
  </wsdl:message>
  <wsdl:message name="selectOBISSummaryDataHttpGetIn">
    <wsdl:part name="scientificName" type="s:string" />
    <wsdl:part name="year" type="s:string" />
    <wsdl:part name="dateTime" type="s:string" />
  </wsdl:message>
  <wsdl:message name="selectOBISSummaryDataHttpGetOut">
    <wsdl:part name="Body" element="tns:ArrayOfOBISSummaryRecord" />
  </wsdl:message>
  <wsdl:message name="getListDatasetsHttpPostIn" />
  <wsdl:message name="getListDatasetsHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfDatasetList" />
  </wsdl:message>
  <wsdl:message name="intersectPointWithAreasHttpPostIn">
    <wsdl:part name="latitude" type="s:string" />
    <wsdl:part name="longitude" type="s:string" />
  </wsdl:message>
  <wsdl:message name="intersectPointWithAreasHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfGeographicalAreaList" />
  </wsdl:message>
  <wsdl:message name="getListDatatypesHttpPostIn" />
  <wsdl:message name="getListDatatypesHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfDatatypeList" />
  </wsdl:message>
  <wsdl:message name="getListParamGroupHttpPostIn" />
  <wsdl:message name="getListParamGroupHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfParamGroupList" />
  </wsdl:message>
  <wsdl:message name="getListParametersHttpPostIn" />
  <wsdl:message name="getListParametersHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfParameterList" />
  </wsdl:message>
  <wsdl:message name="getStatisticalGridHttpPostIn">
    <wsdl:part name="tblCodeID_Dataset" type="s:string" />
    <wsdl:part name="tblCodeID_Param" type="s:string" />
    <wsdl:part name="tblCodeID_Matrx" type="s:string" />
    <wsdl:part name="intYear" type="s:string" />
    <wsdl:part name="tblCodeID_Taxa" type="s:string" />
    <wsdl:part name="tblCodeID_Area" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getStatisticalGridHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getESD_DataFormatHttpPostIn">
    <wsdl:part name="tblCodeID_Dataset" type="s:string" />
    <wsdl:part name="tblCodeID_Param" type="s:string" />
    <wsdl:part name="tblCodeID_Matrx" type="s:string" />
    <wsdl:part name="intYear" type="s:string" />
    <wsdl:part name="tblCodeID_Taxa" type="s:string" />
    <wsdl:part name="tblCodeID_Area" type="s:string" />
    <wsdl:part name="page" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getESD_DataFormatHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalGrid_newHttpPostIn">
    <wsdl:part name="tblCodeID_Dataset" type="s:string" />
    <wsdl:part name="tblCodeID_Param" type="s:string" />
    <wsdl:part name="tblCodeID_Matrx" type="s:string" />
    <wsdl:part name="intYear" type="s:string" />
    <wsdl:part name="tblCodeID_Taxa" type="s:string" />
    <wsdl:part name="tblCodeID_Area" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalGrid_newHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalRectanglesGridHttpPostIn">
    <wsdl:part name="layerType" type="s:string" />
    <wsdl:part name="tblCodeID_DataSet" type="s:string" />
    <wsdl:part name="tblCodeID_DType" type="s:string" />
    <wsdl:part name="tblCodeID_Matrx" type="s:string" />
    <wsdl:part name="tblCodeID_Param" type="s:string" />
    <wsdl:part name="tblCodeID_ParGR" type="s:string" />
    <wsdl:part name="tblCodeID_Kingdom" type="s:string" />
    <wsdl:part name="tblCodeID_Phylum" type="s:string" />
    <wsdl:part name="tblCodeID_Class" type="s:string" />
    <wsdl:part name="tblCodeID_Order" type="s:string" />
    <wsdl:part name="tblCodeID_Family" type="s:string" />
    <wsdl:part name="tblCodeID_Genus" type="s:string" />
    <wsdl:part name="tblCodeID_Vernacular" type="s:string" />
    <wsdl:part name="tblCodeID_Species" type="s:string" />
    <wsdl:part name="strYear" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getICESStatisticalRectanglesGridHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfICESStatisticalRectanglesGrid" />
  </wsdl:message>
  <wsdl:message name="getListMatricesHttpPostIn" />
  <wsdl:message name="getListMatricesHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfMatrixList" />
  </wsdl:message>
  <wsdl:message name="getListSpeciesHttpPostIn" />
  <wsdl:message name="getListSpeciesHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfSpeciesList" />
  </wsdl:message>
  <wsdl:message name="getFishTrawlSpeciesHttpPostIn" />
  <wsdl:message name="getFishTrawlSpeciesHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfSpeciesList" />
  </wsdl:message>
  <wsdl:message name="selectOBISdataHttpPostIn">
    <wsdl:part name="scientificName" type="s:string" />
    <wsdl:part name="year" type="s:string" />
    <wsdl:part name="dateTime" type="s:string" />
  </wsdl:message>
  <wsdl:message name="selectOBISdataHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfOBISrecord" />
  </wsdl:message>
  <wsdl:message name="selectOBISSummaryDataHttpPostIn">
    <wsdl:part name="scientificName" type="s:string" />
    <wsdl:part name="year" type="s:string" />
    <wsdl:part name="dateTime" type="s:string" />
  </wsdl:message>
  <wsdl:message name="selectOBISSummaryDataHttpPostOut">
    <wsdl:part name="Body" element="tns:ArrayOfOBISSummaryRecord" />
  </wsdl:message>
  <wsdl:portType name="EcoSystemData_x0020_Web_x0020_ServicesSoap">
    <wsdl:operation name="getListDatasets">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list and keys of datasets available in the database and the number of mesurements, number of years with measurements and date of the first and last measurement</wsdl:documentation>
      <wsdl:input message="tns:getListDatasetsSoapIn" />
      <wsdl:output message="tns:getListDatasetsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="intersectPointWithAreas">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This API of the webservice returns a description of an OSPAR Region if the point is contained within any of the OSPAR Regions.</wsdl:documentation>
      <wsdl:input message="tns:intersectPointWithAreasSoapIn" />
      <wsdl:output message="tns:intersectPointWithAreasSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getListDatatypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of datatypes available in the database</wsdl:documentation>
      <wsdl:input message="tns:getListDatatypesSoapIn" />
      <wsdl:output message="tns:getListDatatypesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getListParamGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Parameter groups available in the database</wsdl:documentation>
      <wsdl:input message="tns:getListParamGroupSoapIn" />
      <wsdl:output message="tns:getListParamGroupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getListParameters">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Parameters in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListParametersSoapIn" />
      <wsdl:output message="tns:getListParametersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getStatisticalGrid">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the grid per ICES statistical rectangles</wsdl:documentation>
      <wsdl:input message="tns:getStatisticalGridSoapIn" />
      <wsdl:output message="tns:getStatisticalGridSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getESD_DataFormat">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the data by pages</wsdl:documentation>
      <wsdl:input message="tns:getESD_DataFormatSoapIn" />
      <wsdl:output message="tns:getESD_DataFormatSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalGrid_new">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the grid per ICES statistical rectangles</wsdl:documentation>
      <wsdl:input message="tns:getICESStatisticalGrid_newSoapIn" />
      <wsdl:output message="tns:getICESStatisticalGrid_newSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalRectanglesGrid">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a density grid of EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getICESStatisticalRectanglesGridSoapIn" />
      <wsdl:output message="tns:getICESStatisticalRectanglesGridSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getListMatrices">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Matrices in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListMatricesSoapIn" />
      <wsdl:output message="tns:getListMatricesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getListSpecies">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Species in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListSpeciesSoapIn" />
      <wsdl:output message="tns:getListSpeciesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getFishTrawlSpecies">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Species fish trawl survey in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getFishTrawlSpeciesSoapIn" />
      <wsdl:output message="tns:getFishTrawlSpeciesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="selectOBISdata">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Select OBIS Schema Species information</wsdl:documentation>
      <wsdl:input message="tns:selectOBISdataSoapIn" />
      <wsdl:output message="tns:selectOBISdataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="selectOBISSummaryData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Select OBIS Schema Species summary</wsdl:documentation>
      <wsdl:input message="tns:selectOBISSummaryDataSoapIn" />
      <wsdl:output message="tns:selectOBISSummaryDataSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="EcoSystemData_x0020_Web_x0020_ServicesHttpGet">
    <wsdl:operation name="getListDatasets">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list and keys of datasets available in the database and the number of mesurements, number of years with measurements and date of the first and last measurement</wsdl:documentation>
      <wsdl:input message="tns:getListDatasetsHttpGetIn" />
      <wsdl:output message="tns:getListDatasetsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="intersectPointWithAreas">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This API of the webservice returns a description of an OSPAR Region if the point is contained within any of the OSPAR Regions.</wsdl:documentation>
      <wsdl:input message="tns:intersectPointWithAreasHttpGetIn" />
      <wsdl:output message="tns:intersectPointWithAreasHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getListDatatypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of datatypes available in the database</wsdl:documentation>
      <wsdl:input message="tns:getListDatatypesHttpGetIn" />
      <wsdl:output message="tns:getListDatatypesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getListParamGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Parameter groups available in the database</wsdl:documentation>
      <wsdl:input message="tns:getListParamGroupHttpGetIn" />
      <wsdl:output message="tns:getListParamGroupHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getListParameters">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Parameters in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListParametersHttpGetIn" />
      <wsdl:output message="tns:getListParametersHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getStatisticalGrid">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the grid per ICES statistical rectangles</wsdl:documentation>
      <wsdl:input message="tns:getStatisticalGridHttpGetIn" />
      <wsdl:output message="tns:getStatisticalGridHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getESD_DataFormat">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the data by pages</wsdl:documentation>
      <wsdl:input message="tns:getESD_DataFormatHttpGetIn" />
      <wsdl:output message="tns:getESD_DataFormatHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalGrid_new">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the grid per ICES statistical rectangles</wsdl:documentation>
      <wsdl:input message="tns:getICESStatisticalGrid_newHttpGetIn" />
      <wsdl:output message="tns:getICESStatisticalGrid_newHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalRectanglesGrid">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a density grid of EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getICESStatisticalRectanglesGridHttpGetIn" />
      <wsdl:output message="tns:getICESStatisticalRectanglesGridHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getListMatrices">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Matrices in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListMatricesHttpGetIn" />
      <wsdl:output message="tns:getListMatricesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getListSpecies">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Species in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListSpeciesHttpGetIn" />
      <wsdl:output message="tns:getListSpeciesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getFishTrawlSpecies">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Species fish trawl survey in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getFishTrawlSpeciesHttpGetIn" />
      <wsdl:output message="tns:getFishTrawlSpeciesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="selectOBISdata">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Select OBIS Schema Species information</wsdl:documentation>
      <wsdl:input message="tns:selectOBISdataHttpGetIn" />
      <wsdl:output message="tns:selectOBISdataHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="selectOBISSummaryData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Select OBIS Schema Species summary</wsdl:documentation>
      <wsdl:input message="tns:selectOBISSummaryDataHttpGetIn" />
      <wsdl:output message="tns:selectOBISSummaryDataHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="EcoSystemData_x0020_Web_x0020_ServicesHttpPost">
    <wsdl:operation name="getListDatasets">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list and keys of datasets available in the database and the number of mesurements, number of years with measurements and date of the first and last measurement</wsdl:documentation>
      <wsdl:input message="tns:getListDatasetsHttpPostIn" />
      <wsdl:output message="tns:getListDatasetsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="intersectPointWithAreas">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">This API of the webservice returns a description of an OSPAR Region if the point is contained within any of the OSPAR Regions.</wsdl:documentation>
      <wsdl:input message="tns:intersectPointWithAreasHttpPostIn" />
      <wsdl:output message="tns:intersectPointWithAreasHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getListDatatypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of datatypes available in the database</wsdl:documentation>
      <wsdl:input message="tns:getListDatatypesHttpPostIn" />
      <wsdl:output message="tns:getListDatatypesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getListParamGroup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Parameter groups available in the database</wsdl:documentation>
      <wsdl:input message="tns:getListParamGroupHttpPostIn" />
      <wsdl:output message="tns:getListParamGroupHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getListParameters">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Parameters in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListParametersHttpPostIn" />
      <wsdl:output message="tns:getListParametersHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getStatisticalGrid">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the grid per ICES statistical rectangles</wsdl:documentation>
      <wsdl:input message="tns:getStatisticalGridHttpPostIn" />
      <wsdl:output message="tns:getStatisticalGridHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getESD_DataFormat">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the data by pages</wsdl:documentation>
      <wsdl:input message="tns:getESD_DataFormatHttpPostIn" />
      <wsdl:output message="tns:getESD_DataFormatHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalGrid_new">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the grid per ICES statistical rectangles</wsdl:documentation>
      <wsdl:input message="tns:getICESStatisticalGrid_newHttpPostIn" />
      <wsdl:output message="tns:getICESStatisticalGrid_newHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalRectanglesGrid">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get a density grid of EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getICESStatisticalRectanglesGridHttpPostIn" />
      <wsdl:output message="tns:getICESStatisticalRectanglesGridHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getListMatrices">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Matrices in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListMatricesHttpPostIn" />
      <wsdl:output message="tns:getListMatricesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getListSpecies">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Species in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getListSpeciesHttpPostIn" />
      <wsdl:output message="tns:getListSpeciesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getFishTrawlSpecies">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the list of Species fish trawl survey in EcoSystemData</wsdl:documentation>
      <wsdl:input message="tns:getFishTrawlSpeciesHttpPostIn" />
      <wsdl:output message="tns:getFishTrawlSpeciesHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="selectOBISdata">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Select OBIS Schema Species information</wsdl:documentation>
      <wsdl:input message="tns:selectOBISdataHttpPostIn" />
      <wsdl:output message="tns:selectOBISdataHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="selectOBISSummaryData">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Select OBIS Schema Species summary</wsdl:documentation>
      <wsdl:input message="tns:selectOBISSummaryDataHttpPostIn" />
      <wsdl:output message="tns:selectOBISSummaryDataHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="EcoSystemData_x0020_Web_x0020_ServicesSoap" type="tns:EcoSystemData_x0020_Web_x0020_ServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getListDatasets">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getListDatasets" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="intersectPointWithAreas">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/intersectPointWithAreas" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListDatatypes">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getListDatatypes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListParamGroup">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getListParamGroup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListParameters">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getListParameters" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getStatisticalGrid">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getStatisticalGrid" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getESD_DataFormat">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getESD_DataFormat" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalGrid_new">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getICESStatisticalGrid_new" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalRectanglesGrid">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getICESStatisticalRectanglesGrid" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListMatrices">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getListMatrices" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListSpecies">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getListSpecies" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getFishTrawlSpecies">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/getFishTrawlSpecies" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="selectOBISdata">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/selectOBISdata" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="selectOBISSummaryData">
      <soap:operation soapAction="iistest01.ices.local/EcoSystemData/selectOBISSummaryData" 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="EcoSystemData_x0020_Web_x0020_ServicesSoap12" type="tns:EcoSystemData_x0020_Web_x0020_ServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="getListDatasets">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getListDatasets" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="intersectPointWithAreas">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/intersectPointWithAreas" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListDatatypes">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getListDatatypes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListParamGroup">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getListParamGroup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListParameters">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getListParameters" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getStatisticalGrid">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getStatisticalGrid" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getESD_DataFormat">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getESD_DataFormat" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalGrid_new">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getICESStatisticalGrid_new" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalRectanglesGrid">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getICESStatisticalRectanglesGrid" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListMatrices">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getListMatrices" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListSpecies">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getListSpecies" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getFishTrawlSpecies">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/getFishTrawlSpecies" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="selectOBISdata">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/selectOBISdata" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="selectOBISSummaryData">
      <soap12:operation soapAction="iistest01.ices.local/EcoSystemData/selectOBISSummaryData" 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="EcoSystemData_x0020_Web_x0020_ServicesHttpGet" type="tns:EcoSystemData_x0020_Web_x0020_ServicesHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="getListDatasets">
      <http:operation location="/getListDatasets" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="intersectPointWithAreas">
      <http:operation location="/intersectPointWithAreas" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListDatatypes">
      <http:operation location="/getListDatatypes" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListParamGroup">
      <http:operation location="/getListParamGroup" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListParameters">
      <http:operation location="/getListParameters" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getStatisticalGrid">
      <http:operation location="/getStatisticalGrid" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getESD_DataFormat">
      <http:operation location="/getESD_DataFormat" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalGrid_new">
      <http:operation location="/getICESStatisticalGrid_new" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalRectanglesGrid">
      <http:operation location="/getICESStatisticalRectanglesGrid" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListMatrices">
      <http:operation location="/getListMatrices" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListSpecies">
      <http:operation location="/getListSpecies" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getFishTrawlSpecies">
      <http:operation location="/getFishTrawlSpecies" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="selectOBISdata">
      <http:operation location="/selectOBISdata" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="selectOBISSummaryData">
      <http:operation location="/selectOBISSummaryData" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="EcoSystemData_x0020_Web_x0020_ServicesHttpPost" type="tns:EcoSystemData_x0020_Web_x0020_ServicesHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="getListDatasets">
      <http:operation location="/getListDatasets" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="intersectPointWithAreas">
      <http:operation location="/intersectPointWithAreas" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListDatatypes">
      <http:operation location="/getListDatatypes" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListParamGroup">
      <http:operation location="/getListParamGroup" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListParameters">
      <http:operation location="/getListParameters" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getStatisticalGrid">
      <http:operation location="/getStatisticalGrid" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getESD_DataFormat">
      <http:operation location="/getESD_DataFormat" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalGrid_new">
      <http:operation location="/getICESStatisticalGrid_new" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getICESStatisticalRectanglesGrid">
      <http:operation location="/getICESStatisticalRectanglesGrid" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListMatrices">
      <http:operation location="/getListMatrices" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getListSpecies">
      <http:operation location="/getListSpecies" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getFishTrawlSpecies">
      <http:operation location="/getFishTrawlSpecies" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="selectOBISdata">
      <http:operation location="/selectOBISdata" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="selectOBISSummaryData">
      <http:operation location="/selectOBISSummaryData" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="EcoSystemData_x0020_Web_x0020_Services">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">EcoSystemData Web Services</wsdl:documentation>
    <wsdl:port name="EcoSystemData_x0020_Web_x0020_ServicesSoap" binding="tns:EcoSystemData_x0020_Web_x0020_ServicesSoap">
      <soap:address location="http://ecosystemdata.ices.dk/WebServices/EcoSystemWebServices.asmx" />
    </wsdl:port>
    <wsdl:port name="EcoSystemData_x0020_Web_x0020_ServicesSoap12" binding="tns:EcoSystemData_x0020_Web_x0020_ServicesSoap12">
      <soap12:address location="http://ecosystemdata.ices.dk/WebServices/EcoSystemWebServices.asmx" />
    </wsdl:port>
    <wsdl:port name="EcoSystemData_x0020_Web_x0020_ServicesHttpGet" binding="tns:EcoSystemData_x0020_Web_x0020_ServicesHttpGet">
      <http:address location="http://ecosystemdata.ices.dk/WebServices/EcoSystemWebServices.asmx" />
    </wsdl:port>
    <wsdl:port name="EcoSystemData_x0020_Web_x0020_ServicesHttpPost" binding="tns:EcoSystemData_x0020_Web_x0020_ServicesHttpPost">
      <http:address location="http://ecosystemdata.ices.dk/WebServices/EcoSystemWebServices.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>