pycsw icon indicating copy to clipboard operation
pycsw copied to clipboard

CSW Harvest with responseHandler return XML root TAG "csw:Acknowlegment" instead "csw:HarvestResponse"

Open Jrmy-Msn opened this issue 4 years ago • 1 comments

Description

When called a harvest method with a responseHandler parameter, the server respond with an XML which it's root TAG is "csw:Acknowlegment".

Using OWSLib to parse the response, this library raise an exception because it seems to wait, as root tag, the TAG "csw:HarvestResponse"

best regards

  • operating system:
  • Python version: 3.7
  • pycsw version: 2.6
  • source/distribution
    • [ ] git clone
    • [ ] DebianGIS/UbuntuGIS
    • [X ] PyPI
    • [ ] zip/tar.gz
    • [ ] other (please specify):
  • web server
    • [ X] Apache/mod_wsgi
    • [ ] CGI
    • [ ] other (please specify):

Steps to Reproduce

owslib.harvest(, response_handler=)

Additional Information

Jrmy-Msn avatar Mar 13 '21 09:03 Jrmy-Msn

Thanks for the report. Can you provide an example XML request to help reproduce?

tomkralidis avatar May 12 '21 01:05 tomkralidis