| E-commerce Standards in the Insurance Industry | Table of contents | Indexes | XML Based Linking Concept | |||
Electronic Commerce Connection, Inc. ![]() Germantown ![]() Harvey, Betty ![]() USA ![]() | Betty Harvey |
| President |
| Electronic Commerce Connection, Inc. |
| 13017 Wisteria Drive
Germantown
(Maryland)
USA
Email: harvey@eccnet.com |
| Biography |
Introduction |
How Can EDI and XML Relate? |
XML eCommerce Exchanges |
N1*SH*ACE MANUFACTURING*1*987654321*N2*RECEIVING*N3* 234 MARKET STREET *N4*SAN FRANCISCO*CA*94103*US |
| The above information could be tagged in XML as: |
<shipper duns="987654321"> <organization unique-id="aceman"> <name>ACE MANUFACTURING</name> <division>RECEIVING</division> <address> <street>234 MARKET STREET</street> <city>SAN FRANCISCO</city> <state>CA</state> <zip>94103</zip> <country>US</country> </address> </organization> </shipper> |
| Information Object | Looking at the two examples above, you see some obvious advantages and disadvantages of both data structures. The EDI transaction is succinct. It is easy to transmit from computer to computer. It is very difficult for the human to read and understand if there are format problems. Customized mapping software is required. The XML on the other hand is very verbose. If a million transactions are transmitted XML does require more bandwidth. However, XML is able to be read, validated and processed by standard software. |
Approach |
|
Content Models |
|
| The information object for item is used in all three DTDs shown in Figure 1. |
Reuse of the Information |
<contact> <name>Electronic Commerce Connection, Inc.</name> <attention> <name>Betty Harvey</name> <telephone>301-540-8251</telephone> <email href="mailto:harvey@eccnet.com">harvey@eccnet.com</email> </attention> <address> <street>13017 Wisteria Drive</street> <pobox>333</pobox> <city>Germantown</city> <state>MD</state> <zip>20874</zip> </address> <telephone>301-540-8251</telephone> <fax>301-428-4268</fax> <email href="mailto:info@eccnet.com">info@eccnet.com</email> </contact> |
<header> <logo> <picture src="graphics/ecc.gif"/> </logo> <date>September 28, 1998</date> <po-num>346</po-num> <company> &ecc; </company> <vendor> &acme; </vendor> <ship-to> &ecc; </ship-to> </header> |
|
Mapping XML to EDI |
| ...*Electronic Commerce Connection, Inc.*Betty Harvey**301-540-8251** harvey@eccnet.com*13017 Wisteria Drive, 333, Germantown, MD 20874* *301-540-8251*301-428-4268*info@eccnet.com*... |
<!ELEMENT address (full-address | (street+, pobox?, city, state, zip))> <!ELEMENT full-address (#PCDATA)> <!ELEMENT street (#PCDATA)> <!ELEMENT pobox (#PCDATA)> <!ELEMENT city (#PCDATA)> <!ELEMENT state (#PCDATA)> <!ELEMENT zip (#PCDATA)> |
Conclusion |
| In companies where EDI is not currently being utilized, XML provides the solution that will keep the organization competitive in todays market. |
References |
| E-commerce Standards in the Insurance Industry | Table of contents | Indexes | XML Based Linking Concept | |||