Hello everybody: I am trying to harvest some data from the Pubmed Central. I make the following request: http://www.pubmedcentral.gov/oai/oai.cgi?verb=ListRecords&metadataPrefix=oai_dc I receive the following resumption token: <resumptionToken>oai%3Apubmedcentral.gov%3A14546!!!oai_dc!</resumptionToken> When I try and use the token as follows: http://www.pubmedcentral.gov/oai/oai.cgi?verb=ListRecords&metadataPrefix=oai_dc&resumptionToken=oai%3Apubmedcentral.gov%3A14546!!!oai_dc! I recieve the following: <error code="badArgument">Bad Argument: 'resumptionToken'.</error>. Any help would be appreciated. Tim