1

Re: GetTRCList response problem

Hello again,

I'm working on applying some ws as described in previous posts but having a problem with a query, please someone point out if i am being thick.

The following query using GetTaxonReportingCategoryList, as i understand it, is meant to bring back a list of groups based on query filters. However i am getting back a lot more in the response than what should be available in the two datasets queried.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tax="http://www.nbnws.net/TaxonReportingCategory" xmlns:spat="http://www.nbnws.net/Spatial" xmlns:sit="http://www.nbnws.net/SiteBoundary" xmlns:map="http://www.nbnws.net/Map" xmlns:tax1="http://www.nbnws.net/Taxon" xmlns:dat="http://www.nbnws.net/Dataset">
   <soapenv:Header/>
   <soapenv:Body>
      <tax:TaxonReportingCategoryListRequest registrationKey="###">
          <spat:GeographicalFilter>
                        <spat:Polygon srs="osgb_BNG">
               <spat:Boundary>
                  <spat:Ring>
            <!--MBB LRC area simplified polygon goes here -->
        </spat:Ring>
               </spat:Boundary>
            </spat:Polygon>
            <spat:MinimumResolution>_100m</spat:MinimumResolution>
         </spat:GeographicalFilter>
      <dat:DatasetList>
            <dat:DatasetKey>GA000979</dat:DatasetKey>
            <dat:DatasetKey>GA000977</dat:DatasetKey>
         </dat:DatasetList>
    </tax:TaxonReportingCategoryListRequest>
   </soapenv:Body>
</soapenv:Envelope>

The response gives the correct dataset descriptions, but brings back a long list of taxon groups, some of which are not included in the datasets.

I have checked the species lists through the NBN interactive maps for each dataset just in case and they are fine.

Natural History & Biodiversity Data Enthusiast

2

Re: GetTRCList response problem

Hello

The GetTaxonReportingCategoryList should return taxon groups that only occur in the 2 datasets in the request. I have alerted your issue with the NBN Gateway developers so that they can have a look into it

Best wishes

Graham

3

Re: GetTRCList response problem

Thanks for taking a look

Natural History & Biodiversity Data Enthusiast