County Justice Information Exchange Project ~ CJIEP

Size: px
Start display at page:

Download "County Justice Information Exchange Project ~ CJIEP"

Transcription

1 Architectural Solution and Technical Requirements Document County Justice Information Exchange Project ~ CJIEP Detailed System Design Version 1.54

2 Table of Contents 1 Introduction Purpose Scope Organization System Overview Web Service Consumer Web Service Provider UDDI Design Considerations Assumptions and Dependencies Guidelines System Design Strategies WS-I Basic Profile Messaging ( SOAP / HTTP ) WSDL UDDI XML and XML schema Detailed System Design State Diagram Activity Diagram Collaboration Diagram Web Service Consumer Identifying the web service(s) required for the exchange Deployment Web Service Provider UDDI UDDI Implementation WSDL Hardware and Software Specification Detailed Exchange Specification Bindover Conversation, Exchange Number Bind case over Affidavit of Probable Cause Message Bail / Bond Message Criminal Complaint Docket Transcript Sentencing Conversation, Exchange Number Provide Parole Decision Parole Order Sentencing Conversation, Exchange Number Report Probation Sentence Court Order Sentencing Conversation, Exchange Number Inform that subject s non-compliance resulted in sentence modification Court Order Sentencing Conversation, Exchange Number Page i

3 Inform that subject s sentence is modified Court Order Glossary Table of Figures Figure 1 System Overview... 4 Figure 2 Information Exchange State Diagram Figure 3 Information Exchange Activity Diagram Figure 4 Information Exchange Collaboration Diagram Figure 5 System Hardware Specification Figure 6 Bind Case Over Use Case Figure 7 Bind Case Over Sequence Diagram Figure 8 Bind Case Over Process Figure 9 Provide Parole Decision Use Case Figure 10 Provide Parole Decision Sequence Diagram Figure 11 Provide Parole Decision Process Figure 12 Report Probation Sentence Use Case Figure 13 Report Probation Sentence Sequence Diagram Figure 14 Report Probation Sentence Process Figure 15 Sentence Modification Use Case Figure 16 Sentence Modification Sequence Diagram Figure 17 Sentence Modification Process Figure 18 Sentence Modification Use Case Figure 19 Sentence Modification Sequence Diagram Figure 20 Sentence Modification Process Page ii

4 1 Introduction 1.1 Purpose This document will provide the detailed design specifications for the County Justice Information Exchange Project (CJIEP) pilot deliverable. This document includes the detailed system architecture and design, state, activity and collaboration diagrams, and the specific data elements for each document involved in the defined exchanges. Accompanying this document will be the individual WSDL specifications for each exchange. These WSDL specifications will be used by the Web Service Providers to define and develop the interface to the web service for each exchange. 1.2 Scope The detailed design addresses elements specific to the CJIEP implementation. It details the technical specifications for each aspect identified in the CCAP Information Exchange Milestone Acceptance Form. 1.3 Organization This document details the system design, components and exchange specifications that comprise the CJIEP. For each component, the specification shall provide features, data elements and implementation details. The detailed system design consists of the following key sections. Section Description Introduction Purpose Scope Organization System Overview Web Service Provider Web Service Consumer UDDI Service Design Considerations Assumptions and Dependencies Goals and Guidelines System Design Strategies WS-I Basic Profile 1.0 Detailed System Design State Diagram Activity Diagram Collaboration Diagram Web Service Consumer Component Web Service Provider Component Page 3

5 UDDI Hardware Specification Detailed Exchange Specification Bindover Conversation Exchanges Sentencing Conversation Exchanges Glossary Glossary of Terms 2 System Overview The design of the information exchange system is based on a Service-Oriented Architecture (SOA) framework. A CJIEP exchange web service will be created by the web service provider for each exchange. The web service consumer will be charged with passing the exchange message to the provider s service and, if needed, also with creating the appropriate GJXDM exchange message before passing the exchange message to the provider s service. The following diagram gives an overall picture of the elements involved in the CJIEP infrastructure, the UDDI Service, the Web Service Consumer and Web Service Provider(s). AOPC CPCMS AOPC Court Case Event Message AOPC Court Case Event Message Web Service Consumer AOPC Court Case Event Message (SOAP) Web Service Provider MI Node Service Agent JNET JNET MI/CJIEP Bridge Receive Function Web Service Proxy HTTP Adult Probation and Parole, District Attorney and County Jail WSDL UDDI Service Figure 1 System Overview 2.1 Web Service Consumer The web service consumer s responsibilities begin with identifying the event that triggered the publishing of the AOPC Court Case Event Message. The event will determine which of the identified exchanges needs to be processed (consumed). Once the exchange is identified, the consumer must determine the proper provider web service(s) to exchange the AOPC Court Case Event Message with. An XML configuration file will be used to map events to exchanges and exchanges to standard UDDI web service identifiers. These identifiers will allow the consumer to Page 4

6 query the UDDI Service for the WSDL description of the interface, protocol bindings and deployment details for each web service provider involved in the exchange. The consumer must now pass the SOAP message via HTTP to the web service(s) for processing. Should the call to a specified web service fail, the consumer will be responsible for persisting the SOAP message in a temporary repository until a successful call to the web service is executed. Once the SOAP message has been successfully transmitted to all web service provider involved in the exchange, the message will be removed from the temporary repository. The pilot project specifics for the web service consumer can be found in the Detailed System Design section of this document. 2.2 Web Service Provider It is the provider s responsibility, through the web service, to accept the designated GJXDM compliant exchange message from the web service consumer as a SOAP attachment. The provider will then validate the document against the document s GJXDM schema. Based on the web service invoked and event type of the message, the appropriate document information will be extracted from the body of the message. This information will then be transferred to the appropriate provider system. For the pilot project, the three provider systems have been identified as Adult Probation and Parole, District Attorney System and the County Jail. The pilot project specifics for the web service provider can be found in the Detailed System Design section of this document. 2.3 UDDI The Universal Description, Discovery, and Integration (UDDI) protocol will be used to define the standard method for publishing and discovering the network-based software components of the information exchange SOA. An implementation of the UDDI specification for Web Services will be deployed to the information exchange system. As mentioned above, the consumer will query the UDDI Service for the WSDL description of the required interface, protocol bindings and deployment details for each web service involved in the exchange. The web service provider will be responsible for registering their web service(s) in the UDDI registry. The pilot project specifics for the UDDI service can be found in the Detailed System Design section of this document. Page 5

7 3 Design Considerations This section describes any assumptions, dependencies and guidelines followed in the detailed design and implementation of CJIEP pilot. 3.1 Assumptions and Dependencies All references and examples of xml and xsd in this document and attached to this document are considered works in progress and it should be assumed that these will be modified as needed during the development phase of the project. This document and all accompanying documents will be modified to reflect any changes made to the xml and xsd. In order to utilize existing hardware, the system will be deployed on servers currently available on each pilot county s network. 3.2 Guidelines UML diagrams are provided for UML State, Activity and Collaboration. Schema documents have been created using appropriate GJXDM based Information Exchange Packages ( IEP) and supporting Information Exchange Package Documentation. 4 System Design Strategies The following standards will provide the guidelines and direction for the detailed system design of this project. For the CJIEP project, the WS-I Basic Profile 1.0 will be the SOA standards specification starting point for non-proprietary Web services specification conformance. This profile includes: SOAP 1.1, WSDL 1.1, UDDI 2.0, XML 1.0, XML Schema and HTTP 1.1 As business driven needs of the pilot require additional Web services capabilities, and the PCCD County Architect provides approval, the WS-I Basic Profile 1.1, which consists of a set of additional (specifically in the area of security) non-proprietary Page 6

8 Web services specifications, along with clarifications, refinements, interpretations and amplifications of those specifications which promote interoperability, will be followed for conformance. If necessary, again, based on business need and the lack of capability support by WS- I Basic Profile 1.0, 100% conformance to this specification will be a goal of the pilot project. Pilot usage of Itinerary-Based Routing, if needed - Itinerary based routing is when a message contains a list of addresses it would need to visit. This list is in the metadata and is carried with the message. The County Information Exchange Pilot Project intra-county service bus will have several end points and a message could need to visit multiple service location end points, as it does so, it is then forwarded on by each service location s invocation mechanism based on it s Itinerary based routing list contained in it s metadata. The example message, shown below, carries a list of locations that the message would pass through in its progress to the final destination. <S:Envelope xmlns:s=" <S:Header> <m:path xmlns:m=" <m:action> <m:to>soap://sale.com/endpoint</m:to> <m:fwd> <m:via>soap://order.com</m:via> <m:via>soap://pricing.com</m:via> </m:fwd> <m:rev> <m:via/> </m:rev> <m:id>uuid:a034c795-3de7-49f0-ad03-505bd09437c1</m:id> </m:path> </S:Header> <S:Body>... </S:Body> </S:Envelope> The service consumer would determine the need to invoke Itinerary-Based Routing, each service provider on the County Information Exchange Pilot Project intra-county service bus will be designed to handle Itinerary-Based Routing if requested by the service consumer. Page 7

