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

Size: px
Start display at page:

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

Transcription

1 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

2 page 2. Dick Raman Chairman, EEMA EDI Work Group, Head of EEMA delegation in CEFACT, President, EDI-TIE BV PO Box AM HOOFDDORP The Netherlands Telephone: Fax: info@edi-tie.com EEMA EDI Work Group Proposal for a UN Repository for XML/EDI

3 page 3 Proposal for a UN Repository for XML/EDI Introduction The EEMA EDI Work Group would like to propose to CEFACT the establishment of a Global Repository for the translation of XML tags in UN/EDIFACT and human language on the Internet. The EEMA EDI Working Group is prepared to assist in the set up and operation of such a repository, which could be crucial in the advancement of the use of EDI over the Internet. Background The XML/EDI group was founded in the USA in July It was set up in response to President Clinton s call for industry supporting dealing with Internet based commerce issues. The XML/EDI group is an ad-hoc group of professionals and volunteers from various industries, dedicated to promoting and guiding the future of XML/EDI products and a standard by donating their time and energy. The group s mission is to promote and develop a set of Guidelines and to promote the adoption of those Guidelines within the traditional standards bodies for Electronic Business and with commercial software developers. Membership of the group is open to anyone with an interest in improving Electronic Commerce for end users and specifically through the use of XML and EDI together. Furthermore the group tries to provide Internet based resources for people involved in XML/EDI, to develop a set of guidelines and to provide, through a number of focused groups, a wide adoption of XML/EDI throughout the business world. The group aims to develop public domain tools and open systems software whenever possible, so anyone who would like to use XML/EDI can do so free of charge. The philosophy behind the group s initiatives is that they think that XML/EDI, as a business tool, will reach a very large audience. Technical XML stands for extensible Markup Language and as such it is a subset of SGML (Standardized General Markup Language), which is also the mother of HTML. XML/EDI is the fusion of five technologies. It is that which makes XML/EDI so powerful. These technologies are: XML, EDI, templates, agents and repository. These components all work together to create an XML framework for business use. In terms of complexity XML can be placed between SGML and HTML. It uses the SGML syntax to transport components across the network. The XML tags can actually replace existing EDI segments or data-element identifiers, which produces a somewhat bigger file than an EDI file, but in which all the labels of the data-elements (in other words the descriptions or explanations) are included as well. The templates are essentially rules that determine how the XML files should be interpreted. It can define the layout of the file and is supplemented by DTDs (Document Type Definitions) that enable transaction operability. The agents can interpret the templates to perform whatever job needs to be done, but they can also interact with the transaction and help the user to create new templates for each specific task. The repository is a location where shared Internet directories are stored and where users can manually or automatically look up the meaning and definition of XML/EDI Tags. The repository is in fact the semantic foundation for the business transactions. What makes XML/EDI different from previous initiatives, is that its aim is to use the know-how of business processes, captured in EDI messages, but tries to put it in a Web environment, whereby the same file can be viewed by a user or can be processed by an application. Rather than having HTML for a user and EDIFACT for an application, with XML/EDI you can have an EDI message that can be an EDIFACT orders message written in an XML format; therefore it is presentable to the application just like the EDI file. The

4 page 4 same file uses the embedded templates and rules that explain how it should be displayed to a user and can be viewed through a browser. Why is XML/EDI so useful? One of the weaknesses of EDI was always that it was quite invisible and it actually only worked well when it was application-to-application. For a long time we have created dummy applications that would allow the user to view the contents of an EDI message or create the contents of an EDI message. This would then be translated and sent out as an EDI message, so that the (usually bigger) partner would receive EDI. With XML/EDI this becomes a lot easier. The idea behind the whole initiative is that in terms of a workflow application, one can send an EDI message in an XML format to a supplier who can then pick it up and present it through a browser to a person who is in charge of approving incoming orders. That person can add some data to the incoming order, which actually signals his approval - this could for instance be a digital signature. The approved order can then be sent into the supplier s application as a plain EDI file. In this way, as a human or an application creates a message it can travel through an organization, and can be sent to another organization and switch between humans and applications also. Every time the XML file will become larger, containing new updated information and as such it is almost a foundation for a workflow application. As far as the general idea behind XML/EDI is concerned, this is quite exciting. It is obvious that the syntax of EDIFACT is outdated. The objections to wrapping an EDI message in an XML format is that a lot of overhead is created in the message. Below is an example of what an XML/EDI message might look like: <!DOCTYPE order SYSTEM " [ <!ENTITY % items " <!ELEMENT item (item:identifier, item:name, item:quantity)> <!ELEMENT item:identifier (item:database-key?, item:ean) > <!ELEMENT item:database-key %data; > <!ELEMENT item:ean %data; > <!ELEMENT item:name %data; > <!ELEMENT item:quantity %data; > "> ]> <order> <order-no>123456</order-no> <deliver-to> <address id="sgml154"> <address:company>the SGML Centre</address:company> <address:street>29 Oldbury Orchard</address:street> <address:town>churchdown</address:town> <address:region>glos.</address:region> <address:postcode>gl3 2PU</address:postcode> </address></deliver-to> <invoice-to> <same-as idref="smgl154"/> </invoice-to> <item><item:identifier> <item:database-key>key151235</item:database-key> <item:ean> </item:ean></item:identifier> <item:name>special Offer 16</item:name> <item:quantity>12</item:quantity></item></order> As you can see all the tags, which are quite lengthy, have to be closed by the same tag with a slash in front, which creates a lot of overhead. At this point the XML/EDI group is still studying how to define the syntax. It is in the process of making proposals to the W3C to get the standard approved. Proposal to CEFACT To many people XML/EDI is also what they call a politically correct way to merge ANSI X12 (the US standard) and EDIFACT (the world standard). As a US initiative

