pycsw
pycsw copied to clipboard
CSW Harvest with responseHandler return XML root TAG "csw:Acknowlegment" instead "csw:HarvestResponse"
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(
Additional Information
Thanks for the report. Can you provide an example XML request to help reproduce?