1 / 27
文档名称:

Oracle-Webservice接口开发.doc

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

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

分享

预览

Oracle-Webservice接口开发.doc

上传人:镜花水月 2019/10/25 文件大小:242 KB

下载得到文件列表

Oracle-Webservice接口开发.doc

相关文档

文档介绍

文档介绍:OracleEBS接口开发之通过DBWS包实现webserviceAuthor: 苏南生E-Mail: #hand-CreationDate: December27,2014LastUpdated: December27,2014DocumentRef: <DocumentReferenceNumber>Version: DRAFT1AApprovals:<Approver1><Approver2> CopyNumber _____DocumentControlChangeRecord6DateAuthorVersionChangeReference2014-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)=查询结果或提示信息案例地址:.cn/WebServices/?op=getCountryCityByIpWSDL地址:.cn/WebServices/?wsdl请求数据格式:POST/WebServices/:Content-Type:text/xml;charset=utf-8Content-Length:lengthSOAPAction:""<?xmlversion=""encoding="utf-8"?><soap:Envelopexmlns:xsi="/XMLSchema-instance"xmlns:xsd="/XMLSchema"xmlns: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="/XMLSchema-instance"xmlns:xsd="/XMLSchema"xmlns:soap="/envelope/"><soap:Body><getCountryCityByIpResponsexmlns=""><getCountryCityByIpResult><string>string</string><string>string</string></getCountryCityByIpResult></getCountryCityByIpResponse></soap:B