Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 7.27 KB

develop-your-oracle-e-business-suite-applications.md

File metadata and controls

55 lines (43 loc) · 7.27 KB
title description ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Develop your Oracle E-Business Suite applications in BizTalk
Create Oracle EBS applications using WCF, or in BizTalk Server with the BizTalk Adapter Pack (BAP)
06/08/2017
biztalk-server
article

Develop your Oracle E-Business Suite applications

Overview

The [!INCLUDEadapteroracleebusinesslong] is a [!INCLUDEfirstref_btsWinCommFoundation] binding. Client applications can consume the [!INCLUDEadapteroraclebusinessshort] to invoke operations on Oracle E-Business Suite artifacts. The [!INCLUDEadapteroraclebusinessshort] can be consumed:

  • Through a physical port binding in a [!INCLUDEbtsBizTalkServerNoVersion] solution.

  • By invoking methods on an instance of a client proxy.

  • By sending SOAP messages over a channel instance in code that uses the WCF channel model.

BizTalk vs WCF service vs WCF channel

The following table:

  • Lists the different operations that can be performed on Oracle E-Business Suite using the [!INCLUDEadapteroraclebusinessshort].

  • Provides links to the topics containing information about performing the task using the chosen approach ([!INCLUDEbtsBizTalkServerNoVersion], WCF service model or WCF channel model).

Operation BizTalk Server WCF Service Model WCF Channel Model
Performing operations on interface tables and views Insert, update, delete, or select on interface tables and interface views with Oracle E-Business Suite Insert, update, delete, or select operations on interface tables and views using the WCF service model Run an insert operation on an interface table in Oracle E-Business Suite using the WCF channel model
Performing operations on tables and views with large data types Complete operations on tables with large data types in Oracle E-Business Suite using the WCF service model Complete operations on tables with large data types in Oracle E-Business Suite using the WCF service model
Performing composite operations on Oracle database Complete composite operations on Oracle E-Business Suite
Invoking concurrent programs in Oracle E-Business Suite Invoke concurrent programs in Oracle E-Business Suite Invoke concurrent programs in Oracle E-Business Suite using the WCF service model
Invoking request sets in Oracle E-Business Suite Invoke request sets in Oracle E-Business Suite Invoke request sets in Oracle E-Business Suite using the WCF service model
Performing ExecuteReader, ExecuteScalar, or ExecuteNonQuery operations ExecuteReader, ExecuteScalar, or ExecuteNonQuery operations in Oracle E-Business Suite ExecuteReader, ExecuteScalar, or ExecuteNonQuery operations in Oracle E-Business Suite using the WCF service model
Polling Oracle database Using BizTalk Server Poll Oracle E-Business Suite using BizTalk Server Poll Oracle E-Business Suite using the WCF service model
Receiving database change notifications from Oracle E-Business Suite Receive Oracle Database Change Notifications Using BizTalk Server Receive Oracle E-Business Suite database change notifications using the WCF service model Poll Oracle E-Business Suite using SELECT statement with the WCF channel model

Next steps

The topics in this section provide information, procedures, and examples to help you develop applications that consume the [!INCLUDEadapteroraclebusinessshort] in both [!INCLUDEbtsBizTalkServerNoVersion] and .NET programming solutions.