[OAI-implementers] Question on flow control / resumption token

Moray McConnachie mmcconna at oxford-analytica.com
Thu Jun 30 12:16:31 EDT 2011


Hi,

We're implementing a repository in OAI-PMH (not public at this stage),
and I have a query where the specification isn't very clear.

It's about flow control.

Taking ListIdentifiers as an example, is the resumptionToken the ONLY
argument which a client MUST supply to resume an incomplete list? Or
must they also supply the other original arguments?

Or to put it another way, if we receive a query with from and until
parameters set, and we send back an incomplete list with a resumption
token, then when the client submits a request using the resumption
token, can we also expect them to supply again the from and until
parameters?

This affects what information we need to store about the request against
the resumption token.

Example:

First request:  
http://some.where/oaipmh?verb=ListIdentifiers&from=2011-06-29T03:05:00Z&
until=2011-06-30T03:05:00Z

To which response includes resumptionToken abcdefgh

Must the second request then be

http://some.where/oaipmh?verb=ListIdentifiers&from=2011-06-29T03:05:00Z&
until=2011-06-30T03:05:00Z&resumptionToken=abcdefgh

OR is it legitimate for a client just to ask this:

http://some.where?verb=ListIdentifiers&resumptionToken=abcdefgh

Thanks for the tip.

-------------------------------------
Moray McConnachie
Director of IT    +44 1865 261 600
Oxford Analytica  http://www.oxan.com

---------------------------------------------------------
Disclaimer 

This message and any attachments are confidential and/or privileged. If this has been sent to you in error, please do not use, retain or disclose them, and contact the sender as soon as possible.

Oxford Analytica Ltd
Registered in England: No. 1196703
5 Alfred Street, Oxford
United Kingdom, OX1 4EH
---------------------------------------------------------




More information about the OAI-implementers mailing list