-
Notifications
You must be signed in to change notification settings - Fork 6
checkOutItem
cedelis edited this page Oct 16, 2015
·
1 revision
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns1:NCIPMessage xmlns:ns1="http://www.niso.org/2008/ncip" ns1:version="http://www.niso.org/schemas/ncip/v2_01/ncip_v2_01.xsd">
<ns1:CheckOutItem>
<ns1:AuthenticationInput>
<ns1:AuthenticationInputData>1234567</ns1:AuthenticationInputData>
<ns1:AuthenticationDataFormatType>barcode</ns1:AuthenticationDataFormatType>
<ns1:AuthenticationInputType>Username</ns1:AuthenticationInputType>
</ns1:AuthenticationInput>
<ns1:AuthenticationInput>
<ns1:AuthenticationInputData>foo</ns1:AuthenticationInputData>
<ns1:AuthenticationDataFormatType>text</ns1:AuthenticationDataFormatType>
<ns1:AuthenticationInputType>Password</ns1:AuthenticationInputType>
</ns1:AuthenticationInput>
<ns1:ItemId>
<ns1:ItemIdentifierValue>S03000250</ns1:ItemIdentifierValue>
</ns1:ItemId>
</ns1:CheckOutItem>
</ns1:NCIPMessage>
- Overview of NCIP Toolkit
- Services - Overview and Detail Notes
- Installation
- Configuration
- FAQs
- Testing and Test Bed
- Developer Information
- ILS Connector Developers Expectations
- Copyright and License Information
- Class Diagram for NCIP Toolkit
- How to add a new NCIP Service
- How to write an ILS Connector for an NCIP Service
- How to setup your development environment to develop a connector
- How to write an NCIP Initiator (client)
- Voyager connector project
- Millennium Connector Project
- Developer Meeting Minutes
- Release Notes