WO2010043172A1 - 一种业务编排的方法及装置 - Google Patents

一种业务编排的方法及装置 Download PDF

Info

Publication number
WO2010043172A1
WO2010043172A1 PCT/CN2009/074425 CN2009074425W WO2010043172A1 WO 2010043172 A1 WO2010043172 A1 WO 2010043172A1 CN 2009074425 W CN2009074425 W CN 2009074425W WO 2010043172 A1 WO2010043172 A1 WO 2010043172A1
Authority
WO
WIPO (PCT)
Prior art keywords
interface
service
user
request message
address
Prior art date
Application number
PCT/CN2009/074425
Other languages
English (en)
French (fr)
Inventor
王靓伟
刘见锋
Original Assignee
华为技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Publication of WO2010043172A1 publication Critical patent/WO2010043172A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources

Definitions

  • the present invention relates to the field of network communications, and in particular, to a method and apparatus for service orchestration.
  • the prior art provides a method for business orchestration, which uses a Business Process Execution Language for Web Services (BPEL) to combine multiple Web services into a new one.
  • BPEL Business Process Execution Language for Web Services
  • Composite services also known as business processes
  • Embodiments of the present invention provide a method and apparatus for service orchestration.
  • the method and apparatus involve an interface in a new service, and do not need to rewrite the interface code, and provide an interface service directly to the user through simple process orchestration.
  • a specific embodiment of the present invention provides a method for service orchestration, where the method includes: pre-configuring a correspondence between an interface and a service stored in an interface library, where the method further includes:
  • the interface address corresponding to the selection result is generated according to the selection result, and the interface corresponding to the corresponding interface address is provided to the user according to the corresponding interface address.
  • a specific embodiment of the present invention further provides an apparatus for service orchestration, where the apparatus includes:
  • a configuration unit configured to pre-configure a correspondence between an interface saved in the interface library and a service
  • a receiving unit configured to receive a SOAP request message based on a simple object access protocol, where the request message includes a request interface address;
  • a service unit configured to query, according to the correspondence, a service corresponding to the address of the request interface, and provide the service to the user;
  • the receiving unit is further configured to receive a subsequent request message based on the Simple Object Access Protocol (SOAP), where the subsequent request message carries a selection result made by the user according to the service;
  • SOAP Simple Object Access Protocol
  • a generating unit configured to generate an interface address corresponding to the selection result according to the selection result
  • an interface service unit configured to provide an interface for the user according to the corresponding interface address.
  • the technical solution of the embodiment of the present invention provides the user with the service corresponding to the interface address according to the received interface address in the SOAP request message, so that the SOAP-based SOAP can be received.
  • the interface address corresponding to the selection result made by the user according to the service in the subsequent request message is an interface for providing the corresponding interface address, so that the business process involves the interface, and no need to re Write interface code to provide user interface services directly through simple process orchestration.
  • FIG. 1 is a structural diagram of an apparatus for service orchestration according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a method for service orchestration according to an embodiment of the present invention
  • FIG. 3 is a flowchart of a method for service orchestration according to an embodiment of the present invention.
  • the embodiment of the present invention provides a device for service orchestration, and the device includes: a configuration unit 11 configured to pre-configure a correspondence between an interface saved in the interface library and a service; For receiving a request message, the request message includes a request interface address, and the service unit 13 is configured to query, according to the corresponding relationship in the configuration unit 11, the service corresponding to the request interface address, and provide the service to the user; And is further configured to receive a subsequent request message, where the subsequent request message has a selection result made by the user according to the service; the generating unit 15 is configured to generate an interface address corresponding to the selection result according to the selection result; Providing an interface for the user according to the corresponding interface address.
  • the above subsequent request message may be one or more subsequent request messages.
  • the request message received by the receiving unit 12 and the subsequent request message are all Request Messages based on Simple Object Access Protocal (SOAP).
  • SOAP Simple Object Access Protocal
  • the interface service unit 14 may include: an interface module 141 or an interface generation module 142.
  • the interface module 141 is configured to query an interface corresponding to the corresponding interface address from the interface library according to the corresponding interface address and provide the interface to the user.
  • the interface generating module 142 is configured to find a page flow parameter corresponding to the corresponding interface address according to the corresponding interface address, and generate an interface or an interface segment according to the page flow parameter and provide the interface to the user.
  • the page surface flow parameter may include one or more of a page flow control parameter, a page display control parameter, a variable presentation parameter, an alternate parameter, and a default value parameter.
  • the subsequent request message may further include an interface instance identifier, where the interface instance identifier is used to distinguish the request message sent by the user.
  • the device of the service arrangement provided by the embodiment of the present invention may provide the user with the service corresponding to the interface address according to the interface address in the request message sent by the user, so that after receiving the subsequent request message sent by the user, According to the interface address corresponding to the selection result made by the user according to the service in the subsequent request message, the interface corresponding to the corresponding interface address is provided, so that the interface of the business process is involved, and the interface code is not required to be directly written.
  • the subsequent request message may further include an interface instance identifier, where the interface instance identifier is used for identification.
  • the interface provided by the user.
  • the embodiment of the present invention further provides a method for service orchestration.
  • the pre-condition of the method is that the corresponding relationship between the interface and the service stored in the interface library is pre-configured.
  • the method is as shown in FIG. 2, and includes the following steps.
  • Step 21 Receive a SOAP protocol-based request message, where the request message includes a request interface address.
  • Step 22 Find the service corresponding to the request interface address according to the corresponding relationship and provide the service to the user.
  • Step 23 Receive a subsequent request message based on the SOAP protocol, where the subsequent request message includes a selection result made by the user according to the service.
  • the subsequent request message in the step may further include an interface instance identifier, where the interface instance identifier is used to distinguish the request message sent by the user.
  • Step 24 Generate an interface address corresponding to the selection result according to the selection result, and provide an interface corresponding to the corresponding interface address to the user according to the corresponding interface address.
  • Method A Find the interface corresponding to the corresponding interface address from the interface library according to the corresponding interface address and provide it to the user.
  • Method B Find a page flow parameter corresponding to the corresponding interface address according to the corresponding interface address, and generate an interface or interface segment according to the page flow parameter and provide the same to the user.
  • the page flow parameter may be one or more of a page flow control parameter, a page display control parameter, a variable presentation parameter, an alternate parameter, and a default value parameter.
  • the steps in the above method may all be completed by a service orchestration device, and the specific embodiment of the service orchestration device may be an interface server.
  • the present embodiment is the business travel operations, the user needs to confirm the route, ticket reservation and hotel reservation, for example, assuming that the address of the interface to travel, the present embodiment HTTP: // WW w TravelExample.com. , the corresponding relationship of the pre-existing set is, http: ⁇ www.
  • the request message in this embodiment has no special description, and may be a request message based on the SOAP protocol.
  • the method is shown in Figure 3 and includes the following steps:
  • Step 31 The interface server receives a SOAP-based request message sent by the user, where the request message includes http: ⁇ www.TravelExample.com
  • Step 32 The interface server searches for the http:// WWW according to the corresponding relationship of the predetermined configuration.
  • the business corresponding to TravelExample.com is the travel business, and the travel service is provided to the user.
  • Step 33 The interface server receives a subsequent request message sent by the user based on the SOAP protocol, where the subsequent request message includes a selection result made by the user according to the travel service.
  • [52] B The starting point of the travel route is Beijing, the end of Guilin, and hotel reservation service.
  • Step 34 The interface server generates an interface address corresponding to the selection result according to the selection result.
  • the specific operation of the implementation may be: when the selection result is A ⁇ , the interface server generates a predetermined interface address of the Beijing-Guilin ticket. When the result of the selection is B ⁇ , the interface server generates the interface address reserved by Guilin Hotel.
  • Step 35 The interface server searches for the page flow parameter of the corresponding interface address according to the corresponding interface address, and provides the interface to the user according to the page flow parameter generation interface.
  • the interface server searches for the page flow parameter corresponding to the predetermined interface address of the ticket according to the interface address of the 4th Beijing-Guilin ticket reservation, and generates a Beijing-Guilin ticket reservation according to the page flow parameter.
  • the interface is provided to the user.
  • the interface server searches for the page flow parameter corresponding to the interface address reserved by the hotel according to the interface address reserved by the Guilin hotel, and generates a predetermined interface of the Guilin hotel according to the page flow parameter and provides the user with the interface. .
  • the user can also select both A and B.
  • the two subsequent request messages respectively carry the selection result A and the selection result B, and the interface server pairs the two subsequent request messages. Steps 34 and 35 are performed separately.
  • a specific embodiment of the present invention receives a request message sent by a user, and according to http:/ in the request message. /www.TravelExample.com provides the user with a travel service, and after receiving the result of the selection by the user according to the travel service, generates an interface address corresponding to the selection result, and provides the user with an interface service corresponding to the interface address, Therefore, the interface involved in the business process is realized, and the interface code is not required to be rewritten, and the interface service is provided to the user directly through simple process orchestration.
  • the method provided by the specific embodiment of the present invention receives the request message sent by the user, and provides the user with the service corresponding to the interface address according to the interface address in the request message, and selects the user according to the service.
  • the interface address corresponding to the selection result is generated, and the interface service corresponding to the interface address is provided for the user, thereby realizing the interface involved in the business process, without rewriting the interface code, directly arranging to the user through a simple process.
  • the technical solution provided by the specific embodiment of the present invention has the advantage that the business process involves the interface, and the interface code is not rewritten, and the interface service is provided directly to the user through simple process orchestration.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • User Interface Of Digital Computer (AREA)
  • Telephonic Communication Services (AREA)

