Incorrect Identify Response from Repository
jabraben - October 20, 2009 - 20:40
| Project: | Drupal OAI PMH |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
My problem is on Drupal 6.14 running the latest version from the CVS.
I'm attempting to harvest records from the OhioLink DRC and get this response when I run cron:
Incorrect Identify Response from Repository -- No protocolVersion
I've tried it on several DRC instances including the following URLs:
http://drc.kenyon.edu/oai/request?verb=ListRecords&metadataPrefix=oai_dc
http://drc.ohiolink.edu/oai/request?verb=ListRecords&metadataPrefix=oai_dc

#1
Urls should not contain the verb and metadata prefix, oai-pmh should handle all of that. Try with:
http://drc.kenyon.edu/oai/request
http://drc.ohiolink.edu/oai/request
Joe