1 / 27
文档名称:

Oracle Webservice接口开发.doc

格式:doc   大小:260KB   页数:27页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

Oracle Webservice接口开发.doc

上传人:小点 2019/3/23 文件大小:260 KB

下载得到文件列表

Oracle Webservice接口开发.doc

文档介绍

文档介绍:Forpersonaluseonlyinstudyandresearch;mercialuseOracleEBS接口开发之通过DBWS包实现webserviceAuthor: 苏南生E-Mail: #hand-CreationDate: December27,2014LastUpdated: December27,2014DocumentRef: <DocumentReferenceNumber>Version: DRAFT1AApprovals:<Approver1><Approver2> CopyNumber _____DocumentControlChangeRecord5DateAuthorVersionChangeReference2014-12-:opyofthisdocumentandprintitout,pleasewriteyournameontheequivalentofthecoverpage,,pleasewriteyournameonthefrontcover, ii1. Webservice 42. DBWS包 63. XML 114. XPath 135. Oracle解析带有命名空间的XML 186. 信保通对接代码示例 197. OpenandClosedIssuesforthisDeliverable 20OpenIssues 20ClosedIssues :通过输入IP地址查询国家、城市、所有者等信息。返回数据:一个一维字符串数组String(1),String(0)=IP地址;String(1)=查询结果或提示信息案例地址:http://webservice./WebServices/?op=getCountryCityByIpWSDL地址:http://webservice./WebServices/?wsdl请求数据格式:POST/WebServices/:-Type:text/xml;charset=utf-8Content-Length:lengthSOAPAction:"/getCountryCityByIp"<?xmlversion=""encoding="utf-8"?><soap:Envelopexmlns:xsi="1/XMLSchema-instance"xmlns:xsd="1/XMLSchema"xmlns:soap="http://schemas./soap/envelope/"><soap:Body><getCountryCityByIpxmlns="/"><theIpAddress>string</theIpAddress></getCountryCityByIp></soap:Body></soap:Envelope>返回数据格式:HTTP/-Type:text/xml;charset=utf-8Content-Length:length<?xmlversion=""encoding="utf-8"?><soap:Envelopexmlns:xsi="1/XMLSchema-instance"xmlns:xsd="1/XMLSchema"xmlns:soap="http://schemas./soap/envelope/"><soap:Body><getCountryCityByIpR