Integration_IREP学习笔记系列1_Integrated SOA Gateway 介绍(案例)

2014-01-01 Created By BaoXinjian

一、摘要


Oracle EBS 11.5.10的时候,Oracle就开始推动EBS系统中SOA服务架构的支持,作为SOA服务中心的Integration Repository作为预览提早发布出来,

到了Oracle EBS R12.1的时候推出了Oracle E-Business Suite Integrated SOA Gateway来完成基于SOA系统的集成 

 

1.  Integration Repository

作为Oracle EBS系统为SOA架构提供的Service Broker,所有EBS相关的Web服务都会发布到这里来为客户端提供使用,而Integration Repository基本支持将EBS系统中所有的程序类型发布为Web服务

Product Family

(1).PL/SQL程序

(2).Java程序

(3).XML Gateway Map

(4).并发程序/Concurrent Program

(5).业务服务对象/Business Service Object

(6).业务事件/Business Event

(7).BPEL

(8).接口表

(9).EDI接口

2. IREP Parser Patch

2009/10/09 IREP Parser (Patch 9004712)作为一个补丁发布了,通过它我们可以将自己的各种程序发布到Integration Repository中后通过Web服务的方式提供系统集成,

补丁安装完成后在 $FND_TOP/bin 目录下可以找到Perl的脚本文件irep_parser.pl和irep_lct.pl

发布自定义的集成接口到Integration Repository的步骤如下

Step1.开发人员按照Integration Repository标记的标准定义客户化的集成接口;

Step2.使用IREP Parser工具来验证客户化的集成接口标记,如果没有错误则生成 ildt 文件;

Step3.使用FNDLOAD工具将 ildt 文件中的内容上载到 Integration Repository中;

Step4.管理员为客户化的集成接口设置必要的授权;

Step5.为客户化的集成接口生成Web服务;

Step6.将Web服务从Integration Repository发布到应用服务器供客户端使用;

 

二、查看实时文档


从Oracle Document Library下载实时文档

 

三、补丁安装和搭建


1. 设定Responsible

2. 下载补丁9004712

你可能感兴趣的:(integration)