XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework]

Gespeichert in:
Bibliographische Detailangaben
1. Verfasser: Travis, Brian E. (VerfasserIn)
Format: Buch
Sprache:English
Veröffentlicht: Redmond, Wash. Microsoft Press 2000
Schriftenreihe:Microsoft programming series
Schlagworte:
Online-Zugang:Inhaltsverzeichnis
Tags: Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!

MARC

LEADER 00000nam a2200000 c 4500
001 BV013439120
003 DE-604
005 20020618
007 t
008 001116s2000 a||| |||| 00||| eng d
020 |a 0735611262  |9 0-7356-1126-2 
035 |a (OCoLC)313519843 
035 |a (DE-599)BVBBV013439120 
040 |a DE-604  |b ger  |e rakwb 
041 0 |a eng 
049 |a DE-29T  |a DE-739  |a DE-522  |a DE-83 
082 0 |a 005.7/2 
084 |a ST 200  |0 (DE-625)143611:  |2 rvk 
084 |a ST 250  |0 (DE-625)143626:  |2 rvk 
100 1 |a Travis, Brian E.  |e Verfasser  |4 aut 
245 1 0 |a XML and SOAP programming for BizTalk servers  |b [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework]  |c Brian E. Travis 
264 1 |a Redmond, Wash.  |b Microsoft Press  |c 2000 
300 |a XXI, 428 S.  |b Ill.  |e CD-ROM (12 cm) 
336 |b txt  |2 rdacontent 
337 |b n  |2 rdamedia 
338 |b nc  |2 rdacarrier 
490 0 |a Microsoft programming series 
650 0 7 |a CD-ROM  |0 (DE-588)4139307-7  |2 gnd  |9 rswk-swf 
650 0 7 |a Electronic Commerce  |0 (DE-588)4592128-3  |2 gnd  |9 rswk-swf 
650 0 7 |a Soap  |g Programm  |0 (DE-588)4482478-6  |2 gnd  |9 rswk-swf 
650 0 7 |a XML  |0 (DE-588)4501553-3  |2 gnd  |9 rswk-swf 
689 0 0 |a Electronic Commerce  |0 (DE-588)4592128-3  |D s 
689 0 1 |a XML  |0 (DE-588)4501553-3  |D s 
689 0 |5 DE-604 
689 1 0 |a Soap  |g Programm  |0 (DE-588)4482478-6  |D s 
689 1 |5 DE-604 
689 2 0 |a Electronic Commerce  |0 (DE-588)4592128-3  |D s 
689 2 1 |a XML  |0 (DE-588)4501553-3  |D s 
689 2 2 |a CD-ROM  |0 (DE-588)4139307-7  |D s 
689 2 |5 DE-604 
856 4 2 |m HBZ Datenaustausch  |q application/pdf  |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009172327&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA  |3 Inhaltsverzeichnis 
999 |a oai:aleph.bib-bvb.de:BVB01-009172327 

Datensatz im Suchindex

