+

CN105320517B - Adapter middleware system and method based on web services - Google Patents

Adapter middleware system and method based on web services Download PDF

Info

Publication number
CN105320517B
CN105320517B CN201410836608.8A CN201410836608A CN105320517B CN 105320517 B CN105320517 B CN 105320517B CN 201410836608 A CN201410836608 A CN 201410836608A CN 105320517 B CN105320517 B CN 105320517B
Authority
CN
China
Prior art keywords
service
module
target
type
service type
Prior art date
Legal status (The legal status 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 status listed.)
Expired - Fee Related
Application number
CN201410836608.8A
Other languages
Chinese (zh)
Other versions
CN105320517A (en
Inventor
杨帆
王侃侃
张华良
曾鹏
于海斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenyang Institute of Automation of CAS
Original Assignee
Shenyang Institute of Automation of CAS
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 Shenyang Institute of Automation of CAS filed Critical Shenyang Institute of Automation of CAS
Priority to CN201410836608.8A priority Critical patent/CN105320517B/en
Publication of CN105320517A publication Critical patent/CN105320517A/en
Application granted granted Critical
Publication of CN105320517B publication Critical patent/CN105320517B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present invention relates to the adapter middleware method based on web services, comprise the following steps:Service adapter setup module specifies destination service type to servicing package module;Source service is converted into atomic service and exported to service parsing module by service AM access module;Service parsing module carries out service parsing according to the obtained service type of matching, obtains source data to servicing package module;Service package module obtains the corresponding service model of destination service type according to destination service type queries service type storehouse, and carries out service encapsulation, obtains target atoms service output to service release module and is issued.System includes service adapter setup module, service type storehouse, AM access module, service parsing module, service package module and service release module.The present invention is with good expansibility, multifunctionality using configurable technology.In the case of invariant system framework itself, it is possible to achieve a variety of services are freely changed.

Description

基于web服务的适配器中间件系统及方法Adapter middleware system and method based on web service

技术领域technical field

本发明属于Web中间件领域,尤其是涉及基于Web服务的适配器中间件系统和方法。The invention belongs to the field of Web middleware, in particular to an adapter middleware system and method based on Web services.

背景技术Background technique

随着SOA的飞速发展,中间件技术得到了广泛的使用。在网络中使用服务进行通信,往往受到不同服务封装格式不同,而无法正确调用并解析。因此针对服务的交互方式,出现了一种不可忽略的问题。With the rapid development of SOA, middleware technology has been widely used. Using services to communicate in the network is often subject to different encapsulation formats of different services, so it cannot be called and parsed correctly. Therefore, there is a problem that cannot be ignored in the way of service interaction.

首先,每一个网络上的设备都可以对本网络提供服务,其服务能够被网络中配套的解析客户端进行解析。但不同网络设备间的服务通信往往受到服务接口的限制,无法直接调用解析。First of all, each device on the network can provide services to the network, and its services can be analyzed by the matching analysis client in the network. However, the service communication between different network devices is often limited by the service interface, and the analysis cannot be directly invoked.

其次,web服务种类繁多,不同类型的服务间无法正常通信。不同类型的服务其自发现机制,数据交互方式,数据解析方式都存在差异性。在不同领域都已经提出了基于SOA架构的数据模型,使得基于服务的数据模型收到了很大的限制。Secondly, there are many types of web services, and different types of services cannot communicate normally. Different types of services have different self-discovery mechanisms, data interaction methods, and data analysis methods. Data models based on SOA architecture have been proposed in different fields, so that the service-based data model has received great restrictions.

市面上主流的web服务可以分为面向商务的Web服务、面向客户的Web服务、面向设备的Web服务和面向系统Web服务四大类。不同的Web服务其侧重的方向。Web服务所有公共的协议要求使用开放的标准协议来进行描述、传输和交换。这些标准协议都是完全免费的协议规范,以便由其中任意一方进行实现。The mainstream web services on the market can be divided into four categories: business-oriented web services, customer-oriented web services, device-oriented web services and system-oriented web services. Different web services focus on their directions. All common protocols of Web services require the use of open standard protocols for description, transmission and exchange. These standard protocols are completely free protocol specifications for implementation by any one of them.

所以为了解决网络中因服务类型不同造成的服务间无法通信问题,在网络上搭建具有适配功能的的服务适配器中间件系统具有重大的意义。Therefore, in order to solve the problem of inability to communicate between services caused by different service types in the network, it is of great significance to build a service adapter middleware system with adaptive functions on the network.

发明内容Contents of the invention

本发明索要解决的技术问题在于针对上述现有服务技术中的不足,提出了一种基于Web服务的适配器中间件系统及其实现方法,其设计新颖,应用于解决网络中服务兼容性问题,具有更广泛的适用性,使用中间件技术能够在不改变使用方式的基础之上,进行灵活的适配,能够保留现有服务的基础之上降低成本,并可扩展通用的服务接口。The technical problem to be solved by the present invention is to propose a Web service-based adapter middleware system and its implementation method for the above-mentioned deficiencies in the existing service technology. Wider applicability, the use of middleware technology can make flexible adaptation without changing the way of use, reduce costs while retaining existing services, and expand the general service interface.

为了解决上述技术问题,本发明采用的技术方案是:基于web服务的适配器中间件方法,包括以下步骤:In order to solve the problems of the technologies described above, the technical solution adopted in the present invention is: an adapter middleware method based on web services, comprising the following steps:

服务适配器设置模块指定目标服务类型至服务封装模块;The service adapter setting module assigns the target service type to the service encapsulation module;

服务接入模块将源服务转换成原子服务输出至服务解析模块;The service access module converts the source service into an atomic service and outputs it to the service parsing module;

服务解析模块将原子服务在服务类型库中进行匹配,根据匹配得到的服务类型进行服务解析,得到源数据至服务封装模块;The service parsing module matches the atomic service in the service type library, performs service parsing according to the matched service type, and obtains the source data to the service encapsulation module;

服务封装模块根据目标服务类型查询服务类型库得到目标服务类型对应的服务模型,并将源数据按照服务模型进行服务封装,得到目标原子服务输出至服务发布模块;The service encapsulation module queries the service type library according to the target service type to obtain the service model corresponding to the target service type, and encapsulates the source data according to the service model, and outputs the target atomic service to the service publishing module;

服务发布模块将目标原子服务进行发布。The service publishing module publishes the target atomic service.

所述服务封装模块根据目标服务类型查询服务类型库得到目标服务类型对应的服务模型,并将源数据按照服务模型进行服务封装包括以下步骤:The service encapsulation module queries the service type library according to the target service type to obtain the service model corresponding to the target service type, and performs service encapsulation of the source data according to the service model including the following steps:

数据建模模块获取服务适配器设置模块指定的目标服务类型,根据目标服务类型查询服务类型库得到服务模型发送至服务定义模块;The data modeling module obtains the target service type specified by the service adapter setting module, queries the service type library according to the target service type, obtains the service model, and sends it to the service definition module;

服务定义模块读取服务解析模块输出的源数据,并接收数据建模模块的服务模型定义目标原子服务。The service definition module reads the source data output by the service analysis module, and receives the service model definition target atomic service of the data modeling module.

基于web服务的适配器中间件系统,包括:Adapter middleware system based on web services, including:

服务适配器设置模块用于指定目标服务类型至服务封装模块;The service adapter setting module is used to specify the target service type to the service encapsulation module;

服务接入模块用于将源服务转换成原子服务输出至服务解析模块;The service access module is used to convert the source service into an atomic service and output it to the service parsing module;

服务解析模块用于将原子服务在服务类型库中进行匹配,根据匹配得到的The service parsing module is used to match the atomic service in the service type library, according to the

服务类型进行服务解析,得到源数据至服务封装模块;Analyze the service type and get the source data to the service encapsulation module;

服务封装模块用于根据目标服务类型查询服务类型库得到目标服务类型对应的服务模型,并将源数据按照服务模型进行服务封装,得到目标原子服务输出至服务发布模块;The service encapsulation module is used to query the service type library according to the target service type to obtain the service model corresponding to the target service type, and encapsulate the source data according to the service model to obtain the target atomic service and output it to the service publishing module;

服务发布模块用于将目标原子服务进行发布。The service publishing module is used to publish the target atomic service.

所述服务封装模块包括:The service encapsulation module includes:

数据建模模块用于获取服务适配器设置模块指定的目标服务类型,根据目标服务类型查询服务类型库得到服务模型发送至服务定义模块;The data modeling module is used to obtain the target service type specified by the service adapter setting module, and query the service type library according to the target service type to obtain the service model and send it to the service definition module;

服务定义模块用于读取服务解析模块输出的源数据,并接收数据建模模块的服务模型定义目标原子服务The service definition module is used to read the source data output by the service analysis module and receive the service model definition target atomic service of the data modeling module

本发明与现有技术对比具有一下优点:Compared with the prior art, the present invention has following advantages:

1、本发明具有良好的交互性和扩展性,并根据统计的服务类型库的格式对Web服务进行转化。随着服务类库的完善,服务适配的功能能够得到方便的扩展,简化服务间的交互过程。1. The present invention has good interactivity and expansibility, and converts Web services according to the format of the statistical service type library. With the improvement of the service class library, the function of service adaptation can be easily expanded, simplifying the interaction process between services.

2、本发明采用中间件技术,使得系统能够依托现有网络资源,进行功能复用,节约因服务适配过程造成的开销。2. The present invention adopts the middleware technology, so that the system can rely on the existing network resources to perform function multiplexing and save the cost caused by the service adaptation process.

3、本发明采用可配置技术,具有良好的可扩展性,已经多功能性。在不变系统本身架构的情况下,可以实现多种服务的自由转换。3. The present invention adopts configurable technology and has good scalability and multi-functionality. Without changing the structure of the system itself, free conversion of various services can be realized.

附图说明Description of drawings

图1是基于web服务的适配器中间件方法的结构示意图;Fig. 1 is a schematic structural diagram of an adapter middleware method based on web services;

图2是基于web服务的适配器中间件方法的流程图。Fig. 2 is a flow chart of the web service-based adapter middleware method.

具体实施方式Detailed ways

为使本发明的目的、技术方案及有点更加清楚、明确,一下参照附图并举实施例对本发明进一步详细说明。In order to make the purpose, technical solution and advantages of the present invention clearer and clearer, the present invention will be further described in detail with reference to the accompanying drawings and examples.

参见图1,基于Web服务的适配器中间件系统,主要包括服务适配器设置模块、服务类型库、接入模块、服务解析模块、服务封装模块和服务发布模块。Referring to Figure 1, the adapter middleware system based on Web services mainly includes a service adapter setting module, a service type library, an access module, a service parsing module, a service encapsulation module and a service publishing module.

所述的服务适配器设置模块,用来配置服务适配器中间件系统的输入与输出服务类型。所述的服务适配器设置模块,还负责维护服务适配器中间件系统的管理。The service adapter setting module is used to configure the input and output service types of the service adapter middleware system. The service adapter setting module is also responsible for maintaining the management of the service adapter middleware system.

所述的维护服务适配器中间件系统的管理,包括系统初始化设置和系统更新功能。The management of the maintenance service adapter middleware system includes system initialization setting and system updating functions.

所述的服务接入模块兼容多种通信方式。所述的服务接入模块,用来根据服务类型库匹配后确定的接入服务类型,进行服务调用获取数据源。通过所述的服务调用模块可以将源服务进行匹配。The service access module is compatible with various communication modes. The service access module is used to perform service calls to obtain data sources according to the access service type determined after matching the service type library. The source service can be matched through the service calling module.

所述的服务类型库,用来存放已知的服务类型。该类型将用来与计入服务进行匹配。通过服务匹配确定当前接入服务类型。The service type library is used to store known service types. This type will be used to match against billed services. Determine the current access service type through service matching.

所述的服务解析模块,用来对源服务中的数据模型进行解析,从而获得具体的数据模型。The service analysis module is used to analyze the data model in the source service, so as to obtain a specific data model.

所述的服务封装模块,用来对解析后的数据模型进行目标服务格式的服务化封装。在所述的服务类库中,选取输出类型。并根据服务类型库中指定服务的服务模型将服务解析模块中获得的数据模型进行服务封装。The service encapsulation module is used to perform service encapsulation of the target service format on the parsed data model. In the service class library, select the output type. And according to the service model of the specified service in the service type library, the data model obtained in the service parsing module is encapsulated into the service.

所述的服务发布中,包括服务注册模块和服务调用模块。The service release includes a service registration module and a service calling module.

所述的服务注册模块是指服务需要在网段内服务器上进行注册,使得服务能够在网段内进行调用。The service registration module means that the service needs to be registered on the server in the network segment, so that the service can be called in the network segment.

所述的服务调用模块是指通过服务器内的客户端能够进行服务调用,获取数据网关数据,并能够向数据网关进行数据传递。The service invoking module refers to that the client in the server can perform service invocation, acquire data of the data gateway, and transmit data to the data gateway.

参见图2,基于Web服务的适配器中间件系统,其执行的具体步骤是:Referring to Figure 2, the specific steps of the adapter middleware system based on Web services are:

步骤S1:从服务接入模块获取源服务列表;Step S1: Obtain the source service list from the service access module;

步骤S2:根据已知的服务模型库识别源服务类型,并根据确定的服务类型进行服务调用;Step S2: Identify the source service type according to the known service model library, and make a service call according to the determined service type;

步骤S3:进行服务解析,获取源服务数据模型;Step S3: Perform service analysis and obtain the source service data model;

步骤S4:在服务适配器设置模块中指定目标服务类型,并对解析后的数据模型进行服务化封装;Step S4: Specify the target service type in the service adapter setting module, and perform service encapsulation on the parsed data model;

步骤S5:通过服务发布模块,将二次封装后的服务进行发布。Step S5: Publish the secondary packaged service through the service publishing module.

本实施例中要求确保源服务与适配器中间件系统处于同一网络环境内。In this embodiment, it is required to ensure that the source service and the adapter middleware system are in the same network environment.

当用户在调用源服务时,架设源服务类型为工业级服务OPC UA,目标服务类型为标准服务WSDL,其源服务类型与用户所需服务类型不匹配时,需要通过服务适配器中间件系统进行服务类型转换。When the user calls the source service, the source service type is set up as industrial-grade service OPC UA, and the target service type is standard service WSDL. When the source service type does not match the service type required by the user, the service needs to be provided through the service adapter middleware system Type conversion.

首先,将基于WEB服务的适配器中间件系统置于OPC UA网络中,根据服务模型库中的OPC UA服务标准模型,对源服务进行服务匹配。在实现服务解析的过程中,由适配器中间件系统根据原设备URL获取OPC UA服务列表,并解析OPC UA服务得到服务包含的数据模型,并存放在存储模块内。此步骤中,由服务适配器中间件系统主动连接源服务进行自动读取与解析。Firstly, the adapter middleware system based on WEB service is placed in the OPC UA network, and the source service is matched according to the OPC UA service standard model in the service model library. In the process of service analysis, the adapter middleware system obtains the OPC UA service list according to the URL of the original device, and analyzes the OPC UA service to obtain the data model contained in the service, and stores it in the storage module. In this step, the service adapter middleware system actively connects to the source service for automatic reading and parsing.

然后将解析后的数据模型,按照中间件系统中要求的目标服务类型进行转换。本实施例中将目标服务类型选定为WSDL标准服务。在服务库中选取WSDL服务,根据WSDL模型对数据模型进行服务化封装,生成新的WSDL服务列表。通过该模型的封装,用户可以通过WSDL服务客户端进行解析。Then convert the parsed data model according to the target service type required in the middleware system. In this embodiment, the target service type is selected as WSDL standard service. Select the WSDL service in the service library, perform service encapsulation on the data model according to the WSDL model, and generate a new WSDL service list. Through the encapsulation of this model, users can analyze it through the WSDL service client.

综上所述,本发明具有良好的交互性与扩展性,经过基于Web的服务适配器中间件系统,用户不需要考虑其服务类型。随着服务类库的完善,服务适配的功能能够得到方便的扩展,简化服务间的交互过程。采用中间件技术,使得系统能够依托现有网络资源,进行功能复用,节约因服务适配过程造成的开销。To sum up, the present invention has good interactivity and expansibility, and through the Web-based service adapter middleware system, the user does not need to consider the service type. With the improvement of the service class library, the function of service adaptation can be easily expanded, simplifying the interaction process between services. The use of middleware technology enables the system to rely on existing network resources to perform function reuse and save the overhead caused by the service adaptation process.

Claims (4)

1.基于web服务的适配器中间件适配方法,其特征在于包括以下步骤:1. The adapter middleware adaptation method based on web service, it is characterized in that comprising the following steps: 服务适配器设置模块指定目标服务类型至服务封装模块;The service adapter setting module assigns the target service type to the service encapsulation module; 服务接入模块将源服务转换成原子服务输出至服务解析模块;The service access module converts the source service into an atomic service and outputs it to the service parsing module; 服务解析模块将原子服务在服务类型库中进行匹配,根据匹配得到的服务类型进行服务解析,得到源数据输出至服务封装模块;The service parsing module matches the atomic service in the service type library, performs service parsing according to the matched service type, and outputs the source data to the service encapsulation module; 服务封装模块根据目标服务类型查询服务类型库得到目标服务类型对应的服务模型,并将源数据按照服务模型进行服务封装,得到目标原子服务输出至服务发布模块;The service encapsulation module queries the service type library according to the target service type to obtain the service model corresponding to the target service type, and encapsulates the source data according to the service model, and outputs the target atomic service to the service publishing module; 服务发布模块将目标原子服务进行发布。The service publishing module publishes the target atomic service. 2.根据权利要求1所述的基于web服务的适配器中间件适配方法,其特征在于,所述服务封装模块根据目标服务类型查询服务类型库得到目标服务类型对应的服务模型,并将源数据按照服务模型进行服务封装包括以下步骤:2. The adapter middleware adaptation method based on web services according to claim 1, wherein the service encapsulation module queries the service type library according to the target service type to obtain the service model corresponding to the target service type, and converts the source data Service encapsulation according to the service model includes the following steps: 数据建模模块获取服务适配器设置模块指定的目标服务类型,根据目标服务类型查询服务类型库得到服务模型发送至服务定义模块;The data modeling module obtains the target service type specified by the service adapter setting module, queries the service type library according to the target service type, obtains the service model, and sends it to the service definition module; 服务定义模块读取服务解析模块输出的源数据,并接收数据建模模块的服务模型定义目标原子服务。The service definition module reads the source data output by the service analysis module, and receives the service model definition target atomic service of the data modeling module. 3.基于web服务的适配器中间件系统,其特征在于包括:3. An adapter middleware system based on web services, characterized in that it comprises: 服务适配器设置模块用于指定目标服务类型至服务封装模块;The service adapter setting module is used to specify the target service type to the service encapsulation module; 服务接入模块用于将源服务转换成原子服务输出至服务解析模块;The service access module is used to convert the source service into an atomic service and output it to the service parsing module; 服务解析模块用于将原子服务在服务类型库中进行匹配,根据匹配得到的服务类型进行服务解析,得到源数据输出至服务封装模块;The service parsing module is used to match the atomic service in the service type library, perform service parsing according to the matched service type, and output the source data to the service encapsulation module; 服务封装模块用于根据目标服务类型查询服务类型库得到目标服务类型对应的服务模型,并将源数据按照服务模型进行服务封装,得到目标原子服务输出至服务发布模块;The service encapsulation module is used to query the service type library according to the target service type to obtain the service model corresponding to the target service type, and encapsulate the source data according to the service model to obtain the target atomic service and output it to the service publishing module; 服务发布模块用于将目标原子服务进行发布。The service publishing module is used to publish the target atomic service. 4.根据权利要求3所述的基于web服务的适配器中间件系统,其特征在于所述服务封装模块包括:4. The adapter middleware system based on web services according to claim 3, wherein said service encapsulation module comprises: 数据建模模块用于获取服务适配器设置模块指定的目标服务类型,根据目标服务类型查询服务类型库得到服务模型发送至服务定义模块;The data modeling module is used to obtain the target service type specified by the service adapter setting module, and query the service type library according to the target service type to obtain the service model and send it to the service definition module; 服务定义模块用于读取服务解析模块输出的源数据,并接收数据建模模块的服务模型定义目标原子服务。The service definition module is used to read the source data output by the service analysis module, and receive the service model definition target atomic service of the data modeling module.
CN201410836608.8A 2014-12-29 2014-12-29 Adapter middleware system and method based on web services Expired - Fee Related CN105320517B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410836608.8A CN105320517B (en) 2014-12-29 2014-12-29 Adapter middleware system and method based on web services

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410836608.8A CN105320517B (en) 2014-12-29 2014-12-29 Adapter middleware system and method based on web services

Publications (2)

Publication Number Publication Date
CN105320517A CN105320517A (en) 2016-02-10
CN105320517B true CN105320517B (en) 2018-05-15

Family

ID=55247949

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410836608.8A Expired - Fee Related CN105320517B (en) 2014-12-29 2014-12-29 Adapter middleware system and method based on web services

Country Status (1)

Country Link
CN (1) CN105320517B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107864302B (en) * 2017-11-22 2020-09-08 泰康保险集团股份有限公司 Telephone sales service method, device and system
CN111698308B (en) * 2020-06-05 2021-12-03 电子科技大学 Service model and distributed data communication method based on SOA and DDS
JP7535114B2 (en) * 2020-08-17 2024-08-15 グーグル エルエルシー Sharing system services among endpoint devices for endpoint devices with increased capabilities - Patents.com
CN118642866B (en) * 2024-04-19 2025-07-22 太极计算机股份有限公司 Unified service bus integrated management platform

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7328282B2 (en) * 2003-10-23 2008-02-05 International Business Machines Corporation Aspect oriented web service invocation
CN101981897A (en) * 2007-12-21 2011-02-23 Abb研究有限公司 Method and device for communicating in client server system according to standard protocol OPC UA
CN102118719A (en) * 2009-12-30 2011-07-06 北京邮电大学 Mobile intelligent information service system, adaptation conversion device and method
CN103699391A (en) * 2013-12-30 2014-04-02 天津大学 Web service transformation method from traditional web services to multi-dimensional semantic models

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7328282B2 (en) * 2003-10-23 2008-02-05 International Business Machines Corporation Aspect oriented web service invocation
CN101981897A (en) * 2007-12-21 2011-02-23 Abb研究有限公司 Method and device for communicating in client server system according to standard protocol OPC UA
CN102118719A (en) * 2009-12-30 2011-07-06 北京邮电大学 Mobile intelligent information service system, adaptation conversion device and method
CN103699391A (en) * 2013-12-30 2014-04-02 天津大学 Web service transformation method from traditional web services to multi-dimensional semantic models

Also Published As

Publication number Publication date
CN105320517A (en) 2016-02-10

Similar Documents

Publication Publication Date Title
US11616851B2 (en) Systems and methods for enabling access to third party services via a service layer
CN107239416B (en) Computer system for providing uniform abstract representation for intelligent equipment and implementation method
CN102136933B (en) Equipment management method, middleware and machine communication platform, equipment and system
CN115150274B (en) Unified configuration method, system and storage medium for time-sensitive network equipment
CN105282019B (en) Data gateway based on service can configure method and system
CN108093070A (en) A kind of Internet of Things data service middleware system
CN105320517B (en) Adapter middleware system and method based on web services
CN101582894B (en) Semantic gateway used for integration of enterprise informatization heterogeneous system
CN104809650A (en) Dynamic adaptive accessing method of heterogeneous sensor data
CN102082771A (en) Service management middleware based on ESB (enterprise service bus) technology
CN112688952B (en) Message processing method, device, remote radio unit and medium
CN104660617B (en) A kind of data transmission system and method
CN116032744A (en) A unified configuration method for industrial wireless network fusion time-sensitive network
CN104660997B (en) Service-oriented multi-source heterogeneous video monitoring adaptation method and system
KR102094041B1 (en) System having the Semantic Engine based on RDF Graph for Autonomous Interaction between IoT Devices in Real-Time
CN103716408A (en) Enterprise application integration method and system based on enterprise service bus (ESB)
CN103701834A (en) Proxy based mobile cloud service access system and method
CN107809332A (en) Compound interface configures and compound interface call method, device
CN113766026B (en) Data processing method and system applied to energy industrial network
CN103117881A (en) Resource management system of Internet of Things
CN109672668B (en) Mapping method of GDA interface and OPC UA service
CN102523630A (en) Wireless ubiquitous network system structure
CN103235813A (en) Ufida financial core system and activity based costing system data synchronization method
CN110166485B (en) Protocol scheduling and using method and device
CN115695537A (en) Method, system and device for realizing service grid adaptation to traditional microservice registry

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20180515

Termination date: 20211229

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载