Abstract

本发明实施方式提供了一种业务编排的方法及装置,该方法及装置属于网络通信领域,该方法包括:预先配置界面库中存储的界面与业务的对应关系,所述方法还包括:接收请求消息,所述请求消息包括请求界面地址;根据所述对应关系查找出所述请求界面地址对应的业务并提供给用户;接收后续请求消息,所述后续请求消息包括用户根据所述业务做出的选择结果;根据所述选择结果生成所述选择结果所对应的界面地址,并根据所述对应的界面地址为用户提供所述对应的界面地址所对应的界面。本发明具体实施方式还提供一种业务编排的装置,该方法及装置具有无须重新编写界面代码,直接通过简单的流程编排为用户提供界面服务的优点。

Description

Title of Invention:一种业务编排的方法及装置
[1] 本申请要求于 2008年 10月 17日提交中国专利局、 申请号为 200810224343.0、 发 明名称为"一种业务编排的方法及装置"的中国专利申请的优先权, 其全部内容通 过引用结合在本申请中。
[2] 技术领域
[3] 本发明涉及网络通信领域, 尤其涉及一种业务编排的方法及装置。
[4] 发明背景
[5] 随着技术的进步及因特网 Internet的普及和发展, 企业需要根据业务的需求灵活 改变信息技术 (Information Technology, IT) 基础设施的能力, 以便使其架构能 够随着业务的扩展而发展。 面向服务架构 (service-oriented architecture, SOA)就 是一种解决思路, 企业可以设计可重用的服务, 在业务流程需求发生变化吋, 仅仅修改业务的脚本, 快速组合所需要的服务, 而不必重写代码就可以快速而 轻松地应对业务的变化。
[6] 为了实现上述方法, 现有技术提供了一种业务编排的方法, 该方法釆用业务处 理执行语言 (Business Process Execution Language for Web Services , BPEL) 来将 多个 Web服务组合到一个新的复合服务 (又称作业务流程)中, 从而实现根据业 务需求来快速组合所需要的服务。
[7] 在实现本发明的过程中, 发明人发现现有技术存在如下问题:
[8] 由于现有技术中的 BPEL技术是基于 XML和 Web服务构建, 它使用一种基于
Web的语言, 该语言只能与 Web服务通信, 无法与不提供 Web服务接口的应用进 行集成, 所以当业务流程涉及界面吋, 还需要重新编写界面代码, 而无法通过 简单的业务编排为用户提供界面服务。
[9] 发明内容
[10] 本发明实施方式提供一种业务编排的方法及装置, 所述方法和装置在新的业务 涉及界面吋, 无须重新编写界面代码, 直接通过简单的流程编排为用户提供界 面服务。 [11] 本发明的具体实施方式提供一种业务编排的方法, 所述方法包括: 预先配置界 面库中存储的界面与业务的对应关系, 所述方法还包括:
[12] 接收基于简单对象访问协议 SOAP请求消息, 所述请求消息包括请求界面地址
[13] 根据所述对应关系査找出所述请求界面地址对应的业务并提供给用户;
[14] 接收基于 SOAP协议的后续请求消息, 所述后续请求消息包括用户根据所述业 务做出的选择结果;
[15] 根据所述选择结果生成所述选择结果所对应的界面地址, 并根据所述对应的界 面地址为用户提供所述对应的界面地址所对应的界面。
[16] 本发明具体实施方式还提供一种业务编排的装置, 所述装置包括:
[17] 配置单元, 用于预先配置界面库中保存的界面与业务之间的对应关系;
[18] 接收单元, 用于接收基于简单对象访问协议 SOAP请求消息, 所述请求消息包 括请求界面地址;
[19] 业务单元, 用于根据所述对应关系査询出所述请求界面地址所对应的业务, 并 提供给用户;
[20] 所述接收单元还用于接收基于简单对象访问协议 SOAP的后续请求消息, 所述 后续请求消息带有用户根据所述业务做出的选择结果;
[21] 生成单元, 用于根据所述选择结果生成所述选择结果所对应的界面地址; [22] 界面服务单元, 用于根据所述对应的界面地址为用户提供界面。
[23] 由上述所提供的技术方案可以看出, 本发明实施例的技术方案根据接收的基于 SOAP请求消息中的界面地址为用户提供该界面地址所对应的业务, 从而可以在 接收到基于 SOAP的后续请求消息后, 根据后续请求消息中的用户根据该业务做 出的选择结果所对应的界面地址为用于提供该对应的界面地址所对应的界面, 从而在业务流程涉及界面吋, 无须重新编写界面代码, 直接通过简单的流程编 排为用户提供界面服务。
[24] 附图简要说明
[25] 图 1为本发明具体实施方式提供的一种业务编排的装置的结构图;
[26] 图 2为本发明具体实施方式提供的一种业务编排的方法的流程图; [27] 图 3为本发明具体实施例提供的一种业务编排的方法的流程图。
[28] 实施本发明的方式
[29] 本发明实施方式提供了一种业务编排的装置, 该装置如图 1所示包括: 配置单 元 11, 用于预先配置界面库中保存的界面与业务之间的对应关系; 接收单元 12 , 用于接收请求消息, 该请求消息包括请求界面地址; 业务单元 13, 用于根据 配置单元 11中的对应关系査询出该请求界面地址所对应的业务, 并提供给用户 ; 该接收单元 12还用于接收后续请求消息, 该后续请求消息带有用户根据该业 务做出的选择结果; 生成单元 15, 用于根据该选择结果生成该选择结果所对应 的界面地址; 界面服务单元 14, 用于根据该对应的界面地址为用户提供界面。 上述后续请求消息可以为一个或多个后续请求消息。 该接收单元 12接收的请求 消息以及后续的请求消息均是基于简单对象访问协议 (Simple Object Access Protocal, SOAP) 的请求消息。
[30] 可选的, 上述界面服务单元 14可以包括: 界面模块 141或界面生成模块 142。
[31] 该界面模块 141用于根据该对应的界面地址从界面库中査询出该对应的界面地 址所对应的界面并提供给用户。
[32] 该界面生成模块 142用于根据该对应的界面地址査找出该对应界面地址所对应 的页面流参数, 在根据该页面流参数生成界面或界面片段并提供给用户。 该页 面流参数可以包括页面流控制参数、 页面显示控制参数、 变量呈现参数、 备选 参数、 默认值参数中的一种或多种。
[33] 可选的, 上述后续请求消息还可以带有界面实例标识, 该界面实例标识用于区 分用户发送的请求消息。
[34] 本发明具体实施方式提供的一种业务编排的装置可以根据用户发送的请求消息 中的界面地址为用户提供该界面地址所对应的业务, 从而可以在接收到用户发 送的后续请求消息后, 根据后续请求消息中的用户根据该业务做出的选择结果 所对应的界面地址为用于提供该对应的界面地址所对应的界面, 从而在业务流 程涉及界面吋, 无须重新编写界面代码, 直接通过简单的流程编排为用户提供 界面服务。
[35] 上述后续请求消息中还可以包括界面实例标识, 该界面实例标识用于标识为用 户提供的界面。
[36] 本发明具体实施方式还提供一种业务编排的方法, 该方法的前置条件为, 预先 配置界面库中存储的界面与业务的对应关系, 该方法如图 2所示, 包括如下步骤
[37] 步骤 21、 接收基于 SOAP协议的请求消息, 该请求消息包括请求界面地址。
[38] 步骤 22、 根据对应关系査找出该请求界面地址对应的业务并提供给用户。
[39] 步骤 23、 接收基于 SOAP协议的后续请求消息, 该后续请求消息包括用户根据 该业务做出的选择结果。
[40] 可选的, 该步骤中的后续请求消息还可以包括界面实例标识, 该界面实例标识 用于区分用户发送的请求消息。
[41] 步骤 24、 根据该选择结果生成该选择结果所对应的界面地址, 并根据该对应的 界面地址为用户提供该对应的界面地址所对应的界面。
[42] 具体的说, 完成该步骤可以使用下述方式中的任何一种。
[43] 方式 A、 根据该对应的界面地址从界面库中査找出该对应的界面地址所对应的 界面并提供给用户。
[44] 方法 B、 根据该对应的界面地址査找出该对应的界面地址所对应的页面流参数 , 并根据该页面流参数生成界面或界面片段并提供给用户。 该页面流参数可以 为页面流控制参数、 页面显示控制参数、 变量呈现参数、 备选参数、 默认值参 数中的一种或多种。
[45] 上述方法中的步骤均可以由业务编排装置完成, 该业务编排装置的具体体现形 式可以为界面服务器。
[46] 为了更好的了解本发明的技术方案, 现结合附图和具体实施例对本发明具体实 施方式所述方法的步骤进行详细介绍, 本发明具体实施例提供一种业务编排的 方法, 本实施例的应用场景为, 本实施例的业务为旅行业务, 该用户需要进行 路线确认、 机票预定和酒店预定, 本实施例假设该旅行界面的地址为, http://WW w. TravelExample.com, 该预先酉己置的对应关系为, http:〃 www.
TravelExample.com与旅行业务的对应关系, 在实际情况中, 预先配置的对应关 系一般都为多个界面地址与多个业务的一一对应的关系, 由于篇幅所限, 这里 不一一举例, 本实施例中的请求消息无特殊说明, 均可以是基于 SOAP协议的请 求消息。 该方法如图 3所示, 包括如下步骤:
[47] 步骤 31、 界面服务器接收用户发送的基于 SOAP协议的请求消息, 该请求消息 包括 http:〃 www. TravelExample.com
[48] 步骤 32、 界面服务器根据预定配置的对应关系査找出该 http://WWW.
TravelExample.com对应的业务为旅行业务, 并将该旅行业务提供给用户。
[49] 步骤 33、 界面服务器接收用户发送的基于 SOAP协议的后续请求消息, 该后续 请求消息包括用户根据该旅行业务做出的选择结果。
[50] 这里假设该步骤的选择结果可以为,
[51] A、 旅行线路起点北京, 终点桂林, 进行机票预定服务。
[52] B、 旅行线路起点北京, 终点桂林, 进行酒店预定服务。
[53] 步骤 34、 界面服务器根据该选择结果生成该选择结果对应的界面地址。
[54] 其实现的具体操作可以为, 当选择结果为 A吋, 界面服务器生成北京到桂林机 票预定的界面地址。 当选择结果为 B吋, 界面服务器生成桂林酒店预定的界面地 址。
[55] 步骤 35、 界面服务器根据该对应的界面地址査找出该对应界面地址的页面流参 数, 并根据该页面流参数生成界面提供给用户。
[56] 实现该步骤的方法可以为,
[57] 当选择结果为 A吋, 界面服务器根据 4匕京到桂林机票预定的界面地址査找出该 机票预定的界面地址对应的页面流参数, 在根据该页面流参数生成北京到桂林 机票预定的界面并提供给用户。
[58] 当选择结果为 B吋, 界面服务器根据桂林酒店预定的界面地址査找出该酒店预 定的界面地址对应的页面流参数, 在根据该页面流参数生成桂林酒店预定的界 面并提供给用户。
[59] 在实际情况中, 用户也可以将 A和 B均选择, 当用户都选择吋, 则需两个后续 请求消息分别携带选择结果 A和选择结果 B, 而界面服务器对两个后续请求消息 分别进行步骤 34和 35。
[60] 本发明具体实施例通过接收用户发送的请求消息, 并根据该请求消息中的 http:/ /www. TravelExample.com为用户提供旅行业务, 并在接收到用户根据该旅行业 务做出选择结果吋, 生成该选择结果所对应的界面地址, 并为用户提供该界面 地址所对应的界面服务, 从而实现了在业务流程涉及界面吋, 无须重新编写界 面代码, 直接通过简单的流程编排为用户提供界面服务。
[61] 本发明具体实施例提供的方法通过接收用户发送的请求消息, 并根据该请求消 息中的界面地址为用户提供该界面地址所对应的业务, 并在接收到用户根据该 业务做出选择结果吋, 生成该选择结果所对应的界面地址, 并为用户提供该界 面地址所对应的界面服务, 从而实现了在业务流程涉及界面吋, 无须重新编写 界面代码, 直接通过简单的流程编排为用户提供界面服务。
[62] 综上所述, 本发明具体实施方式提供的技术方案, 具有在业务流程涉及界面吋 , 无须重新编写界面代码, 直接通过简单的流程编排为用户提供界面服务的优 点。
[63] 以上所述, 仅为本发明较佳的具体实施方式, 但本发明的保护范围并不局限于 此, 任何熟悉本技术领域的技术人员在本发明实施例揭露的技术范围内, 可轻 易想到的变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保 护范围应该以权利要求的保护范围为准。