_version_ 1804128229673402368
adam_text Titel: XML and SOAP programming for BizTalk servers Autor: Travis, Brian E Jahr: 2000 Table of Contents Acknowledgments xi Introduction xiii About the Companion CD xvii Parti XML for E-Commerce chapter i The XML Business Perspective 3 Business-to-Business E-Commerce 5 Separation of Data from Process 5 XML and Three-Tier Web Architectures 6 Data Tier 7 Client Tier 8 Middle Tier 8 XML for Content Providers 18 Standards 22 Building the Page 25 XML for Content Management 26 XML for Content Aggregation 27 The Background of Electronic Document Interchange 30 XML for Electronic Document Interchange 31 XML and E-Commerce 32 Lingua Franca 32 XML and Processing Languages 34 chapter 2 XML Background 35 HTML: THE GOOD STUFF 35 HTML: The Bad Stuff 36 SGML: The Good Stuff 38 SGML: The Bad Stuff 39 We Need XML 40 XML Myths 41 Table of Contents chapter 3 XML Standards ISO OASIS W3C W3C Standards IETF Standards by Convention Developing Industry Schemas chapter 4 XML Syntax The Well-Formed XML Document The XML Declaration Start Tags and End Tags Root Elements Case Sensitivity Proper Nesting Special Characters Attributes Empty Elements Comments Examples of Well-Formed Documents The Valid XML Document The Document Type Definition Namespaces Schemas XML Data Reduced chapters The XML Application The Document Object Model The DOM in Action Creating a DOM Object Accessing the documentElement Getting Items in the Document Exercise: Using the DOM in Visual Basic Writing to the DOM Event-Driven Models Table of Contents Chapter 6 XSL 103 XSL: The Background 103 How Does XSL Work? 104 Microsoft s Implementation of XSL 106 XSLT and XPath Breakout 106 XSLT Operation 106 Recursive Processing 110 XSLT by Example 114 Exercise: Business Document Transformation 123 ii X( AL llsssapij chapter 7 Web Services 133 The Importance of Aggregation 136 Loosely Coupled Services 137 chapter 8 Building a Web Service with SOAP 141 HTTP 142 The GET Method 142 The POST Method 144 Ports 146 Firewalls 146 SOAP Message Structure 147 The XML Newsfeed Example 148 The SOAP Client Application 148 Implementing a SOAP Server in OmniMark 154 SOAPServer.xom 155 getXMLNews.xom 162 Testing the Service 169 chapter 9 The BizTalk Framework 171 The BizTalk Document and Message Specification 173 The BizTalk Framework in B2B Transactions 174 Preparing the Purchase Order 174 Processing the Purchase Order 176 Interchange Evolution 177 Table of Contents Ordering by Using the BizTalk Framework Delivery Receipt The Order Confirmation Potential for Automating Procurement part m The BizTalk Server Chapter io BizTalk System Requirements Reliable Delivery over Any Transport Security Routing Workflow Synchronous and Asynchronous Communication Queuing Batch Support Document Tracking and Activity Trading Partner Management Scalability Document Transformation Third-Party and ISV Extensibility EDI Interoperability Multifaceted API Future-Proof Flexibility A Focus on User-Driven Business chapter ii Building a BizTalk Server Program and Data Flow Architecture Databases System Setup Entering a Purchase Requisition prEnter.asp prProcess.asp ROPE and SDL Table of Contents Processing a Purchase Order Automating Purchase Order Processing Processing the Purchase Order Confirmation chapter 12 Microsoft BizTalk Server 2000 The BizTalk Editor Exercise: Creating a Purchase Order Schema The BizTalk Mapper Exercise: Mapping Two Different Purchase Order Schemas Other BizTalk Tools BizTalk Server 2000 Data Processing Placing an Order Checking Inventory and Ordering from the Manufacturer 257 Sending an Acknowledgment to the Requestor 259 Part iv References Appendix a OmniMark for the Impatient 263 Appendix b BizTalk Framework 2.0 Draft: Document and Message Specification 327 Appendix c XML and BizTalk Web Sites 365 Appendix d Simple Object Access Protocol (SOAP) 1.1 371 Index 413 226 227 238 243 244 244 247 248 255 255 256
any_adam_object 1
author Travis, Brian E.
author_facet Travis, Brian E.
author_role aut
author_sort Travis, Brian E.
author_variant b e t be bet
building Verbundindex
bvnumber BV013439120
classification_rvk ST 200
ST 250
ctrlnum (OCoLC)313519843
(DE-599)BVBBV013439120
dewey-full 005.7/2
dewey-hundreds 000 - Computer science, information, general works
dewey-ones 005 - Computer programming, programs, data, security
dewey-raw 005.7/2
dewey-search 005.7/2
dewey-sort 15.7 12
dewey-tens 000 - Computer science, information, general works
discipline Informatik
format Book
fullrecord <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01866nam a2200469 c 4500</leader><controlfield tag="001">BV013439120</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20020618 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">001116s2000 a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0735611262</subfield><subfield code="9">0-7356-1126-2</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)313519843</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV013439120</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-522</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.7/2</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 200</subfield><subfield code="0">(DE-625)143611:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Travis, Brian E.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">XML and SOAP programming for BizTalk servers</subfield><subfield code="b">[build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework]</subfield><subfield code="c">Brian E. Travis</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Redmond, Wash.</subfield><subfield code="b">Microsoft Press</subfield><subfield code="c">2000</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXI, 428 S.</subfield><subfield code="b">Ill.</subfield><subfield code="e">CD-ROM (12 cm)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Microsoft programming series</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">CD-ROM</subfield><subfield code="0">(DE-588)4139307-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Electronic Commerce</subfield><subfield code="0">(DE-588)4592128-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Soap</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4482478-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">XML</subfield><subfield code="0">(DE-588)4501553-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Electronic Commerce</subfield><subfield code="0">(DE-588)4592128-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">XML</subfield><subfield code="0">(DE-588)4501553-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Soap</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4482478-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">Electronic Commerce</subfield><subfield code="0">(DE-588)4592128-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2="1"><subfield code="a">XML</subfield><subfield code="0">(DE-588)4501553-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2="2"><subfield code="a">CD-ROM</subfield><subfield code="0">(DE-588)4139307-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&amp;doc_library=BVB01&amp;local_base=BVB01&amp;doc_number=009172327&amp;sequence=000001&amp;line_number=0001&amp;func_code=DB_RECORDS&amp;service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-009172327</subfield></datafield></record></collection>
id DE-604.BV013439120
illustrated Illustrated
indexdate 2024-07-09T18:45:56Z
institution BVB
isbn 0735611262
language English
oai_aleph_id oai:aleph.bib-bvb.de:BVB01-009172327
oclc_num 313519843
open_access_boolean
owner DE-29T
DE-739
DE-522
DE-83
owner_facet DE-29T
DE-739
DE-522
DE-83
physical XXI, 428 S. Ill. CD-ROM (12 cm)
publishDate 2000
publishDateSearch 2000
publishDateSort 2000
publisher Microsoft Press
record_format marc
series2 Microsoft programming series
spelling Travis, Brian E. Verfasser aut
XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework] Brian E. Travis
Redmond, Wash. Microsoft Press 2000
XXI, 428 S. Ill. CD-ROM (12 cm)
txt rdacontent
n rdamedia
nc rdacarrier
Microsoft programming series
CD-ROM (DE-588)4139307-7 gnd rswk-swf
Electronic Commerce (DE-588)4592128-3 gnd rswk-swf
Soap Programm (DE-588)4482478-6 gnd rswk-swf
XML (DE-588)4501553-3 gnd rswk-swf
Electronic Commerce (DE-588)4592128-3 s
XML (DE-588)4501553-3 s
DE-604
Soap Programm (DE-588)4482478-6 s
CD-ROM (DE-588)4139307-7 s
HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009172327&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis
spellingShingle Travis, Brian E.
XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework]
CD-ROM (DE-588)4139307-7 gnd
Electronic Commerce (DE-588)4592128-3 gnd
Soap Programm (DE-588)4482478-6 gnd
XML (DE-588)4501553-3 gnd
subject_GND (DE-588)4139307-7
(DE-588)4592128-3
(DE-588)4482478-6
(DE-588)4501553-3
title XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework]
title_auth XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework]
title_exact_search XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework]
title_full XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework] Brian E. Travis
title_fullStr XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework] Brian E. Travis
title_full_unstemmed XML and SOAP programming for BizTalk servers [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework] Brian E. Travis
title_short XML and SOAP programming for BizTalk servers
title_sort xml and soap programming for biztalk servers build business to business e commerce solutions using xml soap and the biztalk framework
title_sub [build business-to-business e-commerce solutions using XML, SOAP, and the BizTalk framework]
topic CD-ROM (DE-588)4139307-7 gnd
Electronic Commerce (DE-588)4592128-3 gnd
Soap Programm (DE-588)4482478-6 gnd
XML (DE-588)4501553-3 gnd
topic_facet CD-ROM
Electronic Commerce
Soap Programm
XML
url http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009172327&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA
work_keys_str_mv AT travisbriane xmlandsoapprogrammingforbiztalkserversbuildbusinesstobusinessecommercesolutionsusingxmlsoapandthebiztalkframework