9 If absolutely necessary, based on business need and PCCD County Architect approval, the following non-ws-i Basic Profile 1.1 specification may be considered during the pilot: WSIL SAML WS-Security 1.0 (as a foundation to WS-Trust, WS-Secure Conversation, WS-Policy, WS-Authorization and WS-Privacy) WS-Addressing (as a foundation to WS- Resource Framework and WS-Notification) WS-Reliability WS-Reliable Messaging BPML BPEL4WS WS-Choreography BPSS ebxml Registry 4.1 WS-I Basic Profile 1.0 The profile identifies how Web services specifications should be used together to create interoperable Web services. The Basic Profile deals with the following components Messaging ( SOAP / HTTP ) SOAP 1.1 defines an XML-based message exchange model for the transmitting and processing of messages. SOAP over HTTP messaging will allow our Web Service interfaces to communicate with each other WSDL Web Service Description Language (WSDL), an XML format for describing Web services, will be employed to describe standardized communications between our Web Services. WSDL service definitions provide documentation for distributed systems and serve as a basis for automating the details involved in applications communication. In addition, the SOA implementation of WSDL to describe the available services will allow our services to support dynamic binding and services reuse. Page 8

10 4.1.3 UDDI The Universal Description Discovery and Integration specification (UDDI) will provide a platform-independent means of describing, discovering and integrating our services over the network. The UDDI data structures provide a framework for the description of basic business and service information and create a mechanism to provide detailed service access information using WSDL XML and XML schema The system will use Global Justice XML (GJXML), an XML standard designed specifically for criminal justice information exchanges. The GJXDM is an objectoriented data model for organizing the content of a data dictionary (the Global JXDD) in a database. From this database an XML schema specification can be generated that consistently represents the semantics and structure of common data elements and types required to exchange information within the justice and public safety communities. GJXDM provides a consistent, extensible, maintainable XML schema reference specification for data elements and types that represent the data requirements of all the documents contained in the pilot and in potential future exchanges. 5 Detailed System Design 5.1 State Diagram Below is the state diagram which outlines the behavior of the information exchange system. It describes all of the possible states of our exchange information (message) as it passes through the exchange process. Page 9

11 Figure 2 Information Exchange State Diagram Page 10

12 5.2 Activity Diagram Below is the activity diagram which describes the workflow behavior of the information exchange system. The diagram describes the state of activities by showing the sequence of activities performed. Figure 3 Information Exchange Activity Diagram Page 11

13 5.3 Collaboration Diagram Below is the collaboration diagram which shows the relationship between objects in the information exchange system and the order of messages passed between them. The sequence numbers next to each message show the sequence of the messages as they are passed between the objects. Figure 4 Information Exchange Collaboration Diagram 5.4 Web Service Consumer Identifying the web service(s) required for the exchange An XML configuration file will be used to map the AOPC Court Case Event Message based on the event that triggered the publishing of message. It will be mapped to one of the identified exchanges in the pilot. This mapping will produce an exchange identifier. The identifier will be used to find the associated Service identifiers used to query the UDDI Service for the WSDL interface description of the exchange. The following is an example of this XML configuration file. Page 12

14 <?xml version="1.0" encoding="utf-8"?> <ServiceAgent> <OrganizationName>Adams County Courthouse</OrganizationName> <SourceDirectory>InMessages</SourceDirectory> <RejectedEventsDirectory>RejectedMessages</RejectedEventsDirectory> <Exchanges> <Exchange id="cjiep_4_66_07_bindcaseover"> <Documents> <Document id="courtcaseevent" xsl="" xsd=""></document> </Documents> <Services> <Service id="cjiep_4_66_07_bindcaseoverservice" uddi_id="cjiep_4_66_07_bindcaseover.jws" directory="cjiep_4_66_07_bindcaseover"> </Service> </Services> </Exchange> <Exchange id="cjiep_6_76_17_reportprobationsentence"> <Documents> <Document id="courtcaseevent" xsl="" xsd=""></document> </Documents> <Services> <Service id="cjiep_6_76_17_reportprobationsentenceservice" uddi_id="cjiep_6_76_17_reportprobationsentence.jws" directory="cjiep_6_76_17_reportprobationsentence"> </Service> </Services> </Exchange> <Exchange id="cjiep_6_78_38_noncompliancesentencemodification"> <Documents> <Document id="courtcaseevent" xsl="" xsd=""></document> </Documents> <Services> <Service id="cjiep_6_78_38_noncompliancesentencemodificationservice" uddi_id="cjiep_6_78_38_noncompliancesentencemodification.jws" directory="cjiep_6_78_38_noncompliancesentencemodification"> </Service> </Services> </Exchange> <Exchange id="cjiep_6_78_40_sentencemodified"> <Documents> <Document id="courtcaseevent" xsl="" xsd=""></document> </Documents> <Services> <Service id="cjiep_6_78_40_sentencemodifiedservice" uddi_id="cjiep_6_78_40_sentencemodified.jws" directory="cjiep_6_78_40_sentencemodified"> </Service> </Services> </Exchange> <Exchange id="cjiep_6_47_01_provideparoledecision"> <Documents> <Document id="courtcaseevent" xsl="" xsd=""></document> </Documents> <Services> <Service id="cjiep_6_47_01_provideparoledecisionservice" uddi_id="cjiep_6_47_01_provideparoledecision.jws" directory="cjiep_6_47_01_provideparoledecision"> </Service> </Services> </Exchange> </Exchanges> <Events> <Event id="case BIND OVER PUBLISH"> <Exchanges> <Exchange id="cjiep_4_66_07_bindcaseover"></exchange> </Exchanges> </Event> <Event id="sentence PUBLISH"> <Exchanges> Page 13

15 <Exchange id="cjiep_6_76_17_reportprobationsentence"></exchange> <Exchange id="cjiep_6_78_38_noncompliancesentencemodification"></exchange> <Exchange id="cjiep_6_78_40_sentencemodified"></exchange> <Exchange id="cjiep_6_47_01_provideparoledecision"></exchange> </Exchanges> </Event> </Events> </ServiceAgent> While JIEM documents will not be used for the pilot, the documents involved in the exchange and the xsl file required to transform the message into that document will be identified in each <Document> element of the <Exchange> element for future reference and development. The following is the list of exchange names which will be used when referring to a specific exchange via the uddi_id attribute. CJIEP_4_66_07_BindCaseOver CJIEP_6_47_01_ProvideParoleDecision CJIEP_6_76_17_ReportProbationSentence CJIEP_6_78_38_NonComplianceSentenceModification CJIEP_6_78_40_SentenceModified Deployment The AOPC Court Case Event Message will be produced by the AOPC Court Case event in the CPCMS system. CPCMS creates the appropriate AOPC Court Case Event Message and publishes it on the JNET network. A JNET MI/CJIEP Bridge module will be deployed in the pilot counties. Similar to a standard JNET JIBLet, it subscribes to a specific topic and pulls any AOPC Court Case Event Messages published to that topic. The JNET MI/CJIEP Bridge module will pull the appropriate AOPC Court Case Event Messages from the JNET queue and place it in a configuration specific directory on the Service Agent server. For the pilot project, the CJIEP Service Agent deployed in each county will act as the web service consumer. In order to utilize existing hardware, it will reside on an existing Biztalk server. The Service Agent will pick up the message, filtering any AOPC Court Case Event messages not meant for that specific county. It will map the message to the appropriate exchange web service and then access the UDDI directory for the url of the specified web service. It will then call the web service, passing the AOPC Court Case Event message. If the web service is unavailable, the Service Agent will temporarily store the message until the web service becomes available, at Page 14

16 which point it will execute the web service call and remove the message from the temporary store. 5.5 Web Service Provider Detailed design for each web service will be provided by the Web Service Provider as a separate document. 5.6 UDDI UDDI Implementation juddi (pronounced Judy ) will be used to implement the UDDI registry for the pilot project. juddi is an open source Java implementation of the UDDI specification for the Apache Web Services Project. It is a Web Services Registry and Repository for building Service-Oriented Architectures. The Service Registry provides the means for registering and discovering web services. The Service Registry is available through the Apache Web Services Project. The steps required to register the WSDL in the UDDI Registry are outlined in the next section WSDL The process of creation, utilization and deployment of the WSDL for the pilot project can be summarized in three major steps. 1. The first step is to create the WSDL service interface definition. The service interface definition will include service interfaces and protocol bindings, and will be made publicly available. The WSDL service interface definitions are then registered as UDDI tmodels; the overview Doc field in each new tmodel will point to the corresponding WSDL document. 2. Next, the service provider will build services that conform to the industry standard service definitions and documented CJIEP System Design Strategies. Either manually or using appropriate UDDI-aware tooling, the provider will retrieve the tmodel description of the industry standard definition, and obtain the corresponding WSDL definition document. WSDL-aware tooling, in turn, can help generate an implementation that supports the standard interfaces and bindings. 3. Finally, the new service must be deployed and registered in the UDDI repository. Either manually or using WSDL and UDDI-aware tooling, a UDDI business Service data structure is created, and then registered. Typically when using WSDL and UDDI-aware tools, service deployment information (some type of deployment descriptor document) will be generated at that same time. Page 15

17 5.7 Hardware and Software Specification All hardware required for the Information Exchange project currently exists in each pilot county. The following diagram outlines the existing networks and servers and their specific use. Figure 5 System Hardware Specification Hardware Specifications The following are the hardware specifications for all servers and workstations required for the CJIEP pilot. Server: Pentium III, 933Mhz or Faster, PCI bus, 512K L2 cache, 512 MB RAM Work Station: Pentium III 350Mhz or faster with L2 Cache, 64K or larger County MI Node The County MI Node is required to link the County Justice Information Project to the JNET Messaging Infrastructure (MI). It requires the installation of IBM MQ Series and a Java Virtual Machine (JVM). A server operating system is not required. The minimum operating system necessary is Windows NT, Windows 2000 or Windows XP. For the pilot project, the existing MI nodes in each pilot county will be utilized. Information Exchange Server The Information Exchange Server will host the Service Agent windows service and message repository, the UDDI Interface and Repository and the JNET MI / CJIEP Bridge component. A server operating system is not required. The minimum operating system necessary is Windows NT, Windows 2000 or Windows XP. Required is the installation of the Service Agent, the juddi Service Registry and the JNET MI / CJIEP Bridge component. The Bridge Page 16

