Basics of Electronic Data Exchange: XML and EDI

Size: px
Start display at page:

Download "Basics of Electronic Data Exchange: XML and EDI"

Transcription

1 Presenter Monique L. Snowden Director of Enrollment Research & Technology Texas A&M University AAACRO SPEEDE Committee, Chair-elect

2 Session Description This is an introduction to the electronic exchange of student data using approved EDI and XML standards. Basic concepts and benefits of EDI and XML will be described in this non-technical session for beginners. Included will be a discussion of how to choose between EDI and XML-- comparisons, contrasts and interoperability. Intended Audience: New to the profession ANSCI (American National Standards Institute) X12 EDI: 130 Student Educational Record 131 Student Educational Record Acknowledgment 146 Request for Student Educational Record 147 Response to Request for Student Educational Record 189 Application for Admissions PESC (Postsecondary Education Standards Council) XML: College Transcript High School Transcript

3 The primary goal is to go from this Sender Receiver Data File Re-key Data Transcript Conventional Mail Transcript Request Processed Recipient Data Files

4 Coded To: Student Data File Sender Standard Format To this Secure Network Receiver Standard Format Decoded From: Recipient Data Files Request Processed Request Transfer Complete

5 The structuring problem Interchangeable files attempting to transfer a file only to discover that the recipient can t read the format you used Forces developers to use same tools Limits types of tools used in the organization Limits developer/knowledge worker productivity Customized page layouts limited in accessing web content via different devices Forces web authors to provide different pages for each mode of access Limits devices for accessing pages Limits reach to client-base

6 The structuring problem Business Integration inefficient or absence of integrated applications and databases Impedes connectivity between different applications and databases Limits the coherent view of information for a particular function/area Trading partner coordination interpretation of data/information Impedes the agreement of terms of the trading relationship Impedes the agreement of polices to apply during trading Impedes the automation of processing of data received

7 The structuring problem Each party accessing data may have different perspectives of what that data means Geographic colloquialisms Professional jargon Different languages The more parties involved the data the greater the opportunity for misinterpretation Many application developed for distributed networks Greater reach of networks = greater opportunity for data exchange problems

8 AACRAO SPEEDE Committee The AACRAO SPEEDE Committee develops and assists with the implementation and approval of standards for electronic data exchange for student transcripts, admission applications, and other educational records. Standardization of Postsecondary Education Electronic Data Exchange Standards are Essential! SPEEDE has been actively involved in the development and approval of EDI & XML standards

9 Imagine a world without Standards no order

10 Imagine a world without Standards no consistency

11 When and Why Electronic Data Exchange Standards? Is your data handling redundant, inefficient, inconsistent frustrating? Data standards facilitate the leveraging of efficiency, quality and transparency of electronic data exchange. Do you want to improve the quality of information? reduce costs? sharpen competitive strengths? increase trading partners? increased security? improve your customers experience?

12 Do you want prove to your leadership that the return on investment in technology is achievable - not elusive? Today s leaders in higher education are using data standards, resources, guidance, and collaborative environments to draw blueprints for tomorrow s success!

13 The Introduction: EDI EDI stands for Electronic Data Interchange Organizations that send or receive documents to and/or from each other are referred to as "trading partners Many view EDI from the technical perspective that EDI is a data format EDI is a system for exchanging business documents with external entities, and integrating the data from those documents into an organization s internal systems

14 The Promise: EDI electronic transmission of standard business documents in a predetermined format from one company s business computer application to it s trading partners business computer application. - Cannon, 1993 EDI was first developed by the automobile/transportation industry in the 1960s. Today, it is widely used in a variety of industries, including distribution, finance and accounting, health care, manufacturing, purchasing, retail, tax form filing, and shipping and Higher Education. EDI is a subset of electronic commerce that encompasses the exchange of business information in a standardized electronic form (layout). EDI is still used for the vast majority of electronic commerce transactions in the world

15 An Example EDI Transmission ST!189! \ BGN!00! ! !1830!CT\ N1!AS!!ZZ!ADAPP\ N1!AT!!73!999999\ REF!48! !FFRESHMAN APPLICATION ID\ DTP!196!CM!200709\ REF!SY! !STUDENT REPORTED SSN\ IN1!1!02\ IN2!05!SMITH\ IN2!02!JOHN\ IN2!03!ADAM\ REF!PSM! ! V JOHN A SMITH\ DMG!D8! !M!I!E!1!!8\ IND!!AZ!!TEMPE\ N3!1234 CANYON LN\ N4!TEMPE!AZ!85280!!CY!013MARICOPA\ N3!LOCAL SAME AS PERMANENT\ COM!HP! \ COM!CP! \ COM!EM!aspiringstudent@gmail.com\ ST = Start BGN = Begin N1 = Name REF = Reference DTP = Date and Time Period IN1 = Individual Identification IN2 = Individual Name Structure DMG = Demographic IND = Individual Info N3 = Address Info N4 = Geographic Location COM = Communication and Contact Info

16 The Introduction: XML XML stands for EXtensible Markup Language A markup language combines text and extra information about the text. The extra information about the text's structure or presentation is expressed using markup, which is intermingled with the primary text. The term "markup" is derived from the traditional publishing practice of "marking up" a manuscript, that is, adding printer's instructions in the margins of a paper manuscript. For centuries, this task was done by specialists known as "markup men" who marked up text to indicate what typeface, font, style, and size should be applied to each part, and then handed off the manuscript to someone else for the tedious task of typesetting by hand.