Claims

权利要求书
[Claim 1] 一种业务编排的方法, 其特征在于, 预先配置界面库中存储的界 面与业务的对应关系, 所述方法还包括:
接收基于简单对象访问协议 SOAP请求消息, 所述请求消息包括请 求界面地址;
根据所述界面与业务的对应关系査找出所述请求界面地址对应的 业务并提供给用户;
接收基于 SOAP协议的后续请求消息, 所述后续请求消息包括用户 根据所述业务做出的选择结果;
根据所述选择结果生成所述选择结果所对应的界面地址, 并根据 所述对应的界面地址为用户提供所述对应的界面地址所对应的界 面。
[Claim 2] 根据权利要求 1所述的方法, 其特征在于, 所述根据所述对应的界 面地址为用户提供所述对应的界面地址所对应的界面包括: 根据所述对应的界面地址从界面库中査找出所述对应的界面地址 所对应的界面提供给用户;
或根据所述对应的界面地址査找出所述对应的界面地址所对应的 页面流参数, 并根据所述页面流参数生成界面或界面片段提供给 用户。
[Claim 3] 根据权利要求 1所述的方法, 其特征在于, 所述后续请求消息还包 括界面实例标识, 所述界面实例标识用于区分用户发送的请求消 息。
[Claim 4] 一种业务编排的装置, 其特征在于, 所述装置包括:
配置单元, 用于预先配置界面库中保存的界面与业务之间的对应 关系;
接收单元, 用于接收基于简单对象访问协议 SOAP请求消息, 所述 请求消息包括请求界面地址;
业务单元, 用于根据所述界面与业务的对应关系査询出所述请求 界面地址所对应的业务, 并提供给用户;
所述接收单元还用于接收基于简单对象访问协议 SOAP的后续请求 消息, 所述后续请求消息带有用户根据所述业务做出的选择结果 生成单元, 用于根据所述选择结果生成所述选择结果所对应的界 面地址;
界面服务单元, 用于根据所述对应的界面地址为用户提供界面。
[Claim 5] 根据权利要求 4所述的装置, 其特征在于, 所述界面服务单元包括 界面模块, 用于根据所述对应的界面地址从界面库中査询出所述 对应的界面地址所对应的界面并提供给用户;
或界面生成模块, 用于根据所述对应的界面地址査找出所述对应 界面地址所对应的页面流参数, 在根据所述页面流参数生成界面 或界面片段提供给用户。
PCT/CN2009/074425 2008-10-17 2009-10-13 一种业务编排的方法及装置 WO2010043172A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200810224343.0 2008-10-17
CN200810224343.0A CN101729588A (zh) 2008-10-17 2008-10-17 一种业务编排的方法及装置