18 component will need to be configured to interface to the MI Node MQSeries queues. Additionally, to support the Service Registry, the following software will need to be installed: JDK or later and Apache Tomcat 5. For the pilot project, the existing Biztalk server running Windows 2000 Server in each pilot county will be utilized. Web Server A Web Server will be required in each county to host the Provider Web Service. It requires connectivity to the databases used for each of the agency systems. The minimum operating system necessary is Windows NT, Windows 2000 or Windows XP. It requires the installation of an application server. For the application server, the service provider recommends the JBoss Application Server. Adult Probation The Adult Probation System must reside on the county network and be accessible by the CJIEP web service. For the pilot, the existing Adult Probation System in each county will be utilized. No modifications to the system will be necessary. District Attorney The District Attorney System must reside on the county network and be accessible by the CJIEP web service. For the pilot, the existing District Attorney System in each county will be utilized. No modifications to the system will be necessary. County Jail The County Jail System must reside on the county network and be accessible by the CJIEP web service. For the pilot, the existing County Jail System in each county will be utilized. No modifications to the system will be necessary. 6 Detailed Exchange Specification The following sections contain the description, specification and design of the five exchanges chosen for the Pilot project. The narratives are from the JIEM to be Modeling tool as provided by PCCD s SEARCH consultant, MTG. 6.1 Bindover Conversation, Exchange Number Bind case over During the Pre-disposition Court process, at the Preliminary Hearing event, if district judge finds probable cause to proceed, the Magisterial District Judges sends the Affidavit of Probable Cause, Bail/Bond, Criminal Complaint, and Docket Transcript Page 17

19 to the Court of Common Pleas for the Open Case event in the Pre-disposition Court process. This service returns a SOAP exception. The use case for this exchange is shown in the following diagram: Figure 6 Bind Case Over Use Case The sequence for this exchange is shown in the following diagram: Figure 7 Bind Case Over Sequence Diagram The process executed for this service is shown in the following diagram: Page 18

20 Figure 8 Bind Case Over Process The messages utilized in this exchange will include the following information: Affidavit of Probable Cause Message Type: asynchronous AOPC court service agent sends: Affidavit of Probable Cause Document Contents: Affidavit of Probable Cause XML Criminal Complaint Information Complaint/Incident Number Case Identifiers Common Pleas Docket # / Court Case # Police Incident # Comments / Notes / Other Information Probable Cause Belief County Pa. County Id Signatures Filing Officer s / Affiant Signature Filing Officer s / Affiant Signature Date Issuing Authority Signature Issuing Authority Signature Date Warrant Information Warrant Control # Security: Protocol: none http AOPC court service agent receives: SOAP Exception Bail / Bond Message Page 19

21 Type: AOPC court service agent sends: Contents: asynchronous Bail / Bond Document Bail / Bond XML Offense / Charge Information Bail / Bond Information Case Identifiers Defendant Information Offense / Charge Offense / Charge # Offense / Charge Description Offense Date Nominal Bail Nominal Bail Amount Bail Bond Order Date Conditions of Release Bail Bond Security or Surety Cash in full amount of bail Percentage cash bail Money furnished by Certification of Sufficient Bail By the Defendant On behalf of the Defendant By Name of Surety Address of Surety License Number of Surety Next Court Action Date and Time of Next Court Action Location of Next Court Action Defendant Sent To Detention Center Defendant Sent to Other Police Case # OTN (Offense Tracking Number) Court Case Number(s) (CC) C.P. Term and Number Defendant Name Defendant Telephone Number Defendant Address Defendant Address Street Defendant Address City Defendant Address State Defendant Address Zip Code Defendant Occupation Defendant Present Employer Detention Status Discharge Date Magisterial District Justice Information Magisterial District Justice Number Page 20

22 Officials Security: Protocol: Judge Names Issuing Authority Court Clerk Signatures Clerk of Court Signature Clerk of Court Signature Date none http AOPC court service agent receives: SOAP Exception Criminal Complaint Type: AOPC court service agent sends: Contents: asynchronous Criminal Complaint Criminal Complaint XML Criminal Complaint Information Complaint Filed Date Complaint/Incident Number Complaint/Incident Number if other Participants Date Criminal Complaint Completed and Verified District Attorney s Office Approval District Attorney s Office Disapproval District Attorney s Office Disapproved Reason Violation Information Location of Violation Participant(s) Name(s) to the violation List of Acts Committed by the Accused Violation Section Violation Subsection Violation Pennsylvania Statute Counts of Violation Other Information LiveScan Tracking Number UCR/NIBRS Code Case Identifiers OTN (Offense Tracking Number) County Pa. County Id Defendant Information Defendant Name Defendant Alternate Name / A.K.A Defendant Race/Ethnicity Defendant Sex Page 21

23 Defendant Date of Birth Defendant Social Security Number Defendant Address Defendant Address Street Defendant Address City Defendant Address State Defendant Address Zip Code Defendant Occupation Defendant Present Employer Defendant SID Defendant Vehicle License Plate # Defendant Vehicle State Licensed to Defendant Vehicle Registration Sticker Date Defendant Driver s License # Defendant Driver s License State District Attorney Information District Attorney Name District Attorney Signature District Attorney Signature Date Magisterial District Justice Information Magisterial District Number (final issuing) Magisterial District Justice Name (final issuing) Magisterial District Justice Address Street Magisterial District Justice Address City Magisterial District Justice Address State Magisterial District Justice Address Zip Code Magisterial District Justice Telephone Number Magisterial District Justice Docket Number Officials Filing Officer s / Affiant s Name Filing Officer s / Affiant s Badge Number Department or Agency Represented Political Subdivision Police Agency ORI Number Originating Agency Case Number (OCA) Signatures Filing Officer s / Affiant Signature Magisterial District Justice Signature Magisterial District Justice Signature Date Security: Protocol: none http AOPC court service agent receives: SOAP Exception Docket Transcript Type: asynchronous Page 22

24 AOPC court service agent sends: Contents: Docket Transcript Docket Transcript XML Offense / Charge Information Offense Offense Description Offense Grading Offense Date Offense Section and Subsection Offense Disposition Citation Information Date Citation Issued Date Citation Filed Criminal Complaint Information Complaint Filed Date Arrest Information Arrest Date Case Identifiers Final Issuing Authority Docket # Common Pleas Docket # State Identification # OTN Codefendant Codefendant 1 Name Codefendant 1 OTN Codefendant 2 Name Codefendant 2 OTN Codefendant 3 Name Codefendant 3 OTN Codefendant 4 Name Codefendant 4 OTN Affiant Who Signed Complaint Complainant Name Complainant Address ORI OCA Badge # / Officer ID Defendant Information Defendant Name Defendant Race/Ethnicity Defendant Sex Defendant Date of Birth Defendant Address Defendant Address Street Defendant Address City Defendant Address State Defendant Address Zip Code Defendant Driver s License # Defendant Driver s License State Page 23

25 Distribution List Clerk of Courts Trial Court Administration Magisterial District Justice Information Magisterial District Number Magisterial District Justice Name Magisterial District Justice Address Zip Code Magisterial District Justice Telephone Number Magisterial District Justice Docket Number Initial MDJ Name Transferred From Initial MDJ Number Transferred From Initial MDJ Docket Number Date of Transfer from Initial MDJ Attorneys Commonwealth Attorney Name Commonwealth Attorney Address Commonwealth Attorney ID Number Complainant Attorney Name Complainant Attorney Address Complainant Attorney ID Number Defense Council Name Defense Council Address Defense Council Private Defense Council Other Defense Council ID Number Preliminary Arraignment Preliminary Arraignment Date Preliminary Arraignment Time Preliminary Arraignment Bail Type Amount Date Set Date Posted Preliminary Arraignment Surety Name Individual Individual Address Name Corporate Corporate Address Date Waived to Court Preliminary Hearing / Summary Trial Trial Date Trial Address Preliminary Hearing Information Date for Preliminary Hearing Continuation of Hearing Decision Date Fines Amount Costs Amount Judgment of Sentence Judgment of Sentence Balance Amount Page 24

26 Magisterial District Justice Summons Information Warrant Information Witness Information Security: Protocol: Current Bail / Bail at Preliminary Hearing Type Amount Posted Date Bail Date Set Surety Name Individual Individual Address Name Corporate Corporate Address If Committed Date Code Place of Commitment Defendant Advised of Assignment of Council Right Public Defender Requested by Defendant Application Provided- Appointment of Public Def. Reasonable Effort to Settle Difference Date Date Transcript Sent to Court Certification of MDJ Docket Transcript Date Date Printed Signature Commission Expiration Date Summons Issued Date Summons Returned Date Warrant Issued Date Witness for Complainant or Defendant Name Address Witness Sworn Witness Testified Defense Persons to be Notified none http AOPC court service agent receives: SOAP Exception 6.2 Sentencing Conversation, Exchange Number Provide Parole Decision During the Post-disposition Court process, at the Sentence Hearing event, if subject is in custody, and if court sentences subject to probation or parole, the Court of Page 25