17 The Promise: XML In the early 1980s, the idea that markup should be focused on the structural aspects of a document and leave the visual presentation of that structure to the interpreter led to the creation of Standardized General Markup Language (SGML) In the early 1990s, HTML was designed for formatting text on a Web page Adequate for web page layout Inadequate for describing the data e.g. author, document and subject Inadequate for data analysis e.g. web server and format of data returned XML simplifies SGML by focusing on a particular problem documents on the Internet XML like SGML is a meta-language that allows users to create any tags needed (thus it's extensible) and then describe those tags and their permitted uses. Key Point: XML was designed to describe data

18 An Example XML Document <?xml version="1.0" encoding="utf-8"?> <Recipe name="bread" prep_time="5 mins" cook_time="3 hours> <title>basic bread</title> <ingredient amount="3" unit="cups">flour</ingredient> <ingredient amount="0.25" unit="ounce">yeast</ingredient> <ingredient amount="1.5" unit="cups">warm Water</ingredient> <ingredient amount="1" unit="teaspoon">salt</ingredient> <Instructions> <step>mix all ingredients together, and knead thoroughly.</step> <step>cover with a cloth, and leave for one hour in warm room.</step> <step>knead again, place in a tin, and then bake in the oven.</step> </Instructions> </Recipe>

19 EDI & XML: Compared and Contrasted Functional group, transaction set, header, detail, summary EDI transaction set (TS) made up of: Segments in predefined order (e.g., an address) Each segment made up of related data fields (e.g., street number) in specific order Each data field is defined by data type (e.g. character, numeric) and codes which can be used XML schema made up of: Simple and complex elements, analogous to segments and data fields

20 EDI & XML: Compared and Contrasted EDI is a well-established technology for automating processing and document interchange XML is an emerging standard designed to simplify Web-based transactions EDI documents are typically in a compressed, machine-only readable form XML is an open human-readable, text format EDI was traditionally built from the ground up without being able to share resources XML is being developed w/low-cost tools and open source projects EDI typically requires dedicated servers XML requires a reliable PC with an Internet connection EDI can involve high transaction based costs higher education solution Texas Server XML in Internet-based has low ongoing flat-rate costs

21 EDI & XML: Interoperability Many organizations who embrace both EDI and XML, started out in the EDI arena years and in some cases, decades ago There is a significant investment and mass built around EDI EDI will not simply disappear and be replaced by XML Many organizations create gateways and interconnectivity between EDI and XML, so that the two fronts of data exchange are available and interoperable for their business needs. The motivation for EDI organizations to utilize XML has resulted from the recognition that it is an effective method for broadening the group of trading partners including those who may not currently use EDI

22 Things to consider Business Needs trade, share, intra-, inter- Trading Partners Openness Scalability influence of volume Acceptance software vendors

23 Questions??? Monique L. Snowden Director of Information Technology Texas A&M University Office of Admissions and Records 0200 TAMU College Station, Texas (979) voice (979) fax

ELECTRONIC TRANSCRIPT EXCHANGES AT THE UNIVERSITY OF ARIZONA

ELECTRONIC TRANSCRIPT EXCHANGES AT THE UNIVERSITY OF ARIZONA ELECTRONIC TRANSCRIPT EXCHANGES AT THE UNIVERSITY OF ARIZONA Beth Acree Assistant Vice President, Enrollment Management acree@email.arizona.edu Deborah Thompson Director, Student Affairs Systems Group

More information

How TO Get Started: EDI Step-BY

How TO Get Started: EDI Step-BY How TO Get Started: EDI Step-BY BY-Step Date: 3/2/2007 1pm 2pm Session ID: 329 1 Tuan Anh Do DBA/Systems Analyst San Francisco State University Doey@sfsu.edu My Experiences with EDI Member SPEEDE Committee

More information

EDI Compliance Report

EDI Compliance Report The EDI Deenvelope business processes (that is, X12Deenvelope, EDIFACTDeenvelope, CIIDeenvelope) perform a compliance check to verify absolute adherence to the supported EDI standards, including ANSI X12,

More information

In-Network Translation User s Guide

In-Network Translation User s Guide GXS EDI Services In-Network Translation User s Guide GC34-3282-02 Third Edition (November 2005) This book replaces GC34-3282-01. Copyright GXS, Inc. 1998, 2005. All rights reserved. Government Users Restricted

More information

Collaboration Protocol Agreement Guide. Public Health Information Network Messaging System (PHINMS)

Collaboration Protocol Agreement Guide. Public Health Information Network Messaging System (PHINMS) Collaboration Protocol Agreement Guide Public Health Information Network Messaging System (PHINMS) Version: 1.0.0 Prepared by: U.S. Department of Health & Human Services Date: April 15, 2008 EXECUTIVE

More information

Week 11: MIS 3537: Internet and Supply Chains

Week 11: MIS 3537: Internet and Supply Chains Week 11: and Case MIS 3537: Internet and Supply Chains and 2003 - Present Week 11: Supply Chain IT Standards MIS 3537: Internet and Supply Chains Learning Objectives Electronic Data Interchange: EDI RosettaNet

More information

The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc.

The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc. The Document Review Process: Automation of your document review and approval A White Paper BP Logix, Inc. The Document Review Process A document encompasses many forms technical documentation, product

More information

www.rbs.co.uk Delivering electronic invoicing for accounts payable and receivable

www.rbs.co.uk Delivering electronic invoicing for accounts payable and receivable www.rbs.co.uk Delivering electronic invoicing for accounts payable and receivable 2 Management summary Since 1997, the internet revolution has laid the foundations for a better business environment. Many

More information

e-business Frameworks based on MDA

e-business Frameworks based on MDA e-business Frameworks based on MDA Haeng-Kon Kim Abstract In this paper, we survey and analyze the actual conditions of EDI system for B2B business of transport companies in Korea. As the result of our

More information

Purpose... 2. What is EDI X12... 2. EDI X12 standards and releases... 2. Trading Partner Requirements... 2. EDI X12 Dissected... 3

Purpose... 2. What is EDI X12... 2. EDI X12 standards and releases... 2. Trading Partner Requirements... 2. EDI X12 Dissected... 3 Beginners Guide to EDI X12 (including HIPAA) Copyright 2006-2011 Etasoft Inc. Main website http://www.etasoft.com Products website http://www.xtranslator.com Purpose... 2 What is EDI X12... 2 EDI X12 standards

More information

DOCUMENTS ON WEB OBJECTIVE QUESTIONS

DOCUMENTS ON WEB OBJECTIVE QUESTIONS MODULE 11 DOCUMENTS ON WEB OBJECTIVE QUESTIONS There are 4 alternative answers to each question. One of them is correct. Pick the correct answer. Do not guess. A key is given at the end of the module for

More information

Legislative Council Panel on Commerce and Industry

Legislative Council Panel on Commerce and Industry Legislative Council Panel on Commerce and Industry Upgrading and enhancement of Government s back-end computer system for electronic data interchange services Purpose This paper seeks Members support for

More information

XML-Based Business-to-Business E-Commerce

XML-Based Business-to-Business E-Commerce 62-01-97 XML-Based Business-to-Business E-Commerce Michael Blank MOST COMPANIES HAVE ALREADY RECOGNIZED THE BENEFITS of doing business electronically. E-commerce takes many forms and includes supply chain

More information

Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface

Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface Managing DICOM Image Metadata with Desktop Operating Systems Native User Interface Chia-Chi Teng, Member, IEEE Abstract Picture Archiving and Communication System (PACS) is commonly used in the hospital

More information

Ultramar Ltd IMPLEMENTATION GUIDE

Ultramar Ltd IMPLEMENTATION GUIDE IMPLEMENTATION GUIDE for electronic data interchange November 2002 TABLE OF CONTENTS INTRODUCTION... 1 KEY CONTACTS... 1 EDI STANDARDS... 1 DOCUMENT PROCESSING FREQUENCY... 1 RESPONSIBILITY FOR COMMUNICATION

More information

Overview: FedPayments Reporter Interface to Online Banking Cash Management Systems

Overview: FedPayments Reporter Interface to Online Banking Cash Management Systems Overview: FedPayments Reporter Interface to Online Banking Cash Management Systems Revised 9/16/2015 Contents Brief FedPayments Reporter Service Overview Interface with online banking cash management systems

More information

Electronic Commerce. 6. Electronic Data Interchange and XML. V Rajaraman

Electronic Commerce. 6. Electronic Data Interchange and XML. V Rajaraman Electronic Commerce 6. Electronic Data Interchange and XML V Rajaraman B2B e-commerce requires participating businesses to exchange business forms such as purchase order and invoice electronically without

More information

The Great Atlantic & Pacific Tea Co., Inc. Imaging and Workflow Automation (IWA) Vendor Guide to Electronic Invoicing

The Great Atlantic & Pacific Tea Co., Inc. Imaging and Workflow Automation (IWA) Vendor Guide to Electronic Invoicing The Great Atlantic & Pacific Tea Co., Inc. Imaging and Workflow Automation (IWA) Vendor Guide to Electronic Invoicing Version 1.0 April, 2007 Table of Contents Table of Contents... 2 1. Introduction...

More information

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract A Web services solution for Work Management Operations Venu Kanaparthy Dr. Charles O Hara, Ph. D Abstract The GeoResources Institute at Mississippi State University is leveraging Spatial Technologies and

More information

Top 10 Questions to Ask when Choosing a Secure File Transfer Solution

Top 10 Questions to Ask when Choosing a Secure File Transfer Solution Top 10 Questions to Ask when Choosing a Secure File Transfer Solution Top 10 Questions to Ask when Choosing a Secure File Transfer Solution Companies that have made an investment in a Secure File Transfer

More information

XML Trust Services. White Paper

XML Trust Services. White Paper XML Trust Services White Paper Contents Executive Summary 1 I. Introduction 2 A. Why XMLPay? 2 B. XMLPay Benefits 3 II. How XMLPay Is Used In B2C Payments 3 III. How XMLPay is Used in B2B Payments 4 IV.

More information

PCRecruiter Internal Email Client

PCRecruiter Internal Email Client PCRecruiter Internal Email Client The standard email buttons on contact record screens and lists allow PCRecruiter users to send email out to any contact in the database. However, if you are using PCRecruiter

More information

Lessons Learned from the History of Interoperable B2B Communication

Lessons Learned from the History of Interoperable B2B Communication Lessons Learned from the History of Interoperable B2B Communication By Rik Drummond and Beth Morrow 2007 Drummond Group Inc. All rights reserved. 1 If you would understand anything, observe its beginning

More information

Mobile Apps for Business to Business Commerce

Mobile Apps for Business to Business Commerce Mobile Apps for Business to Business Commerce MAS 490: Theory and Practice of Mobile Apps Professor John F. Clark What is B2B? Business-to-business (B2B) describes commerce transactions between businesses,

More information

Arkansas Blue Cross Blue Shield EDI Report User Guide. May 15, 2013

Arkansas Blue Cross Blue Shield EDI Report User Guide. May 15, 2013 Arkansas Blue Cross Blue Shield EDI Report User Guide May 15, 2013 Table of Contents Table of Contents...1 Overview...2 Levels of Editing...3 Report Analysis...4 1. Analyzing the Interchange Acknowledgment

More information

ELECTRONIC DATA INTERCHANGE

ELECTRONIC DATA INTERCHANGE Electronic Data Interchange 6CHAPTER ELECTRONIC DATA INTERCHANGE LEARNING OBJECTIVES During this chapter, we will learn: What is EDI? EDI Software EDI Services EDI Standards 6.1 INTRODUCTION Processing

More information

Voicemail. Advanced User s Guide. Version 2.0

Voicemail. Advanced User s Guide. Version 2.0 Advanced User s Guide Version 2.0 Contents Introduction to the Documentation... 3 About the Documentation... 3 Ifbyphone on the Web... 3 Logging in to your ifbyphone Account... 3 Setting Up a Voice Mailbox...

More information

Outsourced EDI Services

Outsourced EDI Services Outsourced EDI Services E-COMMERCE FOR SMALL & MID-SIZED BUSINESSES AN OUTSOURCED, INTERNET-BASED SERVICE SPS Commerce s Outsourced Electronic Data Interchange (EDI) Services quickly enable your organization

More information

Florida Blue Health Plan

Florida Blue Health Plan FLORIDA BLUE HEALTH PLAN COMPANION GUIDE Florida Blue Health Plan ANSI 276/277- Health Care Claim Status Inquiry and Response Standard Companion Guide Refers to the Technical Report Type Three () of 005010X212A1

More information

ITEM FOR FINANCE COMMITTEE

ITEM FOR FINANCE COMMITTEE For discussion on 8 March 2002 FCR(2001-02)66 ITEM FOR FINANCE COMMITTEE CAPITAL WORKS RESERVE FUND HEAD 710 - COMPUTERISATION Government Secretariat : Commerce and Industry Bureau Subhead A008XV Electronic

More information

The Complete SPEEDE Suite for Electronic Exchanges of Student Information. July 2010. Kansas City, MO

The Complete SPEEDE Suite for Electronic Exchanges of Student Information. July 2010. Kansas City, MO The Complete SPEEDE Suite for Electronic Exchanges of Student Information Session ID 013 AACRAO Technology Conference July 2010 Kansas City, MO SPEEDE A Professional Development Committee of AACRAO American

More information

ICT Year 8 Unit 8.1 Publishing on the web

ICT Year 8 Unit 8.1 Publishing on the web ICT Year 8 Unit 8.1 Publishing on the web About this Unit: In this unit pupils use web technology to design and create a website for a virtual visit to a school. Groups of four pupils design and implement

More information

EDI 101 An Introduction to EDI. NewEDI 1

EDI 101 An Introduction to EDI. NewEDI 1 EDI 101 An Introduction to EDI NewEDI 1 Table of Contents Introduction...3 What is EDI?...4 How EDI Works...7 Why Use EDI...9 What EDI Solutions are Available?...11 Need More Help?...13 Glossary of EDI

More information

HDX/ICC EasyEDI: Frequently Asked Questions

HDX/ICC EasyEDI: Frequently Asked Questions HDX/ICC EasyEDI: Frequently Asked Questions Including: What is EDI? What Are The Benefits Of EDI? How Does EDI Work? What is an EDI Network or VAN? Is HDX a VAN? Does My Business System Support HDX Services

More information

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings

Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings Increasing the Productivity and Efficiency of Business Transactions with Microsoft Business Solutions Navision Intercompany Postings White Paper Published: May 2004 Contents Introduction...1 Streamlining

More information

Understand the strategic arrangement of IS/IT in modern organisations. Week 3 IT Architecture and Infrastructure. Lecture objectives

Understand the strategic arrangement of IS/IT in modern organisations. Week 3 IT Architecture and Infrastructure. Lecture objectives IMS9043 IT in Organisations Lecture objectives Week 3 IT Architecture and Infrastructure Understand the strategic arrangement of IS/IT in modern organisations 1 2 Information Systems & People Information

More information

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols

Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 3. Internet : the vast collection of interconnected networks that all use the TCP/IP protocols E-Commerce Infrastructure II: the World Wide Web The Internet and the World Wide Web are two separate but related things Oct 15, 2004 www.dcs.bbk.ac.uk/~gmagoulas/teaching.html 1 Outline The Internet and

More information

This document has been provided as a courtesy to anyone who wants to learn more about EDI and how it applies to their TrueCommerce solution.

This document has been provided as a courtesy to anyone who wants to learn more about EDI and how it applies to their TrueCommerce solution. EDI Overview A practical guide to EDI and the TrueCommerce solution This document has been provided as a courtesy to anyone who wants to learn more about EDI and how it applies to their TrueCommerce solution.

More information

Introduction to Web Services

Introduction to Web Services Department of Computer Science Imperial College London CERN School of Computing (icsc), 2005 Geneva, Switzerland 1 Fundamental Concepts Architectures & escience example 2 Distributed Computing Technologies

More information

1 EDI Source, Inc. 31875 Solon Road Solon, OH 44139 877.334.1334 Fax: 440.542.9370 www.1edisource.com EDI 101. An Introductory Guide to EDI

1 EDI Source, Inc. 31875 Solon Road Solon, OH 44139 877.334.1334 Fax: 440.542.9370 www.1edisource.com EDI 101. An Introductory Guide to EDI 1 EDI Source, Inc. 31875 Solon Road Solon, OH 44139 877.334.1334 Fax: 440.542.9370 www.1edisource.com EDI 101 An Introductory Guide to EDI Introduction At 1 EDI Source, we have spent more than 20 years

More information

Microsoft Outlook 2010 Part 1: Introduction to Outlook

Microsoft Outlook 2010 Part 1: Introduction to Outlook CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Outlook 2010 Part 1: Introduction to Outlook Spring 2015, Version 1.4 Table of Contents Introduction...3 Starting Outlook...3

More information

ASPECTS OF XML TECHNOLOGY IN ebusiness TRANSACTIONS

ASPECTS OF XML TECHNOLOGY IN ebusiness TRANSACTIONS ASPECTS OF XML TECHNOLOGY IN ebusiness TRANSACTIONS Darek Bober, Piotr Muryjas Lublin University of Technology, Department of Computer Science, Borowik@pluton.pol.lublin.pl 1. INTRODUCTION A problem of

More information

Fast and Easy Delivery of Data Mining Insights to Reporting Systems

Fast and Easy Delivery of Data Mining Insights to Reporting Systems Fast and Easy Delivery of Data Mining Insights to Reporting Systems Ruben Pulido, Christoph Sieb rpulido@de.ibm.com, christoph.sieb@de.ibm.com Abstract: During the last decade data mining and predictive

More information

d. a world wide interconnected network of computers which use a common protocol to communicate with one another

d. a world wide interconnected network of computers which use a common protocol to communicate with one another 11.1 Internet is a. a local computer network b. a world wide network of computers c. an interconnected network of computers d. a world wide interconnected network of computers which use a common protocol

More information

The Business Value of a Web Services Platform to Your Prolog User Community

The Business Value of a Web Services Platform to Your Prolog User Community The Business Value of a Web Services Platform to Your Prolog User Community A white paper for project-based organizations that details the business value of Prolog Connect, a new Web Services platform

More information

EDI 101. Your Basic Course in Electronic Data Interchange

EDI 101. Your Basic Course in Electronic Data Interchange EDI 101 Your Basic Course in Electronic Data Interchange Direct EDI, Inc., 2009 IRECT EDI, INCI DIRECT NC. Direct EDI, Inc. is an e commerce solution provider specializing in providing web based EDI solutions

More information

How to increase Marketing Efficiency to Gain and Retain Customers

How to increase Marketing Efficiency to Gain and Retain Customers How to increase Marketing Efficiency to Gain and Retain Customers A White Paper by Soffront Software, Inc. Abstract Marketing departments in mid-sized businesses face a myriad of challenges such as how

More information

XML for Manufacturing Systems Integration

XML for Manufacturing Systems Integration Information Technology for Engineering & Manufacturing XML for Manufacturing Systems Integration Tom Rhodes Information Technology Laboratory Overview of presentation Introductory material on XML NIST

More information

Authoring Within a Content Management System. The Content Management Story

Authoring Within a Content Management System. The Content Management Story Authoring Within a Content Management System The Content Management Story Learning Goals Understand the roots of content management Define the concept of content Describe what a content management system

More information

The Continuity of Care Document. Changing the Landscape of Healthcare Information Exchange

The Continuity of Care Document. Changing the Landscape of Healthcare Information Exchange The Continuity of Care Document Changing the Landscape of Healthcare Information Exchange 1 Electronic Clinical Document Exchange Prior to the approval of the Continuity of Care Document (CCD) as an ANSI

More information

New Options for Mutual Fund Managers

New Options for Mutual Fund Managers A Confluence Whitepaper XBRL FILING: New Options for Mutual Fund Managers Updated August 2008 The purpose of this whitepaper is twofold: to help mutual fund professionals understand the significance of

More information

Overview of EDI. Reprint from: 06/30/1999 Report of the NY EDI Collaborative - - EDI Proceeding Case 98-M-0667 - 1 -

Overview of EDI. Reprint from: 06/30/1999 Report of the NY EDI Collaborative - - EDI Proceeding Case 98-M-0667 - 1 - Overview of EDI The following is a reprint of the noted section(s) of the REPORT OF THE NEW YORK EDI COLLABORATIVE - - Electronic Data Interchange (EDI) Proceeding - - New York Public Service Commission

More information

Extensible Markup Language (XML): Essentials for Climatologists

Extensible Markup Language (XML): Essentials for Climatologists Extensible Markup Language (XML): Essentials for Climatologists Alexander V. Besprozvannykh CCl OPAG 1 Implementation/Coordination Team The purpose of this material is to give basic knowledge about XML

More information

Understanding IP Faxing (Fax over IP)

Understanding IP Faxing (Fax over IP) Understanding IP Faxing (Fax over IP) A detailed technical overview of how VoIP technology and IP Faxing (Fax over IP) are changing the way organizations utilize existing network infrastructures for voice

More information

EUDRAVIGILANCE TELEMATICS IMPLEMENTATION GROUP

EUDRAVIGILANCE TELEMATICS IMPLEMENTATION GROUP European Medicines Agency Post-authorisation Evaluation of Medicines for Human Use London, 29 October 2004 Doc. Ref: EMEA/115735/2004 EUDRAVIGILANCE TELEMATICS IMPLEMENTATION GROUP NOTE FOR GUIDANCE ON

More information

For Distributors DATA EXCHANGE CASE DOCUMENT REPROCESSING. Don t rely on technical support reprocess documents yourself. STUDIES

For Distributors DATA EXCHANGE CASE DOCUMENT REPROCESSING. Don t rely on technical support reprocess documents yourself. STUDIES For Distributors DATA CASE EXCHANGE DOCUMENT REPROCESSING Don t rely on technical support reprocess documents yourself. STUDIES Automate business processes from quote to cash with flexible EDI solutions

More information

Digital media glossary

Digital media glossary A Ad banner A graphic message or other media used as an advertisement. Ad impression An ad which is served to a user s browser. Ad impression ratio Click-throughs divided by ad impressions. B Banner A

More information

Management Information Systems. B08. Interorganizational and Global Information Systems

Management Information Systems. B08. Interorganizational and Global Information Systems Management Information Systems Management Information Systems B08. Interorganizational and Global Information Systems Code: 166137-01+02 Course: Management Information Systems Period: Spring 2013 Professor:

More information

CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI

CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI 5 June 1998 CEFACT AD HOC WORKING GROUP ON SIMPL-EDI AND FORMS AND WEB BASED EDI (SIMAC) Proposal for a UN Repository for XML/EDI SOURCE: Dick Raman STATUS: CONTRIBUTION ACTION: FOR DISCUSSION page 2.

More information

Lecture 1. Lecture Overview. Intro to Networking. Intro to Networking. Motivation behind Networking. Computer / Data Networks

Lecture 1. Lecture Overview. Intro to Networking. Intro to Networking. Motivation behind Networking. Computer / Data Networks Lecture 1 An Introduction to Networking Chapter 1, pages 1-22 Dave Novak BSAD 146, Introduction to Networking School of Business Administration University of Vermont Lecture Overview Brief introduction

More information

HIPAA Transaction Standard Companion Guide 834 Eligibility Enrollment and Maintenance

HIPAA Transaction Standard Companion Guide 834 Eligibility Enrollment and Maintenance HIPAA Transaction Standard Companion Guide 834 Eligibility Enrollment and Maintenance Refers to the Implementation Guides Based on X12 version 005010 Errata Companion Guide Version Number: 2.1 June 21,

More information

An Analysis of the future of B2B E-Commerce

An Analysis of the future of B2B E-Commerce An Analysis of the future of B2B E-Commerce By Dale Boeth Vice President of Strategic Development PurchasePro.com PurchasePro.com, Inc. 3291 Buffalo Drive Las Vegas, NV 89129 (702) 316-7000 www.purchasepro.com

More information

Discovering Computers 2008. Chapter 3 Application Software

Discovering Computers 2008. Chapter 3 Application Software Discovering Computers 2008 Chapter 3 Application Software Chapter 3 Objectives Identify the categories of application software Explain ways software is distributed Explain how to work with application

More information

By Koji MIYAUCHI* ABSTRACT. XML is spreading quickly as a format for electronic documents and messages. As a consequence,

By Koji MIYAUCHI* ABSTRACT. XML is spreading quickly as a format for electronic documents and messages. As a consequence, Falsification Prevention and Protection Technologies and Products XML Signature/Encryption the Basis of Web Services Security By Koji MIYAUCHI* XML is spreading quickly as a format for electronic documents

More information

Volume. DAVID A. WILLIAMS Getting Started Guide for Web Development Customers. Getting Started Guide

Volume. DAVID A. WILLIAMS Getting Started Guide for Web Development Customers. Getting Started Guide Volume 3 DAVID A. WILLIAMS Getting Started Guide for Web Development Customers Getting Started Guide WEB SITE DEVELOPMENT Getting Started Guide 2001-2006 David A. Williams All Rights Reserved Phone: 607-587-9275

More information

Electronic Medical Records and Continuity of Care Records The Utility Theory

Electronic Medical Records and Continuity of Care Records The Utility Theory Application of Information Technology & Economics November 28, 2005 Electronic Medical Records and Continuity of Care Records The Utility Theory NAINIL C. CHHEDA, MS (MIS). (nainil.c@eliteral.com) Abstract:

More information

Understanding IP Faxing (Fax over IP)

Understanding IP Faxing (Fax over IP) A RICOH COMPANY Understanding IP Faxing (Fax over IP) A detailed technical overview of how VoIP technology and IP Faxing (Fax over IP) are changing the way organizations utilize existing network infrastructures

More information

Chapter 5. B2B E-Commerce: Selling and Buying in Private E-Markets

Chapter 5. B2B E-Commerce: Selling and Buying in Private E-Markets Chapter 5 B2B E-Commerce: Selling and Buying in Private E-Markets Learning Objectives 1. Describe the B2B field. 2. Describe the major types of B2B models. 3. Discuss the characteristics of the sell-side

More information

Blue Cross and Blue Shield of Texas (BCBSTX)

Blue Cross and Blue Shield of Texas (BCBSTX) Blue Cross and Blue Shield of Texas (BCBSTX) 835 Electronic Remittance Advice (ERA) Companion Guide Refers to the Implementation Guides Based on ASC X12 version 005010 Version 1.0 BCBSTX January 2014 A

More information

WHAT IS EDI AND HOW DOES IT WORK?

WHAT IS EDI AND HOW DOES IT WORK? 2012 Hochschule Furtwangen University Term Paper WHAT IS EDI AND HOW DOES IT WORK? Salman Shahzad Matriculation ID: 238636 Course: BCM 2011-12 Subject: E-Business Technologies Prof.Dr. Eduard Heindel Certificate

More information

Chapter 3. Application Software. Chapter 3 Objectives. Application Software. Application Software. Application Software. What is application software?

Chapter 3. Application Software. Chapter 3 Objectives. Application Software. Application Software. Application Software. What is application software? Chapter 3 Objectives Chapter 3 Application Software Identify the the categories of of application software Explain ways software is is distributed Explain how to to work with application software Identify

More information

DEPARTMENT OF HEALTH & MENTAL HYGIENE MEDICAL CARE PROGRAM

DEPARTMENT OF HEALTH & MENTAL HYGIENE MEDICAL CARE PROGRAM DEPARTMENT OF HEALTH & MENTAL HYGIENE MEDICAL CARE PROGRAM COMPANION GUIDE FOR 270/271 - HEALTH CARE ELIGIBILITY BENEFIT INQUIRY AND RESPONSE VERSION 005010X279A1 January 1, 2013 Draft Version 2 Disclosure

More information

CONTENTS. Effective Communication... 3. Six Steps to a Successful Newsletter... 8. Online Networking... 10. Chapter Mailings... 11

CONTENTS. Effective Communication... 3. Six Steps to a Successful Newsletter... 8. Online Networking... 10. Chapter Mailings... 11 CONTENTS Effective Communication... 3 Get to the Right Audience Use Appropriate Media Be Timely Include the Right Information Be Clear Be Efficient Six Steps to a Successful Newsletter... 8 Newsletter

More information

Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems

Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems If company want to be competitive on global market nowadays, it have to be persistent on Internet. If we

More information

Document Archiving White Paper. Secure. Accessible. Reliable

Document Archiving White Paper. Secure. Accessible. Reliable Document Archiving White Paper Secure Accessible Reliable Table of Contents IS THERE A SIMPLE WAY TO ARCHIVE PAPER DOCUMENTS ELECTRONICALLY?... 3 HOW IT WORKS... 3 WHAT PROCESSES CAN YOU AUTOMATE?... 6

More information

6.2 Reporting BIPublisher Improvements

6.2 Reporting BIPublisher Improvements 6.2 Reporting BIPublisher Improvements Paul Hamill Senior Director, OTM Development 2011 OTM SIG Philadelphia, PA August 16-18, 2011 Safe Harbor Statements The following is intended

More information

Microsoft Outlook 2010 Part 1: Introduction to Outlook

Microsoft Outlook 2010 Part 1: Introduction to Outlook CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Outlook 2010 Part 1: Introduction to Outlook Spring 2012, Version 1.0 Table of Contents Introduction...3 Starting the

More information

Phone Routing Stepping Through the Basics

Phone Routing Stepping Through the Basics Ng is Phone Routing Stepping Through the Basics Version 2.6 Contents What is Phone Routing?...3 Logging in to your Ifbyphone Account...3 Configuring Different Phone Routing Functions...4 How do I purchase

More information

b-comm ERP 5 - SAP ERP An Automated Solution for Time and Attendance, Access Control, and Shop Floor Data Collection Data Collection ERP Integration

b-comm ERP 5 - SAP ERP An Automated Solution for Time and Attendance, Access Control, and Shop Floor Data Collection Data Collection ERP Integration b-comm ERP 5 - SAP ERP An Automated Solution for Time and Attendance, Access Control, and Shop Floor Data Collection Data Collection ERP Integration 2 Index Kaba s b-comm ERP 5 - SAP Solution Kaba as Your

More information

Getting Familiar with HTML Email

Getting Familiar with HTML Email Getting Familiar with HTML Email This guide will help familiarize you with the use of HTML in email communications. What is HTML? A. Hyper Text Markup Language. B. Programming language used to create Web

More information

EDI 101 Guide 1EDISOURCE BUYER S GUIDE

EDI 101 Guide 1EDISOURCE BUYER S GUIDE EDI 101 Guide 1EDISOURCE BUYER S GUIDE 3 TABLE OF CONTENTS CHAPTER 1: WHAT IS ELECTRONIC DATA INTERCHANGE (EDI)? 3 CHAPTER 2: SEVEN GOOD REASONS TO USE EDI 5 CHAPTER 3: WHAT S THE PROCESS OF EXCHANGING

More information

Chapter 14! Enterprise Computing!

Chapter 14! Enterprise Computing! Chapter 14 Enterprise Computing Enterprise computing involves the use of computers in networks, such as LANs and WANs, or a series of interconnected networks that encompass a variety of different operating

More information

Web Development I & II*

Web Development I & II* Web Development I & II* Career Cluster Information Technology Course Code 10161 Prerequisite(s) Computer Applications Introduction to Information Technology (recommended) Computer Information Technology

More information

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard Intro to Mail Merge David Diskin for the University of the Pacific Center for Professional and Continuing Education Contents: Word Mail Merge Wizard Mail Merge Possibilities Labels Form Letters Directory

More information

Software installation and configuration IEC-line series

Software installation and configuration IEC-line series Software installation and configuration IEC-line series update: 04-10-2014 IEC-line by OVERDIGIT overdigit.com Table of contents 1. Installing the software... 3 1.1. Installing CoDeSys... 4 1.2. Installing

More information

Six Best Practices to Improve Compliance with a Restricted Party Screening Solution

Six Best Practices to Improve Compliance with a Restricted Party Screening Solution Six Best Practices to Improve Compliance with a Restricted Party Screening Solution A critical first step to building an export compliance program Management Dynamics, Inc. One Meadowlands Plaza East Rutherford,

More information

XML WEB TECHNOLOGIES

XML WEB TECHNOLOGIES XML WEB TECHNOLOGIES Chakib Chraibi, Barry University, cchraibi@mail.barry.edu ABSTRACT The Extensible Markup Language (XML) provides a simple, extendable, well-structured, platform independent and easily

More information

The Influence of NetVAN on E-Commerce

The Influence of NetVAN on E-Commerce The Influence of NetVAN on E-Commerce O ver the last 20 years, Electronic Data Interchange (EDI) has improved trading cycles, reduced paperwork and sharpened the competitive edge for companies ranging

More information

MANAGEMENT INFORMATION SYSTEMS 8/E

MANAGEMENT INFORMATION SYSTEMS 8/E MANAGEMENT INFORMATION SYSTEMS 8/E Raymond McLeod, Jr. and George Schell Chapter 14 The Virtual Office Copyright 2001 Prentice-Hall, Inc. 14-1 Introduction Automation began in the factory Numerical control

More information

Chapter 3. Application Software. Chapter 3 Objectives. Application Software

Chapter 3. Application Software. Chapter 3 Objectives. Application Software Chapter 3 Objectives Chapter 3 Application Software Identify the categories of application software Explain ways software is distributed Explain how to work with application software Identify the key features

More information

XML-BASED INTEGRATION: A CASE STUDY

XML-BASED INTEGRATION: A CASE STUDY XML-BASED INTEGRATION: A CASE STUDY Chakib Chraibi, Barry University, cchraibi@mail.barry.edu José Ramirez, Barry University, jramirez@mail.barry.edu Andrew Seaga, Barry University, aseaga@mail.barry.edu

More information

Introducing Cisco Unified Communications Express

Introducing Cisco Unified Communications Express CHAPTER 1 Introducing Cisco Unified Communications Express Cisco Unified Communications Express is an award-winning communications solution that is provided with the Cisco Integrated Services Router portfolio.

More information

EDI. Overview. A Practical Guide to EDI and the TrueCommerce EDI Platform

EDI. Overview. A Practical Guide to EDI and the TrueCommerce EDI Platform EDI Overview A Practical Guide to EDI and the TrueCommerce EDI Platform The purpose of this paper is to provide an overview of EDI or Electronic Data Interchange. It explains the technology, the benefits

More information

W.A.R.N. Passive Biometric ID Card Solution

W.A.R.N. Passive Biometric ID Card Solution W.A.R.N. Passive Biometric ID Card Solution Updated November, 2007 Biometric technology has advanced so quickly in the last decade that questions and facts about its cost, use, and accuracy are often confused

More information

The three stages of e-commerce

The three stages of e-commerce The three stages of e-commerce Understanding the types of e-commerce avaliable In order to benefit from e-commerce organizations must first understand the types of e-commerce solutions and models available.

More information

2005 NASCIO Award Submission Category: Digital Government: Government to Government

2005 NASCIO Award Submission Category: Digital Government: Government to Government 2005 NASCIO Award Submission Category: Digital Government: Government to Government Project: Virginia s Educational Information Management System Agency: Virginia Department of Education Executive Summary

More information

Analysis of Online Shopping Cart Solutions for Small Retail Businesses

Analysis of Online Shopping Cart Solutions for Small Retail Businesses UNIVERSITY OF WATERLOO Software Engineering Analysis of Online Shopping Cart Solutions for Small Retail Businesses Pressure Equipment Limited London, Ontario prepared by Yuguang Zhang Student ID: 20311196

More information

38 Essential Website Redesign Terms You Need to Know

38 Essential Website Redesign Terms You Need to Know 38 Essential Website Redesign Terms You Need to Know Every industry has its buzzwords, and web design is no different. If your head is spinning from seemingly endless jargon, or if you re getting ready

More information

Receiving Email: Managing Email Messages. How do I get new email messages?

Receiving Email: Managing Email Messages. How do I get new email messages? Receiving Email: Managing Email Messages Using Zimbra, there are several ways to manage the email messages you receive: How do I get new email messages? How do I see the number of email messages in my

More information

306 276-277 HEALTH CARE CLAIM STATUS REQUEST AND RESPONSE

306 276-277 HEALTH CARE CLAIM STATUS REQUEST AND RESPONSE Handbook for Electronic Processing Chapter 300 Requirements for Electronic Processing 306 276-277 HEALTH CARE CLAIM STATUS REQUEST AND RESPONSE 306.1 GENERAL INFORMATION Introduction This chapter contains

More information