共用方式為


開發 Oracle E-Business Suite 應用程式

概觀

Microsoft BizTalk Adapter for Oracle E-Business Suite 是 Windows Communication Foundation (WCF) 系結。 用戶端應用程式可以使用 Oracle E-Business 配接器來叫用 Oracle E-Business Suite 成品上的作業。 您可以取用 Oracle E-Business 配接器:

  • 透過BizTalk Server解決方案中的實體埠系結。

  • 藉由在用戶端 Proxy 實例上叫用方法。

  • 透過使用 WCF 通道模型之程式碼中的通道實例傳送 SOAP 訊息。

BizTalk 與 WCF 服務與 WCF 通道

下表:

  • 列出可使用 Oracle E-Business 配接器在 Oracle E-Business Suite 上執行的不同作業。

  • 提供主題的連結,其中包含使用所選方法執行工作的相關資訊, (BizTalk Server、WCF 服務模型或 WCF 通道模型) 。

作業 BizTalk Server WCF 服務模型 WCF 通道模型
在介面資料表和檢視表上執行作業 使用 Oracle E-Business Suite 在介面資料表和介面檢視上插入、更新、刪除或選取 使用 WCF 服務模型在介面資料表和檢視上插入、更新、刪除或選取作業 使用 WCF 通道模型,在 Oracle E-Business Suite 中的介面資料表上執行插入作業
對具有大型資料類型的資料表和檢視執行作業 使用 WCF 服務模型,在 Oracle E-Business Suite 中具有大型資料類型的資料表上完成作業 使用 WCF 服務模型,在 Oracle E-Business Suite 中具有大型資料類型的資料表上完成作業
在 Oracle 資料庫上執行複合作業 在 Oracle E-Business Suite 上完成複合作業
在 Oracle E-Business Suite 中叫用並行程式 在 Oracle E-Business Suite 中叫用並行程式 使用 WCF 服務模型在 Oracle E-Business Suite 中叫用並行程式
在 Oracle E-Business Suite 中叫用要求集 在 Oracle E-Business Suite 中叫用要求集 使用 WCF 服務模型在 Oracle E-Business Suite 中叫用要求集
執行 ExecuteReader、ExecuteScalar 或 ExecuteNonQuery 作業 Oracle E-Business Suite 中的 ExecuteReader、ExecuteScalar 或 ExecuteNonQuery 作業 使用 WCF 服務模型在 Oracle E-Business Suite 中的 ExecuteReader、ExecuteScalar 或 ExecuteNonQuery 作業
使用 BizTalk Server 輪詢 Oracle 資料庫 使用 BizTalk Server 輪詢 Oracle E-Business Suite 使用 WCF 服務模型輪詢 Oracle E-Business Suite
從 Oracle E-Business Suite 接收資料庫變更通知 使用 BizTalk Server 接收 Oracle 資料庫變更通知 使用 WCF 服務模型接收 Oracle E-Business Suite 資料庫變更通知 使用 SELECT 語句搭配 WCF 通道模型輪詢 Oracle E-Business Suite

下一步

本節中的主題提供資訊、程式和範例,協助您開發在 BizTalk Server 和 .NET 程式設計解決方案中使用 Oracle E-Business 配接器的應用程式。