From Metadata-projektin wiki

Työkaluja: TestiStubit

Testistubit OAI-PMH -protokollan toteuttavan harvesterin testaamiseen

Stubit löytyvät osoitteesta (lisää URIn loppuun stubin tiedostonimi):
http://db.cs.helsinki.fi/~saarekas/stub/

Huom: stubit palauttavat aina vastauksen, joka annettaisiin ListRecords -pyyntöön. Tämä ei ainakaan H2:ta tunnu haittaavan, vaikka se tekee muitakin pyyntöjä.

Yleistaso / HTTP-taso

HTTP-statuskoodit

OAI-PMH-taso

Testisyöte

(Otettu OAI-PMH speksistä)

<?xml version="1.0" encoding="UTF-8"?> <OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/"

         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
         http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
  <responseDate>2002-02-08T08:55:46Z</responseDate>
  <request verb="ListRecords" metadataPrefix="oai_dc">http://arXiv.org/oai2</request>
  <ListRecords>
   <record> 
    <header>
      <identifier>oai:arXiv.org:cs/0112017</identifier> 
      <datestamp>2001-12-14</datestamp>
      <setSpec>cs</setSpec> 
      <setSpec>math</setSpec>
    </header>
    <metadata>
      <oai_dc:dc 
         xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" 
         xmlns:dc="http://purl.org/dc/elements/1.1/" 
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
         xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ 
         http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
        <dc:title>Using Structural Metadata to Localize Experience of 
                  Digital Content</dc:title> 
        <dc:creator>Dushay, Naomi</dc:creator>
        <dc:subject>Digital Libraries</dc:subject> 
        <dc:description>With the increasing technical sophistication of 
            both information consumers and providers, there is 
            increasing demand for more meaningful experiences of digital 
            information. We present a framework that separates digital 
            object experience, or rendering, from digital object storage 
            and manipulation, so the rendering can be tailored to 
            particular communities of users.
        </dc:description> 
        <dc:description>Comment: 23 pages including 2 appendices, 
            8 figures</dc:description> 
        <dc:date>2001-12-14</dc:date>
      </oai_dc:dc>
    </metadata>
  </record>
 </ListRecords>

</OAI-PMH>

Page last modified on October 16, 2005, at 04:39 PM