Publications (1)

Publication Number Publication Date
WO2010043172A1 true WO2010043172A1 (zh) 2010-04-22

Family

ID=42106243

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/074425 WO2010043172A1 (zh) 2008-10-17 2009-10-13 一种业务编排的方法及装置

Country Status (2)

Country Link
CN (1) CN101729588A (zh)
WO (1) WO2010043172A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017166944A1 (zh) * 2016-04-01 2017-10-05 华为技术有限公司 一种提供业务访问的方法及装置
CN110830280A (zh) * 2018-08-10 2020-02-21 深圳市鸿合创新信息技术有限责任公司 一种微服务网关装置及方法、电子设备

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10587698B2 (en) * 2015-02-25 2020-03-10 Futurewei Technologies, Inc. Service function registration mechanism and capability indexing
WO2018107442A1 (zh) 2016-12-15 2018-06-21 华为技术有限公司 一种业务编排方法、装置及服务器

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050060250A1 (en) * 2003-09-17 2005-03-17 Mobile (R&D) Ltd. Billing and ordering system and method for services provided over communications networks
CN1630859A (zh) * 2001-03-27 2005-06-22 惠普公司 用于提供个性化客户支持的系统和方法
WO2008052259A1 (en) * 2006-10-31 2008-05-08 Redpoint Pty Ltd Inducing b-party defined behaviours in a-party communications by distribution of user interfaces
CN101246424A (zh) * 2008-02-22 2008-08-20 深圳国人通信有限公司 一种基于文件的菜单自动生成系统和方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1630859A (zh) * 2001-03-27 2005-06-22 惠普公司 用于提供个性化客户支持的系统和方法
US20050060250A1 (en) * 2003-09-17 2005-03-17 Mobile (R&D) Ltd. Billing and ordering system and method for services provided over communications networks
WO2008052259A1 (en) * 2006-10-31 2008-05-08 Redpoint Pty Ltd Inducing b-party defined behaviours in a-party communications by distribution of user interfaces
CN101246424A (zh) * 2008-02-22 2008-08-20 深圳国人通信有限公司 一种基于文件的菜单自动生成系统和方法

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017166944A1 (zh) * 2016-04-01 2017-10-05 华为技术有限公司 一种提供业务访问的方法及装置
CN110830280A (zh) * 2018-08-10 2020-02-21 深圳市鸿合创新信息技术有限责任公司 一种微服务网关装置及方法、电子设备
CN110830280B (zh) * 2018-08-10 2023-05-30 深圳市鸿合创新信息技术有限责任公司 一种微服务网关装置及方法、电子设备