27 Common Pleas sends the Parole Order to the County Jail for the Release event in the Post-disposition Supervision process. This service returns a SOAP exception. The use case for this exchange is shown in the following diagram: Figure 9 Provide Parole Decision Use Case The sequence for this exchange is shown in the following diagram: Figure 10 Provide Parole Decision Sequence Diagram The process executed for this service is shown in the following diagram: Page 26

28 Figure 11 Provide Parole Decision Process The messages utilized in this exchange will include the following information: Parole Order Type: AOPC court service agent sends: Contents: asynchronous Parole Order Parole Order XML Offense / Charge Information Case Identifiers Offense Offense Description Offense Grading Offense Date Offense Section and Subsection OTN Common Pleas Docket # Court Case # Costs / Fines Defendant Responsible for Prosecution Costs County Responsible for Prosecution Costs Fines Costs Total Fines Crime Lab User Fee Restitution Restitution Amount Court Order / Case Disposition Court Ordered Parole Date of Court Order Date of Court Ordered Sentencing Parole Order Other Information Defendant Information Defendant Name Defendant Date of Birth Page 27

29 Defendant Social Security Number Defendant Telephone Number Defendant Address Street City State Zip Code Defendant SID District Attorney Information District Attorney Name Intermediate Punishment Information Defendant Sentenced Defendant Sentenced to a period of Defendant Electronic Monitoring effective date Defendant Non-electronic Monitoring Defendant Non-electronic Monitoring Approved After Date Officials Judge Name Defense Counsel Name Court Reporter Court Clerk Probation Information Probation Probation without Verdict Probation for a period of Probation Starts Effective Date Special Condition List Agency Name Address Sentence Date of Sentencing Mandatory Sentence Plea Plea Agreement Non-Jury Jury Nolo Probation Violation Parole Violation IP Violation Disposition as to Count Mandatory Sentence Split Sentence Offense Nol Pros Merges with Committed Years Months Page 28

30 Signatures Security: Protocol: Days Hours Committed To Years Months Days Probation / ARD Years Months Days Serve At County Prison Name SCI (State Correctional Institution) Name Intermediate Punishment Program Concurrent Sentence to Consecutive Sentence to Disposition as to Other Counts Clerk of Court Signature Judge Signature Judge Signature Date Minute Clerk Signature none http AOPC court service agent receives: SOAP Exception 6.3 Sentencing Conversation, Exchange Number Report Probation Sentence During the Post-disposition Court process, at the Sentence Hearing event, if court sentences subject to probation or parole, the Court of Common Pleas sends the Court Order to the Adult Probation and Parole for the Release event in the Post-disposition Supervision process. This service returns a SOAP exception. The use case for this exchange is shown in the following diagram: Page 29

31 Figure 12 Report Probation Sentence Use Case The sequence for this exchange is shown in the following diagram: Figure 13 Report Probation Sentence Sequence Diagram The process executed for this service is shown in the following diagram: Figure 14 Report Probation Sentence Process Page 30

32 The messages utilized in this exchange will include the following information: Court Order Type: AOPC court service agent sends: Contents: asynchronous Court Order Court Order XML Offense / Charge Information Case Identifiers Offense / Charge Offense / Charge Number Offense Description OTN Common Pleas Docket # / Court Case # Court Case Number(s) (CC) Costs / Fines Defendant Responsible for Prosecution Costs County Responsible for Prosecution Costs Fines Costs Total Fines Crime Lab User Fee Restitution Restitution Amount Court Order / Case Disposition Court Ordered Sentencing Date of Court Order Court Order as to Count / Violation Date of Court Ordered Sentencing Court Order Parole Order Other Information Defendant Information Defendant Name Defendant Date of Birth Defendant Social Security Number Defendant Telephone Number Defendant Address Street City State Zip Code Defendant SID Detention Status Defendant in Custody Defendant Custody Location Page 31

33 District Attorney Information District Attorney Name Intermediate Punishment Information Defendant Sentenced Defendant Sentenced to a period of Defendant Electronic Monitoring effective date Defendant Non-electronic Monitoring Defendant Non-electronic Monitoring Approved After Date Jail Information County Jail Name County Jail Period of Incarceration State Correctional Institution Name State Correctional Incarceration Period State Correctional Incarceration Effective Date State Correctional Incarceration Additional Credit Concurrent Sentence(s) Consecutive Sentence(s) Defendant Permitted Alternative Housing Defendant s Location of Alternative Housing Defendant Granted Work Release Defendant to be Paroled Defendant s Effective Date of Parole Officials Judge Name Defense Counsel Name Court Reporter Court Clerk Probation Information Probation Probation without Verdict Probation for a period of Probation Starts Effective Date Probation Special Conditions Megan s Law Registration DUI Fine Amount Interlock Complete Regional Alcohol Program DNA Registration No Contact w/victim Drug and Alcohol Evaluation Domestic Abuse Classes MH/MR Evaluation Probation Supervising Agency County State Sentence Mandatory Sentence Plea Modified Sentence Re-Sentencing Page 32

34 Signatures Security: Protocol: Sentencing ARD Summary Appeal Other Plea Agreement Non-Jury Jury Nolo Probation Violation Parole Violation IP Violation Disposition as to Count Mandatory Sentence Split Sentence Offense Nol Pros Merges with Committed (Years,Months,Days) Committed To (Years,Months,Days) Probation / ARD (Years,Months,Days) Serve At County Prison Name SCI (State Correctional Institution) Name Intermediate Punishment Program Disposition as to Other Counts Clerk of Court Signature Judge Signature Judge Signature Date Minute Clerk Signature none http AOPC court service agent receives: SOAP Exception 6.4 Sentencing Conversation, Exchange Number Inform that subject s non-compliance resulted in sentence modification During the Post-disposition Court process, at the Review Hearing event, if subject fails to comply with sentencing terms, and if court determines that subject action requires sentence modification, the Court of Common Pleas sends the Court Order to the District Attorney for the Update Case File event in the Post-disposition Court process. This service returns a SOAP exception. The use case for this exchange is shown in the following diagram: Page 33

35 Figure 15 Sentence Modification Use Case The sequence for this exchange is shown in the following diagram: Figure 16 Sentence Modification Sequence Diagram The process executed for this service is shown in the following diagram: Figure 17 Sentence Modification Process Page 34

36 The messages included in this exchange are defined as follows: Court Order Type: AOPC court service agent sends: Contents: AOPC court service agent receives: asynchronous Court Order Court Order XML SOAP Exception ( See Court Order contents section ) 6.5 Sentencing Conversation, Exchange Number Inform that subject s sentence is modified During the Post-disposition Court process, at the Review Hearing event, if court orders a modification to probation or parole sentence, the Court of Common Pleas sends the Court Order to the Adult Probation and Parole for the Update Case File event in the Post-disposition Court process. This service returns a SOAP exception. The use case for this exchange is shown in the following diagram: Figure 18 Sentence Modification Use Case The sequence for this exchange is shown in the following diagram: Page 35

37 Figure 19 Sentence Modification Sequence Diagram The process executed for this service is shown in the following diagram: Figure 20 Sentence Modification Process The messages included in this exchange are defined as follows: Court Order Type: AOPC court service agent sends: Contents: AOPC court service agent receives: asynchronous Court Order Court Order XML SOAP Exception ( See Court Order contents section ) Page 36

38 Term Choreography CJIEP CPCMS ebxml 7 Glossary Exchange message GJXDM HTTP Itinerary-Based Routing Jail OMS JIEM JNet Network AOPC Court Case Event Message PCCD SEARCH Service Agent Service Consumer Service Consumer SOA SOAP Description Term used to refer to the sequence and conditions that describe exchange of messages. County Justice Information Exchange Project The project to which this document refers. AOPC s Court of Common Pleas Criminal Court Case Management System that will supply the information to be used for the exchanges identified for this pilot. Electronic Business XML Initiative. Specification that enables XML to be utilized in a consistent manner for the exchange of electronic business data. Message that is involved in an exchange between Service Agent and Service Provider. Global Justice XML Data Model Data reference model used for the exchange of justice and public safety information. Hypertext Transmission Protocol the standard data transmission format used between web browsers and web servers Itinerary based routing is when a message contains a list of addresses it would need to visit. This list is in the metadata and is carried with the message. Jail s Offender Management System. Justice Information Exchange Model Model describing the flow of justice information between criminal justice agencies. Secure virtual system for the sharing of justice information by authorized users. - Message generated by AOPC s CPCMS system containing justice information. The AOPC Court Case Event Message will be transformed into exchange messages identified for this pilot. Pennsylvania Commission on Crime and Delinquency Organization promoting a collaborative approach to enhance the quality of justice through guidance, leadership and resources by empowering citizens and communities and influencing state policy (PCCD mission statement). The National Consortium for Justice Information and Statistics. Organization focused on improving information management and exchange between criminal justice and public safety agencies. Mechanism responsible for packaging the exchange message, identifying the specified service provider for the exchange, and accessing the provider s web service to exchange the message. Agency that utilizes web services provided by other agencies. Consumer s service agent passes the exchange message to the service provider. Agency that utilizes web services provided by other agencies. Consumer s service agent passes the exchange message to the service provider. Service Oriented Architecture Software architecture methodology that provides interaction of independent, reusable components that perform business process. Simple Object Access Protocol XML based message protocol for exchanging messages between web services. Page 37

