基于Web Service的B2B电子商务的研究

VIP免费
3.0 牛悦 2024-11-19 4 4 848.03KB 55 页 15积分
侵权投诉
摘 要
电子商务的出现,不仅改变了传统的以商品交易为中心的商务活动,而且还
影响和改变了人们的工作、生活和思维方式,从而更加推进信息社会的到来。
随着Internet 的发展,随着经济全球化的到来,基于web B2B电子商务也在
不断发展,各个企业,企业与企业之间联系越来越多,信息交换越来越频繁,也越
来越复杂。Internet 为各种类型的商业实体提供了发现新客户、供应流、新服务的
各种机会,使他们利用Internet获得了空前的经济回报,体现了Internet 的巨大价
值。各种组织和商业实体都已果断地将其业务从传统模式转向Internet , 并且已取
得了显著的成效,诸如收益增加、成本降低、新的客户关系的建立、品牌创新的机
会、新的客户服务的创建等等。但由于历史原因、企业习惯不同、资金问题等,
前大多数电子商务的应用和基于Web 的商业服务在处理购买者、供应商、交易市
场和服务商之间的联系方式各不相同。如何方便、低代价地将这些应用连接在一
,从而实现大范围的跨企业实体的商务应用系统的对接,这是摆在开发人员面
前的一大问题。不同的应用(尤其是不同企业的应用)的开发语言不同、部署平台
不同、通信协议也可能不同,对外交换的数据格式也有很大的差异。如何去解决语
言差异、平台差异、协议差异、数据差异所带来的高代价的系统集成是这个问题
的关键。
Web Service技术是应用程序通过互联网发布和利用软件服务的一种标准机
制。它提供了一套分布式的计算技术,Internet Intranet 上通过使用标准的XML
协议和信息格式提供应用服务。Web Service 实现的功能可以是响应客户一个简单
的请求,也可以是完成一个复杂的商务流程,一旦一个Web Service 配置好后,其它应
用程序和其它Web Service就可以直接发现和调用该服务。
但是 Web Service 技术引入电子商务应用中,还有很多以待解决的问题,毕
Web Service 是近几年才兴起的。本文针对在电子商务中运用 Web Service 技术
的中心焦点问(电子商务 B2B 集成技术、基于 Web Service Web 服务安全性)
做了深入的研究和探讨,在本文的最后部分给出了钻井信息系统(DIS)解决方案,
提供了一种基于 Web Service 的安全、高效、异构集成的电子商务系统的设计思
想。
关键词:电子商务 Web Service 异构系统集成 Web 服务安全
ABSTRACT
The emergence of e-commerce not only changed the traditional business activities
around commodity trade, but also the impact and has changed the way people work,
live and way of thinking, and more to promote the arrival of the information society.
With the Internet's development, with economic globalization, the advent of
Web-based B2B e-commerce has been the development. Linkages between Various
enterprises, business-to-business became more and more numerous, and the exchange
of information increased frequency, but also more complex. Internet provide the
discovery of new customers, suppliers flow, new service opportunities for all types of
commercial entities, so that they will use Internet access to an unprecedented degree of
economic return, reflected the Internet's tremendous value. A variety of organizations
and business entities have been decisive to its business model shifting from the
traditional Internet, and has achieved remarkable results, such as earnings increase,
cost reduction, the new customer relationship-building, branding opportunities for
innovation, new customer service creation and so on. However, due to historical
reasons, enterprises of different habits, financial problems, there's much more
variability among most of the existing e-commerce applications and Web-based
business services in dealing with buyers, suppliers, markets and transactions services.
how to connected these applications by the way of convenient and low cost, in
order to achieve a wide range of cross-enterprise business applications entity docking
system is a major problem placed in the developer. Different applications (in particular
the application of different enterprises) of different development languages,
deployment platforms, communication protocols may also be different, foreign
exchange data format also has a lot of difference. How to resolve differences in
language, platform differences, differences in protocol, data differences posed by the
high cost of system integration are the key to the problem.
However, Web Service is just the beginning applications, there are many pending
issues. Web Service is, after all, only emerging in recent years. In this paper, do an
in-depth study and explore on the focus of the problem of using Web Service
technology in e-commerce (E-Commerce B2B integration technology, the Web-based
Web Service Security Service), give the solution of drilling information system (DIS)
in the last part of the paper, which provides a safe, efficient, heterogeneous integration
of e-commerce system Design concept based on Web Service.
目 录
摘 要
第一章 绪论 ...........................................................................................................1
§1.1 引言 ..........................................................................................................1
§1.2 电子商务简论 ........................................................................................2
§1.2.1 电子商务定义 .............................................................................2
§1.2.2 电子商务的意义 .........................................................................2
§1.2.3 电子商务发展趋势 .....................................................................3
§1.3 基于 Web Service 技术的电子商务系统结构 ..................................... 4
§1.4 基于 Web Service 技术的电子商务的关键技术和本文讨论点 ......... 4
第二章 Web Service 技术研究 ............................................................................. 6
§2.1 分布式计算发展历程 ..............................................................................6
§2.1.1 RPC(Remote Procedure Calls, 远程过程调用) ........................... 6
§2.1.2 分布式对象 .................................................................................6
§2.1.3 MOM(Message Oriented Middleware, 面向消息的中间件) ....7
§2.2 什么是 Web Service .............................................................................. 7
§2.3 Web Service 相关技术 .......................................................................... 8
§2.3.1 SOAP .......................................................................................... 8
§2.3.2 WSDL ....................................................................................... 10
§2.3.3 UDDI .........................................................................................11
§2.3.4 Web Services 体系架构模型 .................................................... 11
§2.5 Web Service 协议栈 ............................................................................ 12
§2.6 本章小结 .................................................................................................15
第三章 基于 Web Service Web 服务安全性 ................................................... 16
§3.1 Web 服务安全性概述 ......................................................................... 16
§3.1.1 SOAP 层安全扩展 ................................................................... 17
§3.1.2 UDDI 安全:识别与授权 ........................................................19
§3.2 WS-Security 及有关的规范 ................................................................ 19
§3.2.1 什么是 WS-Security ................................................................. 19
§3.2.2 WEB 服务安全性体系架构 ....................................................19
§3.3 利用 WSE 加密 SOAP 报文 ..............................................................22
§3.3.1 WSE 的安全特性 ..................................................................... 22
§3.3.2 加密 SOAP 报文 ...................................................................... 22
§3.5 本章小结 ............................................................................................25
第四章 电子商务 B2B 集成技术探讨 ................................................................. 26
§4.1 B2B 集成技术的发展 ......................................................................... 26
§4.1.1 传统集成技术 ...........................................................................26
§4.1.2 新一代集成技术 .......................................................................26
§4.2 主流集成技术方案 ..............................................................................27
§4.2.1 数据仓库 ...................................................................................27
§4.2.2 IBM 联邦数据库 ...................................................................... 28
§4.2.3 中间件数据集成方案(BizTalk.......................................... 30
§4.3 各种集成技术的比较 ........................................................................33
§4.4 基于 Webservice SynchroESB 中间件集成方案 .......................... 34
§4.5 本章小结 ..............................................................................................36
第五章 钻井信息系统(DIS)解决方案 ............................................................ 38
§5.1 案例概述 ................................................................................................38
§5.2 体系架构 ................................................................................................38
§5.3 系统功能模块 ........................................................................................39
§5.3.1 配置模块 .....................................................................................39
§5.3.2 安全控制模块 ..............................................................................41
§5.3.3 查询路由模块 .............................................................................45
§5.3.4 本地子查询执行模块 ...............................................................45
§5.3.5 查询结果重组模块 ...................................................................46
§5.4 本章小结 ..............................................................................................46
第六章 总结与展望 ...............................................................................................47
§6.1 电子商务展望 ........................................................................................47
§6.2 Web Service 技术发展前景 ................................................................ 47
§6.2.1 Web Service 与网格技术的关系 ..................................................... 47
§6.2.2 Web Service 将于网格结合得更加紧密 ................................. 48
§6.3 不足与改进 ..........................................................................................49
参考文献 .................................................................................................................50
.....................................................................................................................51
第一章 绪论
1
第一章 绪论
§1.1 引言
电子商务的出现,不仅改变了传统的以商品交易为中心的商务活动,
且还影响和改变了人们的工作、生活和思维方式,从而更加推进信息社会的到
来。
随着Internet 的发展,随着经济全球化的到来,基于Web B2B电子商务也
在不断发展,各个企业,企业与企业之间联系越来越多,信息交换越来越频繁,
越来越复杂。Internet 为各种类型的商业实体提供了发现新客户、供应流、新服
务的各种机会,使他们利用Internet获得了空前的经济回报,体现了Internet 的巨
大价值。各种组织和商业实体都已果断地将其业务从传统模式转向Internet ,
且已取得了显著的成效,诸如收益增加、成本降低、新的客户关系的建立、品牌
创新的机会、新的客户服务的创建等等。但由于历史原因、企业习惯不同、资金
问题等,目前大多数电子商务的应用和基于Web 的商业服务在处理购买者、供应
商、交易市场和服务商之间的联系方式各不相同。如何方便、低代价地将这些应
用连接在一起,从而实现大范围的跨企业实体的商务应用系统的对接,这是摆在
开发人员面前的一大问题。不同的应用(尤其是不同企业的应用)的开发语言不
同、部署平台不同、通信协议也可能不同,对外交换的数据格式也有很大的差异。
如何去解决语言差异、平台差异、协议差异、数据差异所带来的高代价的系统集
成是这个问题的关键。
Web Service 技术是应用程序通过互联网发布和利用软件服务的一种标准机
制。它提供了一套分布式的计算技术,Internet Intranet 上通过使用标准的
XML 协议和信息格式提供应用服务。Web Service 实现的功能可以是响应客户
一个简单的请求,也可以是完成一个复杂的商务流程[1],一旦一个Web Service
置好后,其它应用程序和其它Web Service就可以直接发现和调用该服务。
Web ServiceB2B集成成功的关键。通过Web Service公司可以把关键的商
务应用“暴露”给指定的供应商和客户。例如,把电子下单系统和电子发票系统
“暴露”出来,客户就可以以电子的方式发送订单,供应商则可以以电子的方式
发送原料采购发票。当然,这并不是一个新的概念,EDI(电子文档交换)早就是
这样了。但是,Web Service的实现要比EDI简单得多,而且Web Service运行在
Internet上,在世界任何地方都可轻易实现,其运行成本就相对较低。不过,Web
Service并不像EDI那样,是文档交换或B2B集成的完整解决方案。Web Service
摘要:

摘要电子商务的出现,不仅改变了传统的以商品交易为中心的商务活动,而且还影响和改变了人们的工作、生活和思维方式,从而更加推进信息社会的到来。随着Internet的发展,随着经济全球化的到来,基于web的B2B电子商务也在不断发展,各个企业,企业与企业之间联系越来越多,信息交换越来越频繁,也越来越复杂。Internet为各种类型的商业实体提供了发现新客户、供应流、新服务的各种机会,使他们利用Internet获得了空前的经济回报,体现了Internet的巨大价值。各种组织和商业实体都已果断地将其业务从传统模式转向Internet,并且已取得了显著的成效,诸如收益增加、成本降低、新的客户关系的建立、品...

展开>> 收起<<
基于Web Service的B2B电子商务的研究.pdf

共55页,预览6页

还剩页未读, 继续阅读

作者:牛悦 分类:高等教育资料 价格:15积分 属性:55 页 大小:848.03KB 格式:PDF 时间:2024-11-19

开通VIP享超值会员特权

  • 多端同步记录
  • 高速下载文档
  • 免费文档工具
  • 分享文档赚钱
  • 每日登录抽奖
  • 优质衍生服务
/ 55
客服
关注