======================================================================
		LACRIS GJXDM Web Services Documentation
                     v 1.1
                   July 11, 2007
======================================================================

Contents:

======================
- LASD Livescan GJXDM IEP field mappings.doc
- TouchPrint Enterprise GJXDM Overview.doc
- Schema
   - jxdm
   - lacris-lasd
   - ncic_2000
   - nibrs_misc
   - nist
   - samplexml
   xsd
- WSDL      
- SampleService         
======================


- LASD Livescan GJXDM IEP field mappings.doc is a document that shows the
  mappings between LASD Demographic fields and their NIST equivalents to
  LASD GJXDM Schema elements
  
- TouchPrint Enterprise GJXDM Overview.doc is a document that describes the
  Web Services interface employed by LASD Livescans to import and export 
  data from/to third party record management systems
  
- The Schema folder contains the following:
  - The lacris-lasd folder contains the top level schema for the LASD GJXDM
    IEP
  - all other folders are schemas referenced either directly by the LASD 
    schema or indirectly through jxdm proxy references.
  - NOTE: Vendors should be able to validate their XML payloads against the
    schemas in this folder without the need to pull the schemas from their
    internet URLs.  All referenced schemas have been included.
    
- The WSDL folder contains the WSDL file that defines the web service
  interface.  All LASD GJXDM-compliant record management systems must
  adhere to this interface.
  
- The Schema/samplexml folder contains sample LASD GJXDM IEPs
  - Demogs_IEP.gjxdm.xml is a sample IEP that contains only demographic data 
    values
  - DemogsPhotos_IEP.gjxdm.xml is a sample IEP that contains demographic data
    and a single sample photgraphic image
  - DemogsPhotosFingers_IEP.gjxdm.xml is a sample IEP that contains demographic
    data, a single photo image and two flat thumb images.
    
- The SampleService Folder contains documentation and an install package for a
  sample web service that implements the LASD GJXDM interface.  It is written
  using Microsoft's .NET Framework.
  
  