39 UDDI Web Service Providers Web Services WSDL WS I XML Universal Description, Discovery and Integration Registry for listings and discovery of web-services and their descriptions. Agency that provides web services to consumer agencies. Provider s web service receives the selected exchange message from a consumer. Web Services encompasses a collection of protocols and technologies allowing a standardized exchange of data. Web Service Description Language XML language used for describing web services. Web Services Interoperability Organization an open industry organization chartered to promote web services interoperability across platforms, operating systems and programming languages. Extensible Markup Language Markup language used for creating custom messages for data exchange. Page 38

Integrated Justice Information System Data Warehouse Project

Integrated Justice Information System Data Warehouse Project Nevada Administrative Office of the Courts Requirements Specification Integrated Justice Information System Data Warehouse Project June 30, 2000 Version 1.1 An Employee-Owned Company An Employee-Owned

More information

Commonwealth of Pennsylvania - Justice Network

Commonwealth of Pennsylvania - Justice Network Commonwealth of Pennsylvania - Justice Network Published: June 1999 FIORANO CUSTOMER SOLUTION Commonwealth of Pennsylvania uses Fiorano s solution to enhance public safety in the State by enabling Real

More information

JOINING FORCES TO ACHIEVE STATEWIDE N DEx INTEGRATION

JOINING FORCES TO ACHIEVE STATEWIDE N DEx INTEGRATION JOINING FORCES TO ACHIEVE STATEWIDE N DEx INTEGRATION PRESENTED BY: Leon Frederick, CIO, Iowa Department of Public Safety Liz Pearson, URL Integration PRESENTATION OVERVIEW What is N-DEx? What is Iowa

More information

Victim Assistance & Restorative Justice Program s Registrant/Victim Input at Offender Intake Form

Victim Assistance & Restorative Justice Program s Registrant/Victim Input at Offender Intake Form Victim Assistance & Restorative Justice Program s Registrant/Victim Input at Offender Intake Form The Minnesota Department of Corrections goal is to promote safety in the lives of victims and others who

More information

INSTRUCTIONS FOR NAME CHANGE OF AN ADULT

INSTRUCTIONS FOR NAME CHANGE OF AN ADULT INSTRUCTIONS FOR NAME CHANGE OF AN ADULT Instructions Summary Step 1: Step 2: Step 3: Step 4: Step 5: Step 6: Step 7: Step 8: Step 9: Step 10: Step 11: Step 12: Complete the General Civil Case Filing Information

More information

Overview of Court Information Technology. Jeffrey M. Marecic, Chief Information Officer Administrative Office of the Courts March 2015

Overview of Court Information Technology. Jeffrey M. Marecic, Chief Information Officer Administrative Office of the Courts March 2015 Overview of Court Information Technology Jeffrey M. Marecic, Chief Information Officer Administrative Office of the Courts March 2015 Agenda IT Service Delivery Drivers in North Carolina Connecting People

More information

Agency Setup. Following is a list of switches on the Agency Setup page:

Agency Setup. Following is a list of switches on the Agency Setup page: SETUPS Agency Setup Top Section: Side Button: Administrative Settings This file contains information about your agency that will appear on many reports and exports. Edit this screen to reflect your Agency

More information

U.S. District Court Southern District of Ohio (Cincinnati) CRIMINAL DOCKET FOR CASE #: 1:16-cr MRB-1

U.S. District Court Southern District of Ohio (Cincinnati) CRIMINAL DOCKET FOR CASE #: 1:16-cr MRB-1 CLOSED U.S. District Court Southern District of Ohio (Cincinnati) CRIMINAL DOCKET FOR CASE #: 1:16-cr-00078-MRB-1 Case title: USA v. Hitachi Automotive Systems Ltd Date Filed: 08/09/2016 Date Terminated:

More information

THE DEPARTMENT OF JUSTICE BUREAU OF CRIMINAL IDENTIFICATION AND INFORMATION APPLICANT PROCESSING PROGRAM LIVE SCAN REQUEST PACKET

THE DEPARTMENT OF JUSTICE BUREAU OF CRIMINAL IDENTIFICATION AND INFORMATION APPLICANT PROCESSING PROGRAM LIVE SCAN REQUEST PACKET THE DEPARTMENT OF JUSTICE BUREAU OF CRIMINAL IDENTIFICATION AND INFORMATION APPLICANT PROCESSING PROGRAM LIVE SCAN REQUEST PACKET DEPARTMENT OF JUSTICE BUREAU OF CRIMINAL IDENTIFICATION AND INFORMATION

More information

JAIL TECHNICIAN. Some form of picture identification, such as a driver's license, will be required at examinations.

JAIL TECHNICIAN. Some form of picture identification, such as a driver's license, will be required at examinations. JAIL TECHNICIAN APPLICATION REQUEST AND RELEASE I, (print your name), hereby state that I wish to apply for employment at the Peoria County Sheriff's Office. I understand that as part of the application

More information

STATE OF MINNESOTA DEPARTMENT OF PUBLIC SAFETY

STATE OF MINNESOTA DEPARTMENT OF PUBLIC SAFETY STATE OF MINNESOTA DEPARTMENT OF PUBLIC SAFETY BUREAU OF CRIMINAL APPREHENSION Query Minnesota Motor Registration Information Service (QMV) Published On: Feb 09, 2012 Service Release Version#: 1.0 Prepared

More information

2004 INNOVATIONS AWARDS PROGRAM Application Form

2004 INNOVATIONS AWARDS PROGRAM Application Form 1. Program Name: ejusticeny 2004 INNOVATIONS AWARDS PROGRAM Application Form 2. Administering Agency: New York State Division of Criminal Justice Services (DCJS) 3. Contact Person (Name and Title): Martin

More information

Appendix 3: Subscribing Entity Reference Guide to NGI s Rap Back Service Version 2.1 June 1, 2014

Appendix 3: Subscribing Entity Reference Guide to NGI s Rap Back Service Version 2.1 June 1, 2014 Appendix 3: Subscribing Entity Reference Guide to NGI s Rap Back Service Version 2.1 June 1, 2014 Note to Submitters: The information in this document is provided for you to use in any manner most appropriate

More information

Colorado Sex Offender Management Board (SOMB) INTENT TO APPLY. as a POLYGRAPH EXAMINER. for the Adult and Juvenile Provider List

Colorado Sex Offender Management Board (SOMB) INTENT TO APPLY. as a POLYGRAPH EXAMINER. for the Adult and Juvenile Provider List Colorado Sex Offender Management Board (SOMB) INTENT TO APPLY as a POLYGRAPH EXAMINER for the Adult and Juvenile Provider List Colorado Department of Public Safety Division of Criminal Justice Office of

More information

alliance FROM DISPATCH THROUGH DISPOSITION Tyler Alliance Leads the Way with Integrated Criminal Justice and Public Safety Solutions

alliance FROM DISPATCH THROUGH DISPOSITION Tyler Alliance Leads the Way with Integrated Criminal Justice and Public Safety Solutions alliance FROM DISPATCH THROUGH DISPOSITION Tyler Alliance Leads the Way with Integrated Criminal Justice and Public Safety Solutions FIRE/EMS Fire and emergency service teams access information faster

More information

New York State Integrated Justice Information Exchange Project. NGA GJXDM Policy Academy April 18-20, 2006

New York State Integrated Justice Information Exchange Project. NGA GJXDM Policy Academy April 18-20, 2006 New York State Integrated Justice Information Exchange Project NGA GJXDM Policy Academy April 18-20, 2006 NYS Team Representatives at 2006 Policy Academy Name Title Agency Marlaine Hoffman Deputy Director

More information

ecaseview: Guest/Public User Guide

ecaseview: Guest/Public User Guide ecaseview: Guest/Public User Guide 1 Table of Contents INTRODUCTION... 3 WHAT WILL HAPPEN TO SHOWCASE WEB?... 4 COMPATIBLE INTERNET BROWSERS... 4 HOW TO SEARCH FOR A CASE... 5 MANAGING THE SEARCH RESULTS

More information

UNIFORM GUIDELINES RED LIGHT CAMERA ENFORCEMENT

UNIFORM GUIDELINES RED LIGHT CAMERA ENFORCEMENT UNIFORM GUIDELINES RED LIGHT CAMERA ENFORCEMENT CULVER CITY POLICE DEPARTMENT AUTOMATED ENFORCEMENT DIVISION CITY OF CULVER CITY, CALIFORNIA Table of Contents SECTION 1- Purpose of Uniform Guidelines SECTION

More information

Instruction for completing Sentence Forms that Contain Macros

Instruction for completing Sentence Forms that Contain Macros Instruction for completing Sentence Forms that Contain Macros Note that if you are completing the Confinement only sentence sheet, a lot of the below steps will be skipped over. 1. Open document 2. Enable

More information

VizVox: Securing the future of video visitation

VizVox: Securing the future of video visitation VizVox: Securing the future of video visitation Originally developed to reduce transport costs associated with on-site visitation, inmate transfer and security staffing, VizVox has quickly become an essential

More information

POLICY AND OPERATING PROCEDURE

POLICY AND OPERATING PROCEDURE TEXAS DEPARTMENT OF CRIMINAL JUSTICE PAROLE DIVISION NUMBER: PD/POP 3.10.3 DATE: 06/25/18 POLICY AND OPERATING PROCEDURE PAGE: 1 of 12 SUPERSEDES: 12/29/16 SUBJECT: INTERSTATE TRANSFER INVESTIGATIONS AUTHORITY:

More information

California Code of Regulations TITLE 21. PUBLIC WORKS DIVISION 1. DEPARTMENT OF GENERAL SERVICES CHAPTER 1. OFFICE OF THE STATE ARCHITECT

