You are browsing the archive for Integrated SOA Gateway.

使用Integration Repositoy Parser(IREP)的前提设置

十月 20, 2009 in Oracle EBS二次开发

在使用IREP Parser之前,需要在EBS环境安装补丁9004712,IREP Parser是一个用Perl编写的独立工具,用来验证集成接口标记并生成集成接口描述文件(iLDT),在使用它之前需要安装几个必须的Perl模块,并安装IREP Parser对应的补丁,补丁安装完成后在 $FND_TOP/bin 目录下可以找到Perl的脚本文件irep_parser.pl和irep_lct.pl,运行如下的命令:

$IAS_ORACLE_HOME/perl/bin/perl $FND_TOP/bin/irep_parser.pl

这时运行会发生Can’t locate Class/MethodMaker.pm的错误

这是由于IREP Parser工具中的perl脚本使用到了一些第三方的CNAN模块,因此在用它来验证集成接口标记文件和生产iLDT之前需要进行必要的设置,下面是相关步骤:

Read the rest of this entry →

Oracle EBS Integrated SOA Gateway(ISG) IREP Parser工具发布

十月 13, 2009 in Oracle EBS二次开发

在Oracle EBS 11.5.10的时候,Oracle就开始推动EBS系统中SOA服务架构的支持,作为SOA服务中心的Integration Repository作为预览提早发布出来,到了Oracle EBS R12.1的时候推出了Oracle E-Business Suite Integrated SOA Gateway来完成基于SOA系统的集成 ,借用Oracle官方的一张图片

image

Read the rest of this entry →