5 page 5 XML/EDI is strongly supported by the DISA (Data Interchange Standards Organization), the governor for the ANSI standard and also the secretariat for the Pan-American EDIFACT board. As such the DISA is promoting strongly and investing money into the advancement of XML/EDI. As a fusion between ANSI X12 and EDIFACT XML/EDI could have a great future. From a worldwide point of view this would only work if XML/EDI was supported by the UN. To that effect the EEMA EDI Working Group is submitting this proposal to see that a study gets underway to examine whether the EDIFACT standard could merge with the ANSI standard in an XML/EDI environment. This could work, because from a technical point of view the ANSI 850 orders message and the corresponding EDIFACT ORDERS message are different in structure, syntax and in the way that data-elements are ordered, but they are equal in their content. Essentially you can always use an ANSI X12 or an EDIFACT message, for any business transaction the differences in content are minor. Since the contents of these two messages is equal, a translator would - when looking at an XML/EDI message - essentially not have to care how the data-elements are grouped inside the message. There should be some structure for the translator in the message, for instance header data should be separated from details information (line items). Since all the data-elements are prefixed by their tag, a translator would always be able to map each data-element from the XML/EDI message to its place in an in-house file. This opens up an opportunity for presenting the information on a Web site. Essentially what the creator of an XML/EDI message could do, is arrange the data-elements in such a way that they make sense for a user to look at on a screen, where of course the tags of the XML file would be translated into a meaningful description. The Global Repository From this point of view there could be a relatively easy fusion between EDIFACT and ANSI X12. Essentially every data-element one can find in ANSI or in EDIFACT could be placed inside the XML/EDI file. What would be required is to set up a repository in which the tags for the XML files are listed with the corresponding EDIFACT dataelement number, the corresponding ANSI X12 element number, and a description. This description can be prefixed by a language code. In the repository you can have multiple language codes; language not only in the sense of human language but even in the sense of American-English or English-English or even Retail-English and Manufacturing-English. Big battles are going on in EDIFACT standardization groups on the wording of the explanation of the data-elements. These issues can be solved if every organization that would like to have its own meaning for certain data-elements, could add translations of these data-elements under their own language code to the repository. In this way the battle between the Americans and the English, whether it is "stock" or "inventory", can actually be solved quite easily. By setting up one global repository on the Internet, CEFACT can assume responsibility for the creation of new tags based on a corresponding EDIFACT data-element number and the standard description, while other organizations can assume responsibility for a language code or the corresponding element number in different standards. The repository as such can also act as the translation for when an XML/EDI file is to be put on the screen for a user, being French or English or whatever nationality. It could be the identical file, but on the screen it will come up in the reader s own language. The repository here plays an essential role, because in it we will find each data-element that can possibly be used in an XML/EDI message. In the repository every XML-tag should be defined with the corresponding ANSI X12 code and the corresponding EDIFACT code and maybe an identical code for some other European standards that are national or proprietary. The description can be in different human languages, which would make it very user-friendly. To have a local copy of the repository available would mean the user will not have to wait until each of the XML tags has been translated into his preferred language. Another method would be to use caching methods to keep only the most recently used translations local. Even if XML/EDI is not the ultimate solution, a global repository would be extremely useful for conventional EDI and other forms of EC, because it would provide an independent Data Dictionary which could be used by applications.

