Oracle实践之EBSPLSQL解析Webservice.doc
《Oracle实践之EBSPLSQL解析Webservice.doc》由会员分享,可在线阅读,更多相关《Oracle实践之EBSPLSQL解析Webservice.doc(15页珍藏版)》请在三一文库上搜索。
1、Doc Ref: Error! Reference source not found.Oracle实践EBS PLSQL 实例解析Webservice 实施指南Author:Can.wuCreation Date:06-Jan-2017Last Updated:06-Jan-2017Document Ref:Oracle_Exp_035Version:1.1Note: Title, Subject, Last Updated Date, Reference Number, and Version are marked by a Word Bookmark so that they can be
2、 easily reproduced in the header and footer of documents. When you change any of these values, be careful not to accidentally delete the bookmark. You can make bookmarks visible by selecting Tools-OptionsView and checking the Bookmarks option in the Show region.Approvals:Can.WuCopy No._Note: To add
3、additional approval lines, press Tab from the last cell in the table above.Note: You can delete any elements of this cover page that you do not need for your document. For example, Copy Number is only required if this is a controlled document and you need to track each copy that you distribute.Docum
4、ent ControlChange Record3DateAuthorVersionChange Reference07-Jan-17Can.Wu1.0No Previous DocumentReviewersNamePositionDistributionCopy No.NameLocation1Library MasterProject Library2Project Manager34Note: The copy numbers referenced above should be written into the Copy Number space on the cover of ea
5、ch distributed copy. If the document is not controlled, you can delete this table, the Note To Holders, and the Copy Number label from the cover page.Note To Holders:If you receive an electronic copy of this document and print it out, please write your name on the equivalent of the cover page, for d
6、ocument control purposes.If you receive a hard copy of this document, please write your name on the front cover, for document control purposes.ContentsDocument Controlii介绍1概述1(一)调用Integrated SOA Gateway发布的Web Service2(二)参考文档10Open and Closed Issues for this Deliverable11Open Issues11Closed Issues11N
7、ote: To update the table of contents, put the cursor anywhere in the table and press F9. To change the number of levels displayed, select the menu option InsertIndex and Tables, make sure the Table of Contents tab is active, and change the Number of Levels to a new value.Open and Closed Issues for t
8、his Deliverable 12 of 12Error! Reference source not found.File Ref: Oracle实践之EBS PL/SQL解析Web ServiceCompany Confidential - For internal use only介绍概述在EBS中,我们可以通过PL/SQL或Java调用外围系统发布的WebService(以下简称WS),可以参考文档Oracle实践之DBWS部署及应用&WebService开发及部署中的描述,但这种方式仅是EBS主动调用外围系统的WS。如果我们需要外围系统主动调用EBS的WS,那么我们就需要在EBS中发
9、布WS供其他系统调用。(一)调用Integrated SOA Gateway发布的Web ServiceISG开发的WS,第三方系统调用WS时遇到最多的问题是身份验证相关的问题。本章节主要介绍在项目实施过程中,常见的第三方程序调用EBS的WS示例。1.1 PL/SQL调用Web Service Oracle数据库提供了utl_http和utl_dbws两个程序包,都可以实现Web Service的调用。关于utl_dbws 曾经整理过一篇文档Oracle实践之DBWS部署及应用&WebService开发及部署,因为utl_dbws需要安装,相对麻烦,本章节使用utl_http调用Web Ser
10、vice。实例对象:vs159环境,http:/vs159.hand-:8005/webservices/SOAProvider/plsql/cux_ws_information_pkg/?wsdll 获取Web Service请求和响应XML可以通过soapUI工具或EBS的WS测试页面获取,本例WS的请求XML如下: HAND_WSQWER1234 soap:Body xmlns:ns1= 121 WS的响应XML如下: OutputParameters xmlns:xsi=http:/www.w3.org/2001/XMLSchema-instance xmlns= S 7 23121
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- Oracle 实践 EBSPLSQL 解析 Webservice