Also Published As

Publication number Publication date
CN101729588A (zh) 2010-06-09

Similar Documents

Publication Publication Date Title
CN108521858B (zh) 基于分组的数据通信的设备标识符相关操作处理
KR102268989B1 (ko) 음성 활성 데이터 패킷의 데이터 구조 풀링
JP7035235B2 (ja) パケットベースのデータメッセージ伝送のシーケンス依存オペレーションの処理
EP3103023B1 (en) Private cloud connected device cluster architecture
EP3118753B1 (en) Mashup service device and system, and method for establishing and using mashup service
CN113504888B (zh) 用于序列相关数据消息整合的系统和方法
CN103139173B (zh) 终端设备、媒体交换网系统、媒体业务下载方法及系统
CN102624650B (zh) 创建讨论群和基于讨论群的通信方法、服务器及系统
EP2330847A1 (en) Method, system and apparatus for service negotiation
CN105095526B (zh) Url结构处理方法、装置以及系统
CN102255935A (zh) 云服务消费方法、云服务消息包、云服务中介及云系统
CN112149079A (zh) 基于微服务架构的规划评审管理平台及用户访问授权方法
JP4300965B2 (ja) サービスシステムおよびサービス提供方法
TW201727561A (zh) 服務組件管理方法及系統
WO2010043172A1 (zh) 一种业务编排的方法及装置
WO2016074523A1 (zh) 信息交互方法及装置
Silva et al. Multi-agent system for personalization of location-based services
Zhang et al. Lightweight SOA-based twin-engine architecture for enterprise systems in fixed and mobile environments
CN110365734A (zh) 服务端接口异常时的请求处理方法及装置
Boari et al. Coordination for the internet of services: A user-centric approach
CN101447977A (zh) 用于生成消息的方法及系统

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09820248

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09820248

Country of ref document: EP

Kind code of ref document: A1