6 page 6 XML Tags A big debate is going on in the XML/EDI group on what the structure of the tags should be. Some advocate the use of the full description in the tag and others the use of the ANSI element number as the tag and even others a unique number that would include the standard version of the directory, the segment it resides in and the data-element it represents. In the view of the EEMA/EDI Work Group there should be a sequential numbering of the tags for XML/EDI; this would be an identifying code only, starting with a letter. This would provide a neutral starting point for all old standards and would be most efficient in size. As far as the messages are concerned, as stated before, the header information should be separated from the detail information, or maybe there should be a looping mechanism at a group level. Other than that the translator, from a technical point of view, does not require any further structuring. This offers a lot of freedom, but the essence of what EDIFACT is will still be there. The EDIFACT UNSMs will always prescribe what data-elements would be legal in a message. In that way the know-how of business processes and transactions that is captured in these UNSMs does not go to waste; on the contrary it is now exploited in a much more open and versatile way. The role of the UN When the fusion between ANSI X12, EDIFACT and all other EDI standards takes place in a proper way it should be under the auspices of the UN so it is global, public domain, open and available for anyone. Today this is not the case with the ANSI standards and many other EDI standards that are only available at considerable cost. Of course today the EDIFACT standard is already in the public domain and can easily be obtained through the Internet. According to the EEMA/EDI Work Group it is important for the CEFACT to make a statement on whether it is going to support XML/EDI and help to facilitate the merger between UN/EDIFACT and ANSI X12. This could save the whole standardization effort a lot of time. It would allow legacy systems in the US to keep on using ANSI X12, either in its native form or in an XML/EDI format. The same would be true for the legacy systems in Europe, where EDIFACT can remain to be used and XML/EDI messages can be used as well. It would be a great step forward for the standardization effort, since the standardization work can basically be devoted itself to determining what elements may appear in a message and less to where exactly they should appear or how they should appear. This definitely holds a lot of promise for EDI in its use as the backbone of Electronic Commerce.

EDI stands for the transfer of structured data, by agreed standards from computer application to computer application through electronic means.

EDI stands for the transfer of structured data, by agreed standards from computer application to computer application through electronic means. Basic Terminology used in Trade Facilitation and Port Community System UNCEFACT Related Terms TERM ACRONYM DEFINITION + INFORMATION Business Requirement Specification Document that specifies the business

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

XML vs. UN/EDIFACT or Flexibility vs. Standardisation

XML vs. UN/EDIFACT or Flexibility vs. Standardisation Electronic Commerce: The End of the Beginning 13 th International Bled Electronic Commerce Conference Bled, Slovenia, June 19-21, 2000 XML vs. UN/EDIFACT or Flexibility vs. Standardisation Christian Huemer

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

DESIGN AND DEVELOPMENT OF A VISUAL EDIFACT/XML TRANSLATOR ARCHITECTURE

