Closed (fixed)
Project:
Drupal OAI PMH
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 20:40 UTC
Updated:
8 Mar 2010 at 15:50 UTC
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
Comments
Comment #1
pletcher commentedUrls 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
Comment #2
pletcher commented