[Koha-bugs] [Bug 7613] OCLC Connexion Gateway

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 22 15:52:10 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7613

MJ Ray (software.coop) <mjr at ttllp.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8328|0                           |1
        is obsolete|                            |

--- Comment #17 from MJ Ray (software.coop) <mjr at ttllp.co.uk> ---
Created attachment 8523
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8523&action=edit
bug_7613: OCLC Connexion gateway

svc/import_bib:
* takes custom POST request with parameters and MARC XML
* pushes MARC XML to an impoort bach queue of type 'webservice'
* returns status and imported record XML
* is a drop-in replacement for svc/new_bib

misc/cronjobs/import_webservice_batch.pl:
* a cron job for processing impoort bach queues of type 'webservice'
* batches can also be processed through the UI

misc/bin/connexion_import_daemon.pl:
* a daemon that listens for OCLC Connexion requests and is compliant
with OCLC Gateway spec
* takes request with MARC XML
* takes import batch params from a config file and forwards the lot to
svc/import_bib
* returns status

Added new import batch type of 'webservice'
Changed interface to AddImportBatch() - now it takes a hashref

Signed-off-by: MJ Ray <mjr at phonecoop.coop>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list