DESIGN AND DEVELOPMENT OF A VISUAL EDIFACT/XML TRANSLATOR ARCHITECTURE DESIGN AND DEVELOPMENT OF A VISUAL EDIFACT/XML TRANSLATOR ARCHITECTURE Mauro R. Nunes mauro.nunes@iscte.pt September, 2000 (updated information at http://www.dcti.iscte.pt/vextra) Abstract This whitepaper

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

EDI Agreement EDI AGREEMENT. Article 1: Object and scope. Article 2: Definitions

EDI Agreement EDI AGREEMENT. Article 1: Object and scope. Article 2: Definitions EDI AGREEMENT This Electronic Data Interchange (EDI) Agreement is concluded by and between: And hereinafter referred to as 'the parties', Article 1: Object and scope 1.1. The 'EDI Agreement', hereinafter

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

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

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

Creating an EAD Finding Aid. Nicole Wilkins. SJSU School of Library and Information Science. Libr 281. Professor Mary Bolin.

Creating an EAD Finding Aid. Nicole Wilkins. SJSU School of Library and Information Science. Libr 281. Professor Mary Bolin. 1 Creating an EAD Finding Aid SJSU School of Library and Information Science Libr 281 Professor Mary Bolin November 30, 2009 2 Summary Encoded Archival Description (EAD) is a widely used metadata standard

More information

Development and Application of EDI-DT System

Development and Application of EDI-DT System DEVELOPMENT AND APPLICATIONS OF EDI-DT SYSTEM 01-7-16 1 Development and Application of EDI-DT System Guangming WANG, Guiyi WEI College of Computer and Information Engineering, Hangzhou University of Commerce,

More information

EDIFACT Standards Overview Tutorial

EDIFACT Standards Overview Tutorial EDIFACT Standards Overview Tutorial Learn About Key e-commerce Trends and Technologies at Your Own Pace A GXS Tutorial for the Active Business Welcome!... 3 How To Use This Tutorial... 3 Tutorial Objectives...

More information

The Advantages and Disadvantages of Electronic Data Interchange (EDI) For Railway Logistics

The Advantages and Disadvantages of Electronic Data Interchange (EDI) For Railway Logistics Transport and Information Networks: Perspectives on EDI Application to Railway Freight Logistics Demetrios Athanassakopoulos Centre of Planning and Economic Research Athens GREECE E-Mail: dathanas@kepe.gr

More information

XML: extensible Markup Language. Anabel Fraga

XML: extensible Markup Language. Anabel Fraga XML: extensible Markup Language Anabel Fraga Table of Contents Historic Introduction XML vs. HTML XML Characteristics HTML Document XML Document XML General Rules Well Formed and Valid Documents Elements

More information

American national Standards Institute. An organization that maintains standards on many different topics.

American national Standards Institute. An organization that maintains standards on many different topics. ACH Business enterprise through which banking transactions are routed. AIAG Automotive Industry Action Group. An organization that designs and maintains EDI transaction sets for the automotive industry.

More information

business transaction information management

business transaction information management business transaction information management What CAM Is The CAM specification provides an open XML based system for using business rules to define, validate and compose specific business documents from

More information

Defining Electronic Data Interchange Transactions with UML

Defining Electronic Data Interchange Transactions with UML Defining Electronic Data Interchange Transactions with UML Christian Huemer Institute of Applied Computer Science and Information Systems, University of Vienna, Liebiggasse 4/3-4, A-1010 Vienna, Austria

More information

A mixed e-invoice format (PDF + a set of few datas): the best compromise between suppliers and buyers for a fast adoption of e-invoicing

A mixed e-invoice format (PDF + a set of few datas): the best compromise between suppliers and buyers for a fast adoption of e-invoicing the best compromise between suppliers and buyers for a fast adoption of e-invoicing Build some intermediate floors and stairs in the e-invoicing House in order to create a path to the roof and enjoy the

More information

DLMS Supplement to Federal IC 996H GENCOMM / XML ADC 416 DoD 4000.25-M

DLMS Supplement to Federal IC 996H GENCOMM / XML ADC 416 DoD 4000.25-M 996 File Transfer Functional Group= FT Purpose: This Draft Standard for Trial Use contains the format and establishes the data contents of the File Transfer Transaction Set (996) for use within the context

More information

LOWE'S COMPANIES, INC. ELECTRONIC DATA INTERCHANGE PARTNER IMPLEMENTATION PACKAGE

LOWE'S COMPANIES, INC. ELECTRONIC DATA INTERCHANGE PARTNER IMPLEMENTATION PACKAGE LOWE'S COMPANIES, INC. ELECTRONIC DATA INTERCHANGE PARTNER IMPLEMENTATION PACKAGE ANSI X12.104 T a b l e o f C o n t e n t s 1. Sources of Information About EDI 3 Standards Documentation EDI Yellow Pages

More information

ebxml Glossary Technical Architecture Team Version 0.99

ebxml Glossary Technical Architecture Team Version 0.99 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 ebxml Glossary Technical Architecture Team Version 0.99 28 29 30 31 32 33 34 35 1 Status of this Document This document specifies

More information

B2B Glossary of Terms

B2B Glossary of Terms Oracle Application Server 10g Integration B2B B2B Glossary of Terms October 11, 2005 B2B Glossary of Terms Contents Glossary... 3 Application-to-Application Integration (A2A)... 3 Application Service Provider

More information

Introduction to PIDX XML Transaction Standards

Introduction to PIDX XML Transaction Standards Introduction to PIDX XML Transaction Standards Document ID: 201407140010V2.0 Page 1 of 51 Introduction to PIDX XML Transaction Standards v1_0 Document Changes Version Date Version Authors Change Description

More information

XML may give EDI a more substantial structure on the Web by Betty Harvey

XML may give EDI a more substantial structure on the Web by Betty Harvey Page 1 of 11 ;0/DQG(',³1DWXUDO3DUWQHUV XML may give EDI a more substantial structure on the Web by Betty Harvey As the Web continues to evolve, the language used to send Web content information must become

More information

Data Migration Format Considerations Don Bridges / Data Conversion Laboratory Agenda Format Options Migration Issues Recommendations Alphabet Soup HTML Hypertext Markup Language is the set of "markup"

More information

A tour of UN/CEFACT issues relating to Single Windows and Semantic Interoperability in a few slides... and future considerations

A tour of UN/CEFACT issues relating to Single Windows and Semantic Interoperability in a few slides... and future considerations A tour of UN/CEFACT issues relating to Single Windows and Semantic Interoperability in a few slides... and future considerations UN/CEFACT Standards Foundation for International Trade United Nations Layout

More information

The ecommerce B2B Network Exchange Where service matters

The ecommerce B2B Network Exchange Where service matters Global B2B ecommerce Exchange The ecommerce B2B Network Exchange Where service matters e B u s i n e s s S o l u t i o n s D A T A I N T E R C H A N G E P L C DINET is a global B2B messaging platform that

More information

Agents and Web Services

Agents and Web Services Agents and Web Services ------SENG609.22 Tutorial 1 Dong Liu Abstract: The basics of web services are reviewed in this tutorial. Agents are compared to web services in many aspects, and the impacts of

More information

Standard Recommended Practice extensible Markup Language (XML) for the Interchange of Document Images and Related Metadata

Standard Recommended Practice extensible Markup Language (XML) for the Interchange of Document Images and Related Metadata Standard for Information and Image Management Standard Recommended Practice extensible Markup Language (XML) for the Interchange of Document Images and Related Metadata Association for Information and

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

Oracle EDI Gateway User s Guide

Oracle EDI Gateway User s Guide Oracle EDI Gateway User s Guide Release 11 March 1998 Enabling the Information Age Oracle EDI Gateway User s Guide Release 11 The part number for this volume is A58271 01. Copyright 1998, Oracle Corporation.

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

Economic and Social Council

Economic and Social Council UNITED NATIONS E Economic and Social Council ECONOMIC COMMISSION FOR EUROPE Distr. RESTRICTED TRADE/WP.4/R.1149 20 June 1995 Working Party on Facilitation of International Trade Procedures (Item 4 of the

More information

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation Credit-By-Assessment (CBA) Competency List Written Assessment Competency List Introduction to the Internet

More information

X12 Implementation. Guidelines. For. Transfer Version 3030. (996o)

X12 Implementation. Guidelines. For. Transfer Version 3030. (996o) X12 Implementation Guidelines For Outbound ss File Transfer Version 3030 (996o) 996_3030 (003030) 1 April 29, 2003 996 File Transfer Functional Group ID=FT Introduction: This Draft Standard for Trial Use

More information

Using Workflows in a Content Management System

Using Workflows in a Content Management System Using Workflows in a Content Management System Hannon Hill Corporation 950 East Paces Ferry Road Suite 2440, Atlanta, GA 30326 www.hannonhill.com o: 678.904.6900 f: 678.904.6901 Table of Contents Workflow's

More information

MEMNET Mail Generation Mail Merge User Guide Version 1.2

MEMNET Mail Generation Mail Merge User Guide Version 1.2 MEMNET Mail Generation Mail Merge User Guide Version 1.2 Contents 1 Mail Generation... 3 2 Mail Merge Template... 4 2.1 Creating your Merge Template... 4 3 Invoice Template... 5 4 Receipt template... 6

More information

An Introduction to Unicorn

An Introduction to Unicorn Electronic Data Interchange Messages for Travel, Tourism and Leisure Reference TTIR01 Version 6.2 February 2001 No part of this overview may be translated or reproduced in any form without the written

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

UN/CEFACT Project Proposal. Supply Chain Reference Data Model (SCRDM)

UN/CEFACT Project Proposal. Supply Chain Reference Data Model (SCRDM) UN/CEFACT Project Proposal Supply Chain Reference Data Model (SCRDM) Date: 2015-08-05 1. Project Purpose The project s purpose is to develop and publish an international Supply Chain Reference Data Model

More information

HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE

HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE You can read the recommendations in the user guide, the technical guide or the installation guide for HP EMAIL ARCHIVING SOFTWARE FOR EXCHANGE. You'll find the answers to all your questions on the HP EMAIL

More information

EDIFACT Standards Overview Tutorial Learn About Key E-commerce Trends and Technologies at Your Own Pace

EDIFACT Standards Overview Tutorial Learn About Key E-commerce Trends and Technologies at Your Own Pace A G X S T U T O R I A L EDIFACT Standards Overview Tutorial Learn About Key E-commerce Trends and Technologies at Your Own Pace Welcome!...3 How To Use This Tutorial...3 Tutorial Objectives...3 Part 1:

More information

ETSO Modelling Methodology for the Automation of Data Interchange of Business Processes (EMM)

ETSO Modelling Methodology for the Automation of Data Interchange of Business Processes (EMM) ETSO Modelling Methodology for the Automation of Data Interchange of Business Processes (EMM) Version : 1 Release : 4 Version 1 Release 4 04 December 2003 Page 1/19 Revision History Version Release Date

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

IMPLEMENTATION GUIDELINES FOR ANSI ASC X12 EDI CONVENTIONS FILE TRANSFER (996) TRANSACTION SET

IMPLEMENTATION GUIDELINES FOR ANSI ASC X12 EDI CONVENTIONS FILE TRANSFER (996) TRANSACTION SET IMPLEMENTATION GUIDELINES FOR ANSI ASC X12 EDI CONVENTIONS FILE TRANSFER (996) TRANSACTION SET FCA US INFORMATION & COMMUNICATION TECHNOLOGY MANAGEMENT ANSI ASC X12 VERSION/RELEASE 003020 996 File Transfer

More information

Issue 1.1, February 2009. agreed-upon by EDI Working Group of ECR Poland

Issue 1.1, February 2009. agreed-upon by EDI Working Group of ECR Poland Polska THE REMADV MESSAGE EAN97/EDIFACT D.96A Issue 1.1, February 2009 agreed-upon by EDI Working Group of ECR Poland The document contains only these segments and data elements that were agreed and accepted

More information

ELECTRONIC DATA INTERCHANGE (EDI): DEVELOPMENT ACTIVITIES IN SELECTED COUNTRIES OF THE AMERICAS

ELECTRONIC DATA INTERCHANGE (EDI): DEVELOPMENT ACTIVITIES IN SELECTED COUNTRIES OF THE AMERICAS FAL BULLETIN - FACILITATION OF TRADE AND TRANSPORT IN LATIN AMERICA AND THE CARIBBEAN Issue No.130, January 1997 ELECTRONIC DATA INTERCHANGE (EDI): DEVELOPMENT ACTIVITIES IN SELECTED COUNTRIES OF THE AMERICAS

More information

Document Management. Introduction. CAE DS Product data management, document data management systems and concurrent engineering

Document Management. Introduction. CAE DS Product data management, document data management systems and concurrent engineering Document Management Introduction Document Management aims to manage organizational information expressed in form of electronic documents. Documents in this context can be of any format text, pictures or

More information

Development Environments and Content Management Systems for the HTML/CSS Beginner

Development Environments and Content Management Systems for the HTML/CSS Beginner Development Environments and Content Management Systems for the HTML/CSS Beginner The demand for fully-featured graphical interfaces for designing, composing, and maintaining websites has led to the development

More information

Infor LN Electronic Commerce User Guide for BEMIS

Infor LN Electronic Commerce User Guide for BEMIS Infor LN Electronic Commerce User Guide for BEMIS Copyright 2014 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential

More information

Hubspan White Paper: Beyond Traditional EDI

Hubspan White Paper: Beyond Traditional EDI March 2010 Hubspan White Paper: Why Traditional EDI no longer meets today s business or IT needs, and why companies need to look at broader business integration Table of Contents Page 2 Page 2 Page 3 Page

More information

How the Multilingual Semantic Web can meet the Multilingual Web A Position Paper. Felix Sasaki DFKI / W3C Fellow fsasaki@w3.org

How the Multilingual Semantic Web can meet the Multilingual Web A Position Paper. Felix Sasaki DFKI / W3C Fellow fsasaki@w3.org How the Multilingual Semantic Web can meet the Multilingual Web A Position Paper Felix Sasaki DFKI / W3C Fellow fsasaki@w3.org The success of the Web is not based on technology. It is rather based on the

More information

Web Application Designer for Beginners

Web Application Designer for Beginners Applies To: Web Application Designer, SAP BW Version: 3.5, SAP GUI version 6.40/Patch Level 13 BW 3.5 front end patch 7 (bw350_7-10001615) Summary The document will run the readers through a step by step

More information

An XML Based Data Exchange Model for Power System Studies

An XML Based Data Exchange Model for Power System Studies ARI The Bulletin of the Istanbul Technical University VOLUME 54, NUMBER 2 Communicated by Sondan Durukanoğlu Feyiz An XML Based Data Exchange Model for Power System Studies Hasan Dağ Department of Electrical

More information

Ramon Martí media technology Group (MTG) Barcelona (Spain) ramon.marti@mtg.es. Abstract

Ramon Martí media technology Group (MTG) Barcelona (Spain) ramon.marti@mtg.es. Abstract XML: More than an e-publishing language Jaime Delgado Universitat Pompeu Fabra (UPF) Barcelona (Spain) jaime.delgado@tecn.upf.es Ramon Martí media technology Group (MTG) Barcelona (Spain) ramon.marti@mtg.es

More information

Overview Document Framework Version 1.0 December 12, 2005

Overview Document Framework Version 1.0 December 12, 2005 Document Framework Version 1.0 December 12, 2005 Document History Date Author Version Description October 5, 2005 Carl Yestrau 1.0 First complete version December 12, 2005 Page A Table of Contents 1.0

More information

Internationalization Tag Set 1.0 A New Standard for Internationalization and Localization of XML

Internationalization Tag Set 1.0 A New Standard for Internationalization and Localization of XML A New Standard for Internationalization and Localization of XML Felix Sasaki World Wide Web Consortium 1 San Jose, This presentation describes a new W3C Recommendation, the Internationalization Tag Set

More information

Guideline for Implementing the Universal Data Element Framework (UDEF)

Guideline for Implementing the Universal Data Element Framework (UDEF) Guideline for Implementing the Universal Data Element Framework (UDEF) Version 1.0 November 14, 2007 Developed By: Electronic Enterprise Integration Committee Aerospace Industries Association, Inc. Important

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

Setting up Web Material. An introduction

Setting up Web Material. An introduction Setting up Web Material An introduction How to publish on the web Everyone with an Aberystwyth University account can publish material on the web http://users.aber.ac.uk/you9/ The URL of your home page

More information

Preservation Handbook

Preservation Handbook Preservation Handbook [Binary Text / Word Processor Documents] Author Rowan Wilson and Martin Wynne Version Draft V3 Date 22 / 08 / 05 Change History Revised by MW 22.8.05; 2.12.05; 7.3.06 Page 1 of 7

More information

XML: ITS ROLE IN TCP/IP PRESENTATION LAYER (LAYER 6)

XML: ITS ROLE IN TCP/IP PRESENTATION LAYER (LAYER 6) 51-40-05 DATA COMMUNICATIONS MANAGEMENT XML: ITS ROLE IN TCP/IP PRESENTATION LAYER (LAYER 6) Judith Myerson INSIDE Breaking the Barrier; Product Integration; Translation for All Browsers; Dynamic XML Servers;

More information

TEXAS INSTRUMENTS. Acknowledge / Rejection Advice Message CONTRL. Based on EDIFICE Issue 1 (Based on EDIFACT Version 92.1)

TEXAS INSTRUMENTS. Acknowledge / Rejection Advice Message CONTRL. Based on EDIFICE Issue 1 (Based on EDIFACT Version 92.1) TEXAS INSTRUMENTS Acknowledge / Rejection Advice Message CONTRL Based on EDIFICE Issue 1 (Based on EDIFACT Version 92.1) Date : January 1997 TI Version 1.0 This document can be found on the World Wide

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

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

How XML Enables Internet Trading Communities and Marketplaces

How XML Enables Internet Trading Communities and Marketplaces Copyright 1999 Commerce One, Inc. How XML Enables Internet Trading Communities and Marketplaces Dr. Robert J. Glushko Director, Advanced Technology Commerce One 2440 W. El Camino Real, Suite 710 Mt. View,

More information

Structure in documents: an introduction

Structure in documents: an introduction Structure in documents: an introduction Structure in documents: an introduction Being an introduction to the use of databases and markup languages to help the designer make electronic and paper documents

More information

XBRL guide for UK businesses

XBRL guide for UK businesses XBRL guide for UK businesses This document provides an introduction for UK businesses to the extensible Business Reporting Language (XBRL) data format and Inline XBRL (ixbrl), the standard form of presentation

More information

EPIC. Enterprise Process Integration Controller. Creating 100% Reliable Business Systems. ebusiness Solutions

EPIC. Enterprise Process Integration Controller. Creating 100% Reliable Business Systems. ebusiness Solutions EPIC Enterprise Process Integration Controller Creating 100% Reliable Business Systems ebusiness Solutions D A T A I N T E R C H A N G E P L C EPIC Data Interchange s EPIC is an Enterprise Process Integration

More information

Formatting with FrameMaker + SGML s EDD

Formatting with FrameMaker + SGML s EDD Summary Formatting with FrameMaker + SGML s EDD Daniel K. Schneider, TECFA, University of Geneva http://tecfa.unige.ch/guides/xml/frame-sgml/ Version 0.5 - may 2001 Version 0.3 first useful draft. Version

More information

Introduction to Dreamweaver

Introduction to Dreamweaver Introduction to Dreamweaver ASSIGNMENT After reading the following introduction, read pages DW1 DW24 in your textbook Adobe Dreamweaver CS6. Be sure to read through the objectives at the beginning of Web

More information

Second Generation Legacy to Web Strategies Via XML

Second Generation Legacy to Web Strategies Via XML Second Generation Legacy to Web Strategies Via XML Part 1 - Business Strategic Issues by Don Estes Table of Contents 1. BUSINESS STRATEGIC ISSUES 1.1 THE B2B IMPERATIVE 1.2 HOW TO B2B 1.3 MIDDLEWARE VERSUS

More information

XSLT Mapping in SAP PI 7.1

XSLT Mapping in SAP PI 7.1 Applies to: SAP NetWeaver Process Integration 7.1 (SAP PI 7.1) Summary This document explains about using XSLT mapping in SAP Process Integration for converting a simple input to a relatively complex output.

More information

Optimizing EDI for Microsoft Dynamics AX

Optimizing EDI for Microsoft Dynamics AX WHITE PAPER Optimizing EDI for Microsoft Dynamics AX Common challenges and solutions associated with managing EDI requirements, and how Accellos approach optimizes EDI performance for Dynamics AX users.

More information

Electronic Remittance Advice (ERA) Processor

Electronic Remittance Advice (ERA) Processor Electronic Remittance Advice (ERA) Processor Users Guide Brief description of the Electronic Remittance Advice (835) or Electronic EOB A Remittance Advice (RA) is a notice of payments and adjustments sent

More information

The HRML Consortium

The HRML Consortium Membership Prospectus Join the Industry Thought Leaders Who Are Creating an e-business Framework for Human Resources What is the HR-XML Consortium? The HR-XML Consortium is a worldwide, independent, non-profit

More information

Taking Advantage of Digi s Advanced Web Server s Repeat Group Feature

Taking Advantage of Digi s Advanced Web Server s Repeat Group Feature Taking Advantage of Digi s Advanced Web Server s Repeat Group Feature 1 Document History Date Version Change Description 3/9/10 V1.0 Initial Entry 3/22/10 V2.0 Continued entry 3/29/10 V3.0 Add in corrections

More information

Pilot WEDI Review

Pilot WEDI Review WEDI/AFEHCT Internet Encryption Interoperability Pilot WEDI Board Meeting September 26, 2000 - Phoenix Hyatt Kepa Zubeldia, M.D. Vice President, Technology ENVOY Corporation Why a Pilot HIPAA NPRM Technology

More information

Website Report for http://www.cresconnect.co.uk by Cresconnect UK, London

Website Report for http://www.cresconnect.co.uk by Cresconnect UK, London Website Report for http://www.cresconnect.co.uk by Cresconnect UK, London Table of contents Table of contents 2 Chapter 1 - Introduction 3 About us.................................... 3 Our services..................................

More information

XML Work Group. Extensible Markup Language For Electronic Transactions in Higher Education

XML Work Group. Extensible Markup Language For Electronic Transactions in Higher Education XML Work Group Extensible Markup Language For Electronic Transactions in Higher Education A Publication of the Postsecondary Electronic Standards Council Washington, DC May, 2000 ii Table of Contents Credits.v

More information

DCML - The Standard that Enables ITIL Compliance

DCML - The Standard that Enables ITIL Compliance oasis-open.org DCML - The Standard that Enables ITIL Compliance white paper The Data Center Markup Language is the emerging standard that will enable IT organizations worldwide to successfully adopt and

More information

XTM for Language Service Providers Explained

XTM for Language Service Providers Explained XTM for Language Service Providers Explained 1. Introduction There is a new generation of Computer Assisted Translation (CAT) tools available based on the latest Web 2.0 technology. These systems are more

More information

JOMO KENYATTA UNIVERSITY OF AGRICULTURE AND TECHNOLOGY WEBSITE POLICY

JOMO KENYATTA UNIVERSITY OF AGRICULTURE AND TECHNOLOGY WEBSITE POLICY JOMO KENYATTA UNIVERSITY OF AGRICULTURE AND TECHNOLOGY WEBSITE POLICY JUNE 2012 1 of 10 UNIVERSITY VISION To be a university of global Excellence in Training, Research and Innovation for Development UNIVERSITY

More information

XML- New meta language in e-business

XML- New meta language in e-business 1 XML- New meta language in e-business XML (extensible Markup Language) has established itself as a new meta language in e-business. No matter what, text, pictures, video- or audio files - with the flexibility

More information

Talking your Language. E-WorkBook 10 provides a one-platform, single source of truth without adding complexity to research

Talking your Language. E-WorkBook 10 provides a one-platform, single source of truth without adding complexity to research Talking your Language E-WorkBook 10 provides a one-platform, single source of truth without adding complexity to research Meet E-WorkBook 10 In January 2015 we launched E-WorkBook 10 - the next step in

More information

Basics of Electronic Data Exchange: XML and EDI

Basics of Electronic Data Exchange: XML and EDI Presenter Monique L. Snowden Director of Enrollment Research & Technology Texas A&M University AAACRO SPEEDE Committee, Chair-elect Session Description This is an introduction to the electronic exchange

More information

6 HUGE Website Mistakes that could Cost You Thousands

6 HUGE Website Mistakes that could Cost You Thousands Websites with Purpose 6 HUGE Website Mistakes that could Cost You Thousands Table of Contents Buying a Website...2 HUGE MISTAKE NUMBER 1...3 Buying on Price Alone...3 Spending Too Much...3 The Real Cost

More information

997 Functional Acknowledgment

997 Functional Acknowledgment 997 Functional Acknowledgment Version: 1.0 Draft Author: Margie Stewart Publication: 06/10/2013 Notes: Table of Contents 997 Functional Acknowledgment.......................................................................................

More information

National Frozen Foods Case Study

National Frozen Foods Case Study National Frozen Foods Case Study Leading global frozen food company uses Altova MapForce to bring their EDI implementation in-house, reducing costs and turn-around time, while increasing overall efficiency

More information

Multiple electronic signatures on multiple documents

Multiple electronic signatures on multiple documents Multiple electronic signatures on multiple documents Antonio Lioy and Gianluca Ramunno Politecnico di Torino Dip. di Automatica e Informatica Torino (Italy) e-mail: lioy@polito.it, ramunno@polito.it web

More information

Data Provenance. Functional Requirements Document: Developed in Response to the Data Provenance Task Force Recommendations. Version 1.

Data Provenance. Functional Requirements Document: Developed in Response to the Data Provenance Task Force Recommendations. Version 1. Data Provenance Functional Requirements Document: Developed in Response to the Data Provenance Task Force Recommendations Version 1.0 May 2015 Version History Version Revision Author Description of Change

More information

Ariba SN Getting Started with Ariba EDI. April 2004

Ariba SN Getting Started with Ariba EDI. April 2004 Ariba SN Getting Started with Ariba EDI April 2004 Copyright 1996-2004 Ariba, Inc. Ariba and the Ariba logo are registered trademarks of Ariba, Inc. Ariba Spend Management, Ariba Spend Management. Find

More information

User Guide QAD EDI ecommerce

User Guide QAD EDI ecommerce QAD Enterprise Applications Enterprise Edition User Guide QAD EDI ecommerce EDI ecommerce Overview Setting Up EDI ecommerce Using EDI ecommerce EDI ecommerce Error Messages 78-0898A QAD Enterprise Applications

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

Cardiovascular and Pulmonary Model Format (CPM) Version 2.0

Cardiovascular and Pulmonary Model Format (CPM) Version 2.0 Cardiovascular and Pulmonary Model Format (CPM) Version 2.0 (Version 2013.07.12.1) Executive Summary This document serves as a reference for the Cardiovascular and Pulmonary Model (CPM) file format. After

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

SharePoint 2010 End User - Level II

SharePoint 2010 End User - Level II Course Outline Module 1: Overview A simple introduction module. Understand your course, classroom, classmates, facility and instructor. Module 2: Server Site Definitions In this module we will explore

More information

Conquering Global Markets

Conquering Global Markets Conquering Global Markets White Paper Unleashing the potential of untapped markets Translate your documents, websites & mobile apps quickly and easily The age of web & content globalization Borders today

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