California Code of Regulations TITLE 21. PUBLIC WORKS DIVISION 1. DEPARTMENT OF GENERAL SERVICES CHAPTER 1. OFFICE OF THE STATE ARCHITECT California Code of Regulations TITLE 21. PUBLIC WORKS DIVISION 1. DEPARTMENT OF GENERAL SERVICES CHAPTER 1. OFFICE OF THE STATE ARCHITECT SUBCHAPTER 2.5. VOLUNTARY CERTIFIED ACCESS SPECIALIST PROGRAM Program

More information

JEFS Judiciary Electronic Filing and Service System User Manual

JEFS Judiciary Electronic Filing and Service System User Manual JEFS Judiciary Electronic Filing and Service System User Manual Table of Contents JEFS User Manual August 12 INTRODUCTION... 4 PURPOSE... 4 Prerequisite... 4 Process Summary... 5 JEFS LOG ON... 6 STEP1:

More information

State of Florida Department of Business and Professional Regulation Board of Accountancy CPA Change of Status Application Form # DBPR CPA 7

State of Florida Department of Business and Professional Regulation Board of Accountancy CPA Change of Status Application Form # DBPR CPA 7 1 of 7 State of Florida Department of Business and Professional Regulation Board of Accountancy CPA Change of Status Application Form # DBPR CPA 7 APPLICATION CHECKLIST IMPORTANT Submit all items on the

More information

Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006

Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006 Implementing a Ground Service- Oriented Architecture (SOA) March 28, 2006 John Hohwald Slide 1 Definitions and Terminology What is SOA? SOA is an architectural style whose goal is to achieve loose coupling

More information

Pennsylvania State Registration Board for Professional Engineers, Land Surveyors and Geologists

Pennsylvania State Registration Board for Professional Engineers, Land Surveyors and Geologists This form is to be used by a first-time applicant who has PASSED the Fundamentals of Engineering (FE) examination and is pursuing an Engineering-in-Training (EIT) certificate in Pennsylvania. ALL application

More information

THE VIRTUAL COURT PROTOTYPE

THE VIRTUAL COURT PROTOTYPE THE VIRTUAL COURT PROTOTYPE BACKGROUND A new LCJB concept A key component of the LCJB Reform programme An important part of several government projects Potential to assist the modernisation of the criminal

More information

(9A05803) WEB SERVICES (ELECTIVE - III)

(9A05803) WEB SERVICES (ELECTIVE - III) 1 UNIT III (9A05803) WEB SERVICES (ELECTIVE - III) Web services Architecture: web services architecture and its characteristics, core building blocks of web services, standards and technologies available

More information

<Insert Picture Here> Click to edit Master title style

<Insert Picture Here> Click to edit Master title style Click to edit Master title style Introducing the Oracle Service What Is Oracle Service? Provides visibility into services, service providers and related resources across the enterprise

More information

Applicant will submit all documents back to the company.

Applicant will submit all documents back to the company. USPS New Hire Packet Approximate time to complete: 1 hr Due Date: within 24 hours of receiving this packet. Complete then scan or fax back to the company immediately. Company will review your packet, if

More information

COLORADO DISTRICT ATTORNEYS COUNCIL

COLORADO DISTRICT ATTORNEYS COUNCIL Getting Started, Generating Documents and How To s ACTION for USERS COLORADO DISTRICT ATTORNEYS COUNCIL (Version 2 8/15/2012) Page 0 of 134 Table of Contents Getting Started... 3 Processes... 6 Intake

More information

Web Services in Cincom VisualWorks. WHITE PAPER Cincom In-depth Analysis and Review

Web Services in Cincom VisualWorks. WHITE PAPER Cincom In-depth Analysis and Review Web Services in Cincom VisualWorks WHITE PAPER Cincom In-depth Analysis and Review Web Services in Cincom VisualWorks Table of Contents Web Services in VisualWorks....................... 1 Web Services

More information

Union Bank s NMLS REGISTRATION GUIDE. PREVIOUSLY REGISTERED Mortgage Loan Originator (MLO)

Union Bank s NMLS REGISTRATION GUIDE. PREVIOUSLY REGISTERED Mortgage Loan Originator (MLO) Union Bank s NMLS REGISTRATION GUIDE PREVIOUSLY REGISTERED Mortgage Loan Originator (MLO) Revised 4/17/2012 Table of Contents 1.0 S.A.F.E. ACT... 3 1.1 Background... 3 1.2 Registration Overview for s...

More information

RESOLUTION DIGEST

RESOLUTION DIGEST RESOLUTION 07-02-04 DIGEST Consumer Sales: Service of Process on Designated Agent Amends Business and Professions Code section 17538.5 to provide that personal service of process may be effected via delivery

More information

Management of Metadata and XML Schemas for e-justice. Pim Keizer Pim van der Eijk

Management of Metadata and XML Schemas for e-justice. Pim Keizer Pim van der Eijk Management of Metadata and XML Schemas for e-justice Pim Keizer Pim van der Eijk Content a. Background and Context b. Challenges c. Approach d. How it works e. Current Status f. Future Plans Netherlands

More information

Cover Page. NCAWARE Local Integration Mecklenburg project

Cover Page. NCAWARE Local Integration Mecklenburg project Cover Page Title: Category: State: NCAWARE Local Integration Mecklenburg project Cross-Boundary North Carolina Contact: Jeffrey M. Marecic, CIO Administrative Office of the Courts 919-890-2020 jeffrey.m.marecic@nccourts.org

More information

IEC : Implementation Profile

IEC : Implementation Profile The Standards Based Integration Company Systems Integration Specialists Company, Inc. IEC 61968 100: Implementation Profile CIM University Prague, Czech Republic May 10, 2011 Margaret Goodrich, Manager,

More information

Introduction to Web Services & SOA

Introduction to Web Services & SOA References: Web Services, A Technical Introduction, Deitel & Deitel Building Scalable and High Performance Java Web Applications, Barish Web Service Definition The term "Web Services" can be confusing.

More information

E-FILING AND ATTORNEY PORTAL USER GUIDE

E-FILING AND ATTORNEY PORTAL USER GUIDE COURT OF COMMON PLEAS & CLERK OF COURTS 1200 ONTARIO ST. CLEVELAND, OH 44113-1678 E-FILING AND ATTORNEY PORTAL USER GUIDE The information contained herein represents significant creative and analytical

More information

Cellular Site Simulator Usage and Privacy

Cellular Site Simulator Usage and Privacy Policy 609 Cellular Site Simulator Usage and Privacy 609.1 PURPOSE AND SCOPE The purpose of this policy is to set guidelines and requirements pertaining to cellular site simulator technology usage and

More information

Agent-Enabling Transformation of E-Commerce Portals with Web Services

Agent-Enabling Transformation of E-Commerce Portals with Web Services Agent-Enabling Transformation of E-Commerce Portals with Web Services Dr. David B. Ulmer CTO Sotheby s New York, NY 10021, USA Dr. Lixin Tao Professor Pace University Pleasantville, NY 10570, USA Abstract:

More information

1/29/2009. Disparity arises at every decision point in the system. Pamela Oliver Department of Sociology University of Wisconsin - Madison

1/29/2009. Disparity arises at every decision point in the system. Pamela Oliver Department of Sociology University of Wisconsin - Madison Pamela Oliver Department of Sociology University of Wisconsin - Madison African Americans have higher rates of arrest and imprisonment, that is a fact. That fact does not tell you whether the problem is

More information

Implementing the Army Net Centric Data Strategy in a Service Oriented Environment

Implementing the Army Net Centric Data Strategy in a Service Oriented Environment Implementing the Army Net Centric Strategy in a Service Oriented Environment Michelle Dirner Army Net Centric Strategy (ANCDS) Center of Excellence (CoE) Service Team Lead RDECOM CERDEC SED in support

More information

TITLE 595. DEPARTMENT OF PUBLIC SAFETY CHAPTER 10. CLASS D DRIVER LICENSES AND IDENTIFICATION CARDS AND MOTOR LICENSE AGENT PROCEDURES

TITLE 595. DEPARTMENT OF PUBLIC SAFETY CHAPTER 10. CLASS D DRIVER LICENSES AND IDENTIFICATION CARDS AND MOTOR LICENSE AGENT PROCEDURES TITLE 595. DEPARTMENT OF PUBLIC SAFETY CHAPTER 10. CLASS D DRIVER LICENSES AND IDENTIFICATION CARDS AND MOTOR LICENSE AGENT PROCEDURES RULEMAKING ACTION: EMERGENCY adoption PROPOSED RULES: Subchapter 11.

More information

Privacy Shield Policy

Privacy Shield Policy Privacy Shield Policy Catalyst Repository Systems, Inc. (Catalyst) has adopted this Privacy Shield Policy ("Policy") to establish and maintain an adequate level of Personal Data privacy protection. This

More information

Introduction to Web Services & SOA

Introduction to Web Services & SOA References: Web Services, A Technical Introduction, Deitel & Deitel Building Scalable and High Performance Java Web Applications, Barish Service-Oriented Programming (SOP) SOP A programming paradigm that

More information

Judicial Inquiry System (JIS)

Judicial Inquiry System (JIS) Judicial Inquiry System (JIS) Active Warrant Alert Calendaring System (AWACS) User Manual Office of the State Courts Administrator Created March 5, 2018 Table of Contents ABOUT THIS DOCUMENT... 3 SCOPE...

More information

