Develop BizTalk applications using the Oracle E-Business Suite adapter

Developing BizTalk applications involves creating a BizTalk project in Visual Studio, and using the Consume Adapter Service BizTalk Project Add-in or Add Adapter Metadata Wizard to generate XML schema. Once you have generated the schema, you can either use Content-Based Routing (CBR) or create BizTalk orchestrations to send and receive messages that conform to your generated schema.

CBR can be used in scenarios where the messages being sent to Oracle E-Business Suite do not require any intensive processing. For example, if you know that the receive port receive messages only of a certain type, you can add a filter to the send port to route messages that match the filter expression to the send port.

Use orchestration

In BizTalk orchestrations, you create send and receive ports to send and receive messages to and from the WCF-Custom adapter, which in turn sends the messages to BizTalk Server.

This section provides information about using BizTalk orchestrations to perform tasks and operations on Oracle E-Business Suite using the Oracle E-Business adapter. The Oracle E-Business adapter in turn uses the WCF-Custom adapter, which can interact with a WCF binding.

Important

To use the Oracle E-Business adapter with Microsoft BizTalk Server, you must always set the EnableBizTalkCompatibilityMode binding property to True. For the steps, see Configure the binding properties for Oracle E-Business Suite.

See Also

Develop your Oracle E-Business Suite applications