IGS_学习笔记06_IREP发布客户化集成接口为Web Service(案例)

2015-01-03 Created By BaoXinjian

一、摘要


PL/SQL API发布到Oracle Integration Repositoy后,发布上去的集成接口还无法供集成使用的Web服务,是因为它还没有按照WebSerices的规范发布为WSDL,发布接口为Web服务的步骤为:

Step1.Oracle EBS Integrated SOA Gateway(ISG) 相关设置(一次性设置);

Step2.为集成接口的过程和方法创建授权,它可以授权给所有用户、一组用户或者特别的用户;

Step3.生成接口对应的WSDL信息;

Step4.Deploy Web服务;

Step5.客户端使用Web服务的WSDL描述URL来调用;

 

四、发布Web服务


 

完成以上工作后,点击Generate WSDL 按钮来生成集成接口对应的Web服务WSDL信息

 

image

 

成功完成后可以看到如下Web服务的状态为:Generated

 

image

 

点击 Deploy 按钮来发布Web服务到中间服务器中,发布后Web服务的状态为: Deployed

 

deployed_custom_plsql_wsdl

 

 

至此就可以通过 http://ebs006.hand-china.com:8001/webservices/SOAProvider/plsql/oracleseeker_emp_pkg/?wsdl 来访问通过客户化PL/SQL发布的Web服务了,后续将描述如何进行Web服务的测试。

 

 

 

 

 

 

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=330504050904771&id=1089197.1&displayIndex=1&_afrWindowMode=0&_adf.ctrl-state=mpriy0wou_1703#GOAL

 

Thanks and Regards

参考:张礼军先生 - http://oracleseeker.com/2009/10/22/deploy_custom_integration_interface_as_webservice_wsdl/

posted on 2014-09-06 21:59  东方瀚海  阅读(506)  评论(0编辑  收藏  举报