Unified antiquated systems with Odyssey, advancing the statewide judiciary to an e-court environment

Unified antiquated systems with Odyssey, advancing the statewide judiciary to an e-court environment 2017 TYLER PUBLIC SECTOR EXCELLENCE AWARD WINNERS Rhode Island Judiciary Unified antiquated systems with Odyssey, advancing the statewide judiciary to an e-court environment Challenged by separate, outdated

More information

Glossary of Exchange Network Related Groups

Glossary of Exchange Network Related Groups Glossary of Exchange Network Related Groups CDX Central Data Exchange EPA's Central Data Exchange (CDX) is the point of entry on the National Environmental Information Exchange Network (Exchange Network)

More information

Marijuana Establishment Agent Card Application and Checklist

Marijuana Establishment Agent Card Application and Checklist Marijuana Establishment Agent Card Application and Checklist State of Nevada Department of Taxation For use by Marijuana Establishments Owners, Officers, Board Members, Employees, Volunteers, and Contractors

More information

Hawaii Integrated Justice Information Sharing (HIJIS) SEARCH Annual Meeting July 19, 2011

Hawaii Integrated Justice Information Sharing (HIJIS) SEARCH Annual Meeting July 19, 2011 Hawaii Integrated Justice Information Sharing (HIJIS) SEARCH Annual Meeting July 19, 2011 Presentation Topics Current and Future HIJIS Activities Background HIJIS Strategic Plan HIJIS Architecture Joins

More information

County of Louisa Department Of Fire and EMS

County of Louisa Department Of Fire and EMS County of Louisa Department Of Fire and EMS 1 Woolfolk Ave. Louisa, Virginia 23093 Phone: 540-967-3491 Fax: 540-967-3498 www.louisacounty.com VOLUNTEER SERVICE APPLICATION Dear Applicant: You must complete

More information

Sonoma County s System-wide Efforts to Improve the Broader Criminal Justice System

Sonoma County s System-wide Efforts to Improve the Broader Criminal Justice System Sonoma County s System-wide Efforts to Improve the Broader Criminal Justice System Jennifer Murray, Deputy County Administrator Tom Schwedhelm, Santa Rosa Chief of Police Robert Ochs, Chief Probation Officer

More information

General considerations for data elements

General considerations for data elements Assumptions and expectations This data exchange is only intended for criminal case initiations from Law Enforcement to Clerk, Jail to Clerk, or State Attorney to Clerk All data exchanges will utilize encrypted

More information

Waste Transportation Safety Program. New and Renewal Act 90 Authorization Online Greenport Application Instructions.

Waste Transportation Safety Program. New and Renewal Act 90 Authorization Online Greenport Application Instructions. Waste Transportation Safety Program New and Renewal Act 90 Authorization Online Greenport Application Instructions www.depgreenport.state.pa.us 1 DEP Greenport Homepage Benefits of Greenport User information

More information

PRELIMINARY - PENDING APPROVAL

PRELIMINARY - PENDING APPROVAL Commonwealth of Virginia Department of Professional and Occupational Regulation 9960 Mayland Drive, Suite 400 Richmond, Virginia 23233-1485 (804) 367-8506 www.dpor.virginia.gov BOARD FOR ARCHITECTS, PROFESSIONAL

More information

TITLE SOCIAL MEDIA AND COLLABORATION POLICY

TITLE SOCIAL MEDIA AND COLLABORATION POLICY DATE 9/20/2010 TITLE 408.01 SOCIAL MEDIA AND COLLABORATION POLICY ORG. AGENCY Department of Communications Approved AFT As more and more citizens in our community make the shift towards, or include the

More information

IN THE COURT OF COMMON PLEAS OF CLEARFIELD COUNTY, PENNSYLVANIA CIVIL DIVISION CRIMINAL RECORD / ABUSE HISTORY VERIFICATION

IN THE COURT OF COMMON PLEAS OF CLEARFIELD COUNTY, PENNSYLVANIA CIVIL DIVISION CRIMINAL RECORD / ABUSE HISTORY VERIFICATION IN THE COURT OF COMMON PLEAS OF CLEARFIELD COUNTY, PENNSYLVANIA CIVIL DIVISION CRIMINAL RECORD / ABUSE HISTORY VERIFICATION You must enter this information exactly as it appears on the custody complaint

More information

Kansas ecitation Submission Service Service Description Document

Kansas ecitation Submission Service Service Description Document Kansas ecitation Submission Service Service Description Document v 1.0.0 July 15, 2011 Page 1 Table of Contents Document Introduction... 4 ECitation Data Submission Service Overview... 6 Purpose... 6 Scope...

More information

Pittsburgh Municipal Courts Preliminary Hearing Calendar User Guide and Manual

Pittsburgh Municipal Courts Preliminary Hearing Calendar User Guide and Manual Pittsburgh Municipal Courts Preliminary Hearing Calendar User Guide and Manual The manual will describe the procedure necessary to complete the following tasks. Attorney Profile Creation and Login 2 Public

More information

Dane County Criminal Justice Council Data-Sharing Project Progress Report

Dane County Criminal Justice Council Data-Sharing Project Progress Report Dane County Criminal Justice Council Data-Sharing Project Progress Report February 2018 Prepared for Dane County Criminal Justice Council Dane County, Wisconsin The Dane County Criminal Justice Council

More information

Law Enforcement Recommended RAA Amendments and ICANN Due Diligence Detailed Version

Law Enforcement Recommended RAA Amendments and ICANN Due Diligence Detailed Version Date: 18 October 2010 Law Enforcement Recommended RAA Amendments and ICANN Due Diligence Detailed Version Introduction: Below are: 1) suggested amendments to the RAA and; 2) due diligence recommendations

More information

APPLICATION CHECKLIST IMPORTANT Submit all items on the checklist below with your application to ensure faster processing. APPLICATION REQUIREMENTS

APPLICATION CHECKLIST IMPORTANT Submit all items on the checklist below with your application to ensure faster processing. APPLICATION REQUIREMENTS 1 of 12 State of Florida Department of Business and Professional Regulation Building Code Administrators and Inspectors Board Application for Provisional Certificate- Building Code Administrator Form #

More information

Integration Framework. Architecture

Integration Framework. Architecture Integration Framework 2 Architecture Anyone involved in the implementation or day-to-day administration of the integration framework applications must be familiarized with the integration framework architecture.

More information

Comprehensive Case Information System (CCIS) 2017 Regional Training Workshops

Comprehensive Case Information System (CCIS) 2017 Regional Training Workshops Comprehensive Case Information System (CCIS) 2017 Regional Training Workshops CCIS Background CCIS Comprehensive Case Information System Statewide Court Case Data and Records Florida Statute - 28.24(12)(e)

More information

Identity Theft Victim s Complaint and Affidavit

Identity Theft Victim s Complaint and Affidavit Average time to complete: 10 minutes Identity Theft Victim s Complaint and Affidavit A voluntary form for filing a report with law enforcement, and disputes with credit reporting agencies and creditors

More information

CJIS Advisory Policy Board. Disposition Task Force. SEARCH 2011 Winter Membership Meeting

CJIS Advisory Policy Board. Disposition Task Force. SEARCH 2011 Winter Membership Meeting CJIS Advisory Policy Board Disposition Task Force 1 History The APB discussed the issue of incomplete records and the need to include courts in future discussions The APB recommended the formation of a

More information

European Interoperability Reference Architecture (EIRA) overview

European Interoperability Reference Architecture (EIRA) overview European Interoperability Reference Architecture (EIRA) overview Version 0.8.3 beta 09/01/2015 ISA Action 2.1: European Interoperability Architecture Specific Contract N. 54 Framework contract N. DI/07171

More information

Personal. Name Last: First: Middle: City: State: Zip: Contact numbers Home ( ) - Work ( ) - Other ( ) - Cell ( ) -

Personal. Name Last: First: Middle: City: State: Zip: Contact numbers Home ( ) - Work ( ) - Other ( ) - Cell ( ) - Black Hawk Police Department Background Questionnaire Personal Name Last: First: Middle: Other names you have been known by: Address where you reside Street: Apt/unit/PO Box: City: State: Zip: Mailing

More information

Union Bank s NMLS REGISTRATION GUIDE. UNREGISTERED Mortgage Loan Originator (MLO)

Union Bank s NMLS REGISTRATION GUIDE. UNREGISTERED Mortgage Loan Originator (MLO) Union Bank s NMLS REGISTRATION GUIDE UNREGISTERED Mortgage Loan Originator (MLO) Revised 4/17/2012 Table of Contents 1.0 S.A.F.E. ACT... 3 1.1 Background... 3 1.2 Registration Overview... 3 1.3 Expenses...

More information

HTNG Web Services Product Specification. Version 2011A

HTNG Web Services Product Specification. Version 2011A HTNG Web Services Product Specification Version 2011A About HTNG Hotel Technology Next Generation ( HTNG ) is a nonprofit organization with global scope, formed in 2002 to facilitate the development of

More information

Please provide us with your current information below. Your personal information is required in order for us to properly process your dispute.

Please provide us with your current information below. Your personal information is required in order for us to properly process your dispute. Consumer Dispute In accordance with FCRA guidelines, your dispute investigation will be completed within thirty days. A Trusted Employees representative will contact you if we require further information

More information

Identity Provider for SAP Single Sign-On and SAP Identity Management

Identity Provider for SAP Single Sign-On and SAP Identity Management Implementation Guide Document Version: 1.0 2017-05-15 PUBLIC Identity Provider for SAP Single Sign-On and SAP Identity Management Content 1....4 1.1 What is SAML 2.0.... 5 SSO with SAML 2.0.... 6 SLO with

