Book Image

Getting Started with Oracle SOA B2B Integration: A Hands-On Tutorial

By : Krishnaprem Bhatia, Alan Perlovsky, Scott Haaland
Book Image

Getting Started with Oracle SOA B2B Integration: A Hands-On Tutorial

By: Krishnaprem Bhatia, Alan Perlovsky, Scott Haaland

Overview of this book

<p>Enterprises engaging in B2B communications with their trading partners are facing increased pressure to increase automation and reduce costs. Increased compliance requirements and globalization of economies is fueling B2B adoption in every industry. Gateway solutions in Oracle SOA B2B enable these enterprises to connect easily with external trading partners.</p> <p>Getting Started with Oracle SOA B2B Integration: A Hands-On Tutorial will show you how to use Oracle B2B platform to extend your current business processes to connect with your external trading partners in an automated, secure fashion, using industry standard B2B protocols. It will show you how to set up documents, partners and agreements and manage your B2B transactions end-to-end, all the way from application to trading partners and vice versa</p> <p>Starting with an introduction to the B2B industry you then be introduced to Oracle B2B and SOA platforms. You will then begin creat document definitions and get you started with trading partner management. Once you have a solid grounding you will then be taken into the more complex topic of SOA. Integration, reporting, and monitoring will all be covered in detail.</p> <p>Then you will be shown how to secure your B2B distribution, security is an essential part of all businesses and B2B is no different. Finally you will be introduced to advanced topics that should give you the skills and knowledge to easily go out and do all of this again with next to no guidance.</p> <p>Utilizing the combined experienced of one of the most knowledgeable Oracle B2B author teams assembled this step-by-step practical guide provides you with the essential information required to implement Oracle B2B solutions including multiple hands-on tutorials that will help you get up and running quickly.</p>
Table of Contents (18 chapters)
Getting Started with Oracle SOA B2B Integration: A Hands-On Tutorial
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

EDI batching


Often at times there is a need to batch messages together at runtime and then send these together to the trading partner as a large batch instead of sending individual messages. There are various reasons for this. Sometimes enterprises are charged a per transaction fee when exchanging with partners. In this case there is a cost advantage of batching a number of messages together and sending them as one big message. The batching of messages is especially common in the retail sector and is commonly used in case of the EDI documents. For example, a company may collect all purchase orders that need to be sent during the day. Then at a particular time at night, perhaps when the traffic is low, all the messages are batched together in one large message and sent out to the trading partner. In case of EDI messages this could mean one ISA containing multiple groups, or one group containing multiple transactions.

Regardless of the use case, Oracle B2B provides the ability to batch the...