1

Re: Can't get GetTaxonReportingCategoryList working

I'm trying to get a list of all the taxon reporting categories from the Gateway via the web services. The request I am sending is :

<TaxonReportingCategoryListRequest xmlns="http://www.nbnws.net/TaxonReportingCategory" registrationKey="...">
</TaxonReportingCategoryListRequest>

But the response I am getting using the nusoap library is completely empty. I have also tried with a date range filter but it was the same:

<TaxonReportingCategoryListRequest xmlns="http://www.nbnws.net/TaxonReportingCategory" registrationKey="...">
 <DateRange>
  <Start>1950</Start>
  <End>2010</End>
 </DateRange>
</TaxonReportingCategoryListRequest>

Any thoughts?

John van Breda
Biodiverse IT

2

Re: Can't get GetTaxonReportingCategoryList working

Some feedback on this issue. The web service response is coming back, but with an invalid character in the XML, causing nusoap to abort parsing it. The Gateway team are aware of this and are looking into a fix.

John van Breda
Biodiverse IT

3

Re: Can't get GetTaxonReportingCategoryList working

The TaxonReportingCategory web service is now working as it should.

John van Breda
Biodiverse IT