More information

GJXDM Information Exchange Package Methodology Naming & Design Rules (MNDR) Presented by

GJXDM Information Exchange Package Methodology Naming & Design Rules (MNDR) Presented by GJXDM Information Exchange Package Methodology Naming & Design Rules (MNDR) Presented by John Ruegg County of Los Angeles Information Systems Advisory Body GJXDM User Conference - June, 2005 You have a

More information

SAT for eid [EIRA extension]

SAT for eid [EIRA extension] SAT for eid [EIRA extension] eid Solution Architecture Template (SAT) v1.0.0 ISA² Action 2.1 - European Interoperability Architecture Page 1 of 1 Change control Modification Details Version 1.0.0 Migration

More information

Topic LE /GAC position Registrar Position Agreement in Principle 1. Privacy and Proxy services

Topic LE /GAC position Registrar Position Agreement in Principle 1. Privacy and Proxy services Topic LE /GAC position Registrar Position Agreement in Principle 1. Privacy and Proxy services 2. Prohibition of Certain Illegal, Criminal or Malicious Conduct In the event ICANN establishes an accreditation

More information

Oracle SOA Suite 10g: Services Orchestration

Oracle SOA Suite 10g: Services Orchestration Oracle University Contact Us: 01 800 214 0697 Oracle SOA Suite 10g: Services Orchestration Duration: 5 Days What you will learn This course deals with the basic concepts of Service Orchestration (SOA)

More information

Motorola Mobility Binding Corporate Rules (BCRs)

Motorola Mobility Binding Corporate Rules (BCRs) Motorola Mobility Binding Corporate Rules (BCRs) Introduction These Binding Privacy Rules ( Rules ) explain how the Motorola Mobility group ( Motorola Mobility ) respects the privacy rights of its customers,

More information

Frequently Asked Questions Electronic Filing

Frequently Asked Questions Electronic Filing SECOND JUDICIAL DISTRICT COURT WASHOE COUNTY STATE OF NEVADA Frequently Asked Questions Electronic Filing Revised February 17, 2017 Who can efile? Anyone can efile, if they have an account. If you are

More information

Ellipse Web Services Overview

Ellipse Web Services Overview Ellipse Web Services Overview Ellipse Web Services Overview Contents Ellipse Web Services Overview 2 Commercial In Confidence 3 Introduction 4 Purpose 4 Scope 4 References 4 Definitions 4 Background 5

More information

Oracle Service Bus. 10g Release 3 (10.3) October 2008

Oracle Service Bus. 10g Release 3 (10.3) October 2008 Oracle Service Bus Tutorials 10g Release 3 (10.3) October 2008 Oracle Service Bus Tutorials, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle and/or its affiliates. All rights reserved. This software

More information

Judicial Department Statewide IT Operations

Judicial Department Statewide IT Operations Judicial Department Statewide IT Operations Report to the Joint Legislative Oversight Committee on Information Technology Presented by Gregg Stahl, Senior Deputy Director October 6, 2011 Organizational

More information

J2EE APIs and Emerging Web Services Standards

J2EE APIs and Emerging Web Services Standards J2EE APIs and Emerging Web Services Standards Session #4 Speaker Title Corporation 1 Agenda J2EE APIs for Web Services J2EE JAX-RPC APIs for Web Services JAX-RPC Emerging Web Services Standards Introduction

More information

Token Sale Privacy Policy

Token Sale Privacy Policy Token Sale Privacy Policy PRIVACY POLICY LAST UPDATED ON: [11 SEP 2018] A. OVERVIEW You must read the entirety of this Privacy Policy carefully before making any decision to purchase Tokens. You must also

More information

Advisory Commission on the Administration of Justice April 19, Julie Butler Division Administrator. Dedication, Pride, Service

Advisory Commission on the Administration of Justice April 19, Julie Butler Division Administrator. Dedication, Pride, Service Advisory Commission on the Administration of Justice Julie Butler Division Administrator Dedication, Pride, Service Statutory Authority Housed within the General Services Division of DPS (NRS 480.130,

More information

: ESB Implementation Profile

: ESB Implementation Profile The Standards Based Integration Company Systems Integration Specialists Company, Inc. 61968 1-1: ESB Implementation Profile CIM University CESI/TERNA Milan, Italy June 15, 2010 Margaret Goodrich, Manager,

More information

Privacy Policy. Effective: March 16, 2018.

Privacy Policy. Effective: March 16, 2018. Privacy Policy Effective: March 16, 2018. This Privacy Policy ( Privacy Policy ) applies only to the websites and online products and services controlled by Midwest Real Estate Data LLC ( MRED, we, us

More information

Web Services Development for IBM WebSphere Application Server V7.0

Web Services Development for IBM WebSphere Application Server V7.0 000-371 Web Services Development for IBM WebSphere Application Server V7.0 Version 3.1 QUESTION NO: 1 Refer to the message in the exhibit. Replace the??? in the message with the appropriate namespace.

More information

OFFICE OF THE PROSECUTING ATTORNEY DANIEL R. LUTZ 215 N. GRANT STREET WOOSTER, OHIO BAD CHECK PACKET

OFFICE OF THE PROSECUTING ATTORNEY DANIEL R. LUTZ 215 N. GRANT STREET WOOSTER, OHIO BAD CHECK PACKET OFFICE OF THE PROSECUTING ATTORNEY DANIEL R. LUTZ 215 N. GRANT STREET WOOSTER, OHIO 44691 330-287-5633 BAD CHECK PACKET Requirements for Prosecution - Non-sufficient Funds (NSF) Checks: 1) Check must have

More information

Address: 730 Simms, Suite #109, Golden, CO Digital Government: Government to Citizen (G to C)*

Address: 730 Simms, Suite #109, Golden, CO Digital Government: Government to Citizen (G to C)* NASCIO Nomination Form Title of Nomination: Colorado Integrated Criminal Justice Information System (CICJIS) Project/System Manager: Theresa Brandorff Job Title: Agency: Chief Information Officer Colorado

More information

NGI and Rap Back Focus Group Briefing

NGI and Rap Back Focus Group Briefing NGI and Rap Back Focus Group Briefing 2012 SEARCH Annual Membership Group Meeting July 17-19 Brad Truitt Rachel Tucker John Kane 1 Introduction Welcome NGI Update Rap Back Overview/Update Rap Back Focus

More information

Prescription Monitoring Program Information Exchange (PMIX) Architecture. Version 1.0. April 2012

Prescription Monitoring Program Information Exchange (PMIX) Architecture. Version 1.0. April 2012 Prescription Monitoring Program Information Exchange (PMIX) Architecture Version 1.0 April 2012 Developed in conjunction with: TABLE OF CONTENTS 1 Document Purpose... 5 2 Document Scope... 5 3 Background...

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: 1.800.529.0165 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course covers designing and developing SOA composite applications

More information

Introduction. Prepared by: ICANN Org Published on: 12 January 2018

Introduction. Prepared by: ICANN Org Published on: 12 January 2018 Proposed Interim Models for Compliance with ICANN Agreements and Policies in Relation to the European Union s General Data Protection Regulation For Discussion Prepared by: ICANN Org Published on: 12 January

More information

Collaboration Trail - how Corrections information is shared. CTA 2014 Application and Collaboration Presentation and Q&A June 3, 2014

Collaboration Trail - how Corrections information is shared. CTA 2014 Application and Collaboration Presentation and Q&A June 3, 2014 Collaboration Trail - how Corrections information is shared CTA 2014 Application and Collaboration Presentation and Q&A June 3, 2014 Agenda Introductions Why Collaborate? Along the Collaboration Trail

More information

Canada Education Savings Program

Canada Education Savings Program Version Number: 5.0 Version Date: August 6, 2007 Version History Version Release Date Description R 1.0 September 30, 1998 Initial version for HRSDC internal reviews. D 2.0 March 15, 1999 Ongoing updates.

More information

APPLICATION FOR EMPLOYMENT

APPLICATION FOR EMPLOYMENT APPLICATION FOR EMPLOYMENT Full-Time Reserve/ Public Meters Police Officer Special Officer Safety Dispatcher Enforcement (Check one or more than one) 1) The forms shall be typewritten or printed in blue

More information

Computer Security Incident Response Plan. Date of Approval: 23-FEB-2014

Computer Security Incident Response Plan. Date of Approval: 23-FEB-2014 Computer Security Incident Response Plan Name of Approver: Mary Ann Blair Date of Approval: 23-FEB-2014 Date of Review: 31-MAY-2016 Effective Date: 23-FEB-2014 Name of Reviewer: John Lerchey Table of Contents

More information

Policies, Notices, & Instructions Minnesota Trial Court Public Access (MPA) Remote View For Use with MPA Remote on the Internet

Policies, Notices, & Instructions Minnesota Trial Court Public Access (MPA) Remote View For Use with MPA Remote on the Internet Policies, Notices, & Instructions Minnesota Trial Court Public Access (MPA) Remote View For Use with MPA Remote on the Internet Copyright 2007, 2008 by the State of Minnesota, State Court Administrator's

More information

Proposed Revisions to ebxml Technical Architecture Specification v ebxml Business Process Project Team

Proposed Revisions to ebxml Technical Architecture Specification v ebxml Business Process Project Team 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 Proposed Revisions to ebxml Technical Architecture Specification v1.0.4 ebxml Business Process Project Team 11

More information