Skip to content
/ iNCIPit Public
forked from iNCIPit/iNCIPit

An NCIP responder for Evergreen used by several Michigan libraries against INN-Reach in the MeLCat resource sharing system

Notifications You must be signed in to change notification settings

aadl/iNCIPit

 
 

Repository files navigation

iNCIPit

Inital version of ncip v.1 ncip responder for evergreen / open-ils

Initial configuration

Setup the default configuration file:

cp iNCIPit-example.ini iNCIPit.ini # edit as necessary

Optionally, per request hostname configuration files can be used. For example:

cp iNCIPit-example.ini target.host.ini # edit as necessary

Testing

you can initiate / test with the following:

curl -v --insecure -H 'Content-Type:text/xml' --data @NCIPmsgs/LookupUser.ncip -X POST 'https://target.host/iNCIPit.cgi'
# (--insecure argument only necessary if you test a target.host lacking a valid cert) 

About

An NCIP responder for Evergreen used by several Michigan libraries against INN-Reach in the MeLCat resource sharing system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 100.0%