ebs如何将客户化的PL/SQL程序发布到webservice

as:cux_gl_hec_iface_soa_pkg.

1、package声明部分的内容拷贝出来另存为cux_gl_hec_iface_soa_pkg.pls的文件;

2、将该文件上传到服务器上拥有读写权限的路径下

3、运行下面的编译语句(注册文件,并生成ildt文件)

$IAS_ORACLE_HOME/perl/bin/perl $FND_TOP/bin/irep_parser.pl -g -v -username=sysadmin cux:patch/115/sql:cux_gl_hec_iface_soa_pkg.pls:12.0=cux_gl_hec_iface_soa_pkg.pls

4、使用FNDLOAD语句上传ildt文件

FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/wfirep.lct cux_dis_order_export_pkg_pls.ildt

完成后,便可以在IREP的职责中搜索到该PL/SQL类型的接口了。

5、生成WSDL并部署Web Servers。

原文地址:https://www.cnblogs.com/xiyuanbaiyun/p/4277881.html