CN108959537B - Web service interface acquisition method and device - Google Patents

Web service interface acquisition method and device Download PDF

Info

Publication number
CN108959537B
CN108959537B CN201810699118.6A CN201810699118A CN108959537B CN 108959537 B CN108959537 B CN 108959537B CN 201810699118 A CN201810699118 A CN 201810699118A CN 108959537 B CN108959537 B CN 108959537B
Authority
CN
China
Prior art keywords
interface
web service
application
identifier
service interface
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.)
Active
Application number
CN201810699118.6A
Other languages
Chinese (zh)
Other versions
CN108959537A (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.)
New H3C Big Data Technologies Co Ltd
Original Assignee
New H3C Big Data Technologies Co Ltd
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 New H3C Big Data Technologies Co Ltd filed Critical New H3C Big Data Technologies Co Ltd
Priority to CN201810699118.6A priority Critical patent/CN108959537B/en
Publication of CN108959537A publication Critical patent/CN108959537A/en
Application granted granted Critical
Publication of CN108959537B publication Critical patent/CN108959537B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The disclosure relates to a method and a device for acquiring a Web service interface, which comprises monitoring a resource application in a resource directory system; for any resource application for a database resource: acquiring application information of the resource application under the condition that the resource application is approved; and sending a first authorization request to a service generator so that the service generator generates a target Web service interface according to the metadata information and the connection information, and authorizing a user who initiates an application on the target Web service interface according to the user identification. Through automatic acquisition and automatic authorization of the Web service interface, the method and the device for acquiring the Web service interface can simplify operation, improve working efficiency and reduce the possibility of misoperation.

Description

Web service interface acquisition method and device
Technical Field
The disclosure relates to the technical field of big data, in particular to a method and a device for acquiring a Web service interface.
Background
The service generator may generate and publish data of different data sources (e.g., RDBMS, Excel, CSV file, Carbon Datasources, Cassandra, Google spreadshows, RDF, JNDI Datasources, Custom Datasources, etc.) into a WebService interface.
The resource directory system can perform directory carding and resource cataloging on different data resources (such as database resources, file resources, interface resources and the like), and form a data sharing system which is convenient for a user to retrieve and query and apply for using the data resources.
In order to avoid direct contact between the user and the data entity of the structured database resource and also to facilitate some authorization control when the data is opened to the outside, the database resource may be opened to the outside by using a Web service interface.
In the related art, the resource directory system can realize the cataloging and publishing of the database resources by cataloging and publishing the Web service interface generated based on the database resources. When the resource directory system catalogs and issues the Web service interface resources, a cataloger needs to manually go to the service generator to acquire the Web service interface. This method has the problems of complicated operation, low work efficiency, high possibility of misoperation, and the like.
Disclosure of Invention
In view of this, the present disclosure provides a method and an apparatus for acquiring a Web service interface, which can simplify operations, improve work efficiency, and reduce the possibility of misoperation.
According to an aspect of the present disclosure, a method for acquiring a Web service interface is provided, including: monitoring resource application in a resource directory system; for any resource application for a database resource: under the condition that the resource application is approved, acquiring application information of the resource application, wherein the application information comprises a user identifier of a user who initiates the application, connection information of a data source of the application and metadata information of a data table of the application; and sending a first authorization request to a service generator, wherein the first authorization request comprises the user identifier, the connection information and the metadata information, so that the service generator generates a target Web service interface according to the metadata information and the connection information, and authorizes a user who initiates an application on the target Web service interface according to the user identifier.
According to another aspect of the present disclosure, there is provided a Web service interface acquisition apparatus including: the monitoring module is used for monitoring resource applications in the resource directory system; the acquisition module is used for acquiring application information of the resource application under the condition that the resource application is approved, wherein the application information comprises a user identifier of a user who initiates the application, connection information of a data source of the application and metadata information of a data table of the application; the first sending module is configured to send a first authorization request to a service generator, where the first authorization request includes the user identifier, the connection information, and the metadata information, so that the service generator generates a target Web service interface according to the metadata information and the connection information, and authorizes a user initiating an application on the target Web service interface according to the user identifier.
According to the interface acquisition method and device disclosed by the embodiments of the disclosure, by monitoring the resource application, the automatic acquisition and automatic authorization of the Web service interface can be realized according to the application information of the resource application, so that the manual operation of the service generator is omitted, the operation is simplified, the working efficiency is improved, and the possibility of misoperation is reduced.
Other features and aspects of the present disclosure will become apparent from the following detailed description of exemplary embodiments, which proceeds with reference to the accompanying drawings.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate exemplary embodiments, features, and aspects of the disclosure and, together with the description, serve to explain the principles of the disclosure.
Fig. 1 shows a flowchart of a Web service interface acquisition method according to an embodiment of the present disclosure.
Fig. 2 is a schematic diagram illustrating an architecture of a resource directory content forming and providing system according to an embodiment of the present disclosure.
Fig. 3 shows a flowchart of a Web service interface acquisition method according to an embodiment of the present disclosure.
Fig. 4 shows a block diagram of a Web service interface acquisition apparatus according to an embodiment of the present disclosure.
Fig. 5 shows a block diagram of a Web service interface acquisition apparatus according to an embodiment of the present disclosure.
FIG. 6 is a block diagram illustrating an apparatus for Web services interface acquisition in accordance with an example embodiment.
Detailed Description
Various exemplary embodiments, features and aspects of the present disclosure will be described in detail below with reference to the accompanying drawings. In the drawings, like reference numbers can indicate functionally identical or similar elements. While the various aspects of the embodiments are presented in drawings, the drawings are not necessarily drawn to scale unless specifically indicated.
The word "exemplary" is used exclusively herein to mean "serving as an example, embodiment, or illustration. Any embodiment described herein as "exemplary" is not necessarily to be construed as preferred or advantageous over other embodiments.
Furthermore, in the following detailed description, numerous specific details are set forth in order to provide a better understanding of the present disclosure. It will be understood by those skilled in the art that the present disclosure may be practiced without some of these specific details. In some instances, methods, means, elements and circuits that are well known to those skilled in the art have not been described in detail so as not to obscure the present disclosure.
Fig. 1 shows a flowchart of a Web service interface acquisition method according to an embodiment of the present disclosure. Fig. 2 is a schematic diagram illustrating an architecture of a resource directory content forming and providing system according to an embodiment of the present disclosure. As shown in fig. 2, the system includes a data source, a resource directory system, and a service generator. After the data resources in the data source pass cataloging, the data resources are registered to the resource directory system after resource auditing. The service generator can generate and publish a Web service interface for obtaining data resources of the data source. The user can inquire and retrieve the published data resources in the resource directory system, and for the needed data resources, the application is sent to the data source through the Web service interface published by the service generator.
The interface acquisition method shown in fig. 1 may be applied to an adapter in the resource directory system shown in fig. 2. Fig. 2 shows an example of an architecture of the resource directory content forming and providing system, and the adapter may be a module in the resource directory system shown in fig. 2, or may be a module independent from the resource directory system, which does not limit the present disclosure. As shown in fig. 1, the interface acquiring method includes:
step S11, monitor the resource application in the resource directory system.
The user can perform the inquiry and retrieval of the published data resources through the resource directory system. When a desired data resource is retrieved, a user may trigger a resource application by submitting an operation in the resource directory system. After the resource application is submitted to the resource directory system, the directory administrator performs the approval of the resource application. The user can apply for different data resources, such as database resources, file resources, interface resources, and the like, in the resource directory system.
The adapter can continuously monitor the resource application in the resource directory system to know the resource application situation. For any resource application for the database resource, the adapter may obtain the Web service interface accessing the data source through steps S12 to S15, so that the user can obtain the requested data resource from the data source through the Web service interface, which not only enables the user to obtain the required data, but also prevents the user from directly contacting with the data entity of the structured database resource.
It should be noted that the database resource published in the resource directory system needs to satisfy that the data source can be successfully connected and read, and the published database resource includes a table identifier and a field identifier.
And step S12, acquiring the application information of the resource application under the condition that the resource application is approved, wherein the application information comprises the user identification of the user who initiates the application, the connection information of the applied data source and the metadata information of the applied data table.
The application information represents information related to the resource application, and the application information includes a user identifier of a user who initiates the application, connection information of a data source of the application, and metadata information of a data table of the application.
The connection information of the data source is used for connecting the data source, and the connection information of the data source may be an IP address of the data source or a URL of the data source.
The metadata information of the data table may be used to represent specific data that the user applies for. In one possible implementation, the metadata information of the data table may include a table identification. From the table identification it can be determined which data table the user has applied for the data.
In one possible implementation, the metadata information of the data table may include a table identification and a field identification. According to the table identification and the field identification, the data of which fields in which data table is applied by the user can be determined. When a user submits a resource application for a database resource, the user can select a required field when selecting a data table, and the required field is examined and approved by an administrator after submitting the application. Therefore, the user can select the field with fine granularity for applying the data resources, and the control is more refined.
Step S13, sending a first authorization request to a service generator, where the first authorization request includes the user identifier, the connection information, and the metadata information, so that the service generator generates a target Web service interface according to the metadata information and the connection information, and authorizes a user initiating an application on the target Web service interface according to the user identifier.
After the adapter acquires the application information, the adapter can analyze the metadata information in the application information, and assemble the metadata information into an SQL statement which can match the rules of the service generator, so that the service generator can use the SQL statement to generate a Web service interface. In one example, the metadata information includes: the adapter can be assembled into an SQL statement according to the analyzed metadata information: select name, age from User.
When receiving the first authorization request, the service generator may generate a target Web service interface according to the connection information and the metadata information of the first authorization request, and authorize a user (a user corresponding to the user identifier of the first authorization request) initiating the application on the target Web service interface. After authorization is complete, the service generator may issue an authorized target Web service interface. The Service generator may generate a WSDL (Web Service Description Language) file when publishing the target Web Service interface. The WSDL file is an XML file, and may be used to describe an address of an authorized target Web service interface, a method included in the authorized target Web service interface, and information such as a method name, parameters, and parameter types of each method.
In the embodiment of the disclosure, by monitoring the resource application, the automatic acquisition and the automatic authorization of the Web service interface can be realized according to the application information of the resource application, and the user and the administrator can acquire the required authorization interface only by contacting and using the resource directory system and without performing manual operation on the service generator, thereby simplifying the operation, improving the working efficiency and reducing the possibility of misoperation.
Meanwhile, in the related art, when the service generator generates the Web service interface based on the database resource, manual information configuration and SQL statement writing are also required, which also has the problems of complex operation, low working efficiency, high possibility of misoperation and the like.
In the embodiment of the disclosure, the SQL format matched with the service generator can be processed and assembled according to the application information of the resource application to generate the target Web service interface, and the automatic authorization of the target Web service interface is realized without manual information configuration and SQL statement writing in the service generator, so that the operation is further simplified, the working efficiency is improved, and the possibility of misoperation is reduced.
In addition, a table of the database may include a plurality of fields, and the fields shared by different users may also be different, and in the related art, some relational database resources are manually configured with information and written with SQL statements in the service generator when the WebService interface is generated, and when the above scenario is implemented, a plurality of service interfaces need to be generated in advance according to different field combinations. The method for generating a plurality of service interfaces in advance can lead to the fact that part of the interfaces are not used by people, thus causing the waste of resources and increasing the maintenance cost of the interfaces.
In the embodiment of the present disclosure, the metadata information of the data table may include a table identifier and a field identifier, the data resource applied by the user may be selected from the field in a fine-grained manner, and the resource directory system (adapter) may enable the service generator to automatically generate and issue the Web service interface only by submitting the resource application including the field identifier in the resource directory system by the user, so as to implement automatic generation and automatic authorization of the interface, solve the problem of interface maintenance caused by the need of generating a large number of Web service interfaces in advance, avoid resource waste, and reduce human input.
Fig. 3 shows a flowchart of a Web service interface acquisition method according to an embodiment of the present disclosure. As shown in fig. 3, the method further comprises:
in step S14, the service generator searches for a target Web service interface matching the connection information and the metadata information.
The target Web service interface indicates a Web service interface matched with the connection information and the metadata information in the application information. The matching of the Web service interface and the connection information indicates that the interface is the Web service interface aiming at the data source corresponding to the connection information. The matching of the Web service interface with the metadata information indicates that the data acquired through the Web service interface is consistent with the data indicated by the metadata information, for example, the data of the data table a, or the data of the fields 1 and 2 of the data table a. Therefore, the user can acquire the requested data through the target Web service interface.
In one possible implementation, step S14 may include: sending an interface query request to the service generator, wherein the interface query request comprises the connection information and the metadata information, so that the service generator searches whether a target Web service interface generated by using the connection information and the metadata information exists or not; and if an interface identifier returned by the service generator in response to the interface query request is received, determining the Web service interface corresponding to the interface identifier as the target Web service interface.
After receiving the interface query request, the service generator may locally search for a target Web service interface matching the connection information and the metadata information of the interface query request. When the service generator searches the target Web service interface, the interface identification of the target Web service interface is returned to the adapter. When the adapter receives the interface identifier returned by the service generator in response to the interface query request, the adapter can determine that the target Web service interface is found, and the interface corresponding to the interface identifier returned by the service generator is the target Web service interface.
Step S15, determining whether the target Web service interface is found; if the target Web service interface is determined not to be found, executing step S13; if the target Web service interface is found, step S16 is executed.
Step S16, sending a second authorization request to the service generator, where the second authorization request includes the user identifier and the interface identifier of the target Web service interface, so that the service generator authorizes the user initiating the application on the target Web service interface according to the interface identifier and the user identifier.
Referring to step S13, the user can acquire the requested data through the target Web service interface. Therefore, when the target Web service interface is found, the interface for the user to obtain data exists in the service generator, and the adapter can send a second authorization request to the service generator to request the service generator to directly authorize the user who initiates the application on the target Web service interface.
And the second authorization request comprises the user identification of the user who initiates the application and the interface identification of the target Web service interface. After receiving the second authorization request, the service generator may authorize the user initiating the application (the user corresponding to the user identifier of the first authorization request) on the target Web service interface (the interface corresponding to the interface identifier of the second authorization request) according to the user identifier and the interface identifier of the second authorization request. Thereafter, the service generator may publish the target Web service interface.
Application example
As shown in fig. 2, the cataloger connects a data source through the cataloging system of the resource catalog system, the data source is a relational database, reads the table identifier of each data table in the database and the field identifier in each data table, attaches the classification tag and description to the table identifier and the field identifier, and publishes the table identifier and the field identifier as a catalog resource, for example, as a basic information resource of a user, and the table identifier is a user.
The user A carries out query retrieval in published database resources, and if the user A retrieves the desired basic information resources of the user, the user B can trigger resource application through submitting operation, and when the user A submits the application, the selected field identifiers are name and age.
The adapter of the resource directory system continuously listens for resource applications in the resource directory system. Under the condition that the resource application submitted by the user A passes the examination and approval of the administrator, the adapter can acquire application information 1 of the resource application, wherein in the application information 1: the user identification of the applied user is A, the connection information of the applied data source is IP1, and the metadata information of the applied data table comprises a table identification user, a field identification name and an age.
The adapter may look up the target Web service interface at the service generator that matches IP1, table identification user, field identification name, and age.
Assuming that the target Web service interface is not found, the adapter analyzes the metadata information, and assembles the analyzed metadata information into an SQL statement 1: select name, age from user.
The adapter sends a first authorization request to the service generator, the first authorization request comprising SQL statement 1 and IP 1. The service generator generates interface 1 (this interface 1 is a target Web service interface matching with IP1, table id user, field id name and age) from SQL statement 1 and IP1, and authorizes user a on interface 1, after which the service generator publishes this interface 1 to user a.
After that, it is assumed that the user B also applies for the same resource, and also applies for the fields name and age. The adapter acquires application information 2, wherein in the application information 2: the user identifier of the applied user is B, the connection information of the applied data source is IP1 (the same as the application information 1), and the metadata information of the applied data table comprises a table identifier user, a field identifier name and an age (the same as the application information 1).
The adapter can find the target Web service interface matching IP1, table identification user, field identification name and age at the service generator: interface 1.
At this point, the adapter sends a second authorization request to the service generator, the second authorization request including the interface identification of interface 1 and the user identification B. The service generator authorizes user B on interface 1, after which the service generator publishes the interface 1 to user B.
In the embodiment of the disclosure, after the database resource is applied, the application information is analyzed, the interface matched with the application information or the interface generated by the service generator after the application information is processed and assembled is authorized and returned, so that the automatic generation and the automatic authorization of the interface are realized, a user and an administrator only need to contact and use the resource directory system, the service generator does not need to be operated to obtain the required interface, the operation is simplified, the labor cost is saved, the possibility caused by misoperation is reduced, the user selection from fine grain to field is realized, the problem that a large number of interfaces need to be generated in advance for maintenance is solved, and the waste of resources is reduced.
Fig. 4 shows a block diagram of a Web service interface acquisition apparatus according to an embodiment of the present disclosure. As shown in fig. 4, the apparatus 40 includes:
a monitoring module 41, configured to monitor a resource application in the resource directory system;
an obtaining module 42, configured to obtain application information of the resource application when the resource application is approved, where the application information includes a user identifier of a user initiating the application, connection information of a data source of the application, and metadata information of a data table of the application;
a first sending module 43, configured to send a first authorization request to a service generator, where the first authorization request includes the user identifier, the connection information, and the metadata information, so that the service generator generates a target Web service interface according to the metadata information and the connection information, and authorizes a user initiating an application on the target Web service interface according to the user identifier.
In the embodiment of the disclosure, by monitoring the resource application, the automatic acquisition and the automatic authorization of the Web service interface can be realized according to the application information of the resource application, and the user and the administrator can acquire the required authorization interface only by contacting and using the resource directory system and without performing manual operation on the service generator, thereby simplifying the operation, improving the working efficiency and reducing the possibility of misoperation.
Fig. 5 shows a block diagram of a Web service interface acquisition apparatus according to an embodiment of the present disclosure. As shown in fig. 5, in a possible implementation, the apparatus 40 further includes:
a searching module 44, configured to search, in the service generator, a target Web service interface matched with the connection information and the metadata information;
the first sending module 43 is further configured to execute the step of sending the first authorization request to the service generator if the target Web service interface is not found;
a second sending module 45, configured to send a second authorization request to the service generator if the target Web service interface is found, where the second authorization request includes the user identifier and an interface identifier of the target Web service interface, so that the service generator authorizes, according to the interface identifier and the user identifier, a user who initiates an application on the target Web service interface.
In one possible implementation, the lookup module 44 includes:
a sending submodule 441, configured to send an interface query request to the service generator, where the interface query request includes the connection information and the metadata information, so that the service generator searches whether a target Web service interface generated by using the connection information and the metadata information exists;
the determining sub-module 442 is configured to, if an interface identifier returned by the service generator in response to the interface query request is received, determine the Web service interface corresponding to the interface identifier as the target Web service interface.
In one possible implementation, the metadata information includes a table identifier, or a table identifier and a field identifier.
Fig. 6 is a block diagram illustrating an apparatus 900 for Web service interface acquisition in accordance with an example embodiment. Referring to fig. 6, the apparatus 900 may include a processor 901, a machine-readable storage medium 902 having stored thereon machine-executable instructions. The processor 901 and the machine-readable storage medium 902 may communicate via a system bus 903. Also, the processor 901 performs the Web service interface acquisition method described above by reading machine-executable instructions in the machine-readable storage medium 902 corresponding to the Web service interface acquisition logic.
The machine-readable storage medium 902 referred to herein may be any electronic, magnetic, optical, or other physical storage device that can contain or store information such as executable instructions, data, and the like. For example, the machine-readable storage medium may be: a RAM (random Access Memory), a volatile Memory, a non-volatile Memory, a flash Memory, a storage drive (e.g., a hard drive), a solid state drive, any type of storage disk (e.g., an optical disk, a dvd, etc.), or similar storage medium, or a combination thereof.
Having described embodiments of the present disclosure, the foregoing description is intended to be exemplary, not exhaustive, and not limited to the disclosed embodiments. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the described embodiments. The terms used herein were chosen in order to best explain the principles of the embodiments, the practical application, or technical improvements to the techniques in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (6)

1. A method for acquiring a Web service interface, the method comprising:
monitoring resource application in a resource directory system;
for any resource application for a database resource:
under the condition that the resource application is approved, acquiring application information of the resource application, wherein the application information comprises a user identifier of a user who initiates the application, connection information of a data source of the application and metadata information of a data table of the application;
searching a target Web service interface matched with the connection information and the metadata information in a service generator;
if the target Web service interface is not found, sending a first authorization request to a service generator, wherein the first authorization request comprises the user identifier, the connection information and the metadata information, so that the service generator generates a target Web service interface according to the metadata information and the connection information, and authorizes a user who initiates an application on the target Web service interface according to the user identifier;
and if the target Web service interface is found, sending a second authorization request to the service generator, wherein the second authorization request comprises the user identifier and the interface identifier of the target Web service interface, so that the service generator authorizes the user who initiates the application on the target Web service interface according to the interface identifier and the user identifier.
2. The method of claim 1, wherein the finding, at a service generator, a target Web service interface that matches the connection information and the metadata information comprises:
sending an interface query request to the service generator, wherein the interface query request comprises the connection information and the metadata information, so that the service generator searches whether a target Web service interface generated by using the connection information and the metadata information exists or not;
and if an interface identifier returned by the service generator in response to the interface query request is received, determining the Web service interface corresponding to the interface identifier as the target Web service interface.
3. The method of claim 1, wherein the metadata information comprises a table identifier, or a table identifier and a field identifier.
4. A Web service interface acquisition apparatus, characterized in that the apparatus comprises:
the monitoring module is used for monitoring resource applications in the resource directory system;
the acquisition module is used for acquiring application information of the resource application under the condition that the resource application is approved, wherein the application information comprises a user identifier of a user who initiates the application, connection information of a data source of the application and metadata information of a data table of the application;
the searching module is used for searching a target Web service interface matched with the connection information and the metadata information in a service generator;
a first sending module, configured to send a first authorization request to a service generator if the target Web service interface is found, where the first authorization request includes the user identifier, the connection information, and the metadata information, so that the service generator generates a target Web service interface according to the metadata information and the connection information, and authorizes a user initiating an application on the target Web service interface according to the user identifier;
and the second sending module is used for sending a second authorization request to the service generator if the target Web service interface is found, wherein the second authorization request comprises the user identifier and the interface identifier of the target Web service interface, so that the service generator authorizes the user who initiates the application on the target Web service interface according to the interface identifier and the user identifier.
5. The apparatus of claim 4, wherein the lookup module comprises:
the sending submodule is used for sending an interface query request to the service generator, wherein the interface query request comprises the connection information and the metadata information, so that the service generator can search whether a target Web service interface generated by using the connection information and the metadata information exists or not;
and the determining submodule is used for determining the Web service interface corresponding to the interface identifier as the target Web service interface if the interface identifier returned by the service generator in response to the interface query request is received.
6. The apparatus of claim 4, wherein the metadata information comprises a table identifier, or a table identifier and a field identifier.
CN201810699118.6A 2018-06-29 2018-06-29 Web service interface acquisition method and device Active CN108959537B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810699118.6A CN108959537B (en) 2018-06-29 2018-06-29 Web service interface acquisition method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810699118.6A CN108959537B (en) 2018-06-29 2018-06-29 Web service interface acquisition method and device

Publications (2)

Publication Number Publication Date
CN108959537A CN108959537A (en) 2018-12-07
CN108959537B true CN108959537B (en) 2021-03-26

Family

ID=64484449

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810699118.6A Active CN108959537B (en) 2018-06-29 2018-06-29 Web service interface acquisition method and device

Country Status (1)

Country Link
CN (1) CN108959537B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109918433A (en) * 2019-01-31 2019-06-21 平安科技(深圳)有限公司 Message store method, device and computer equipment based on universal data interface
CN110471650B (en) * 2019-07-11 2022-08-09 新华三大数据技术有限公司 Web Service publishing method, device and server
CN111083103A (en) * 2019-10-30 2020-04-28 华迪计算机集团有限公司 Data sharing exchange method and system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030001883A1 (en) * 2000-07-21 2003-01-02 Samsung Electronics Co., Ltd. Architecture for home network on world wide web with private-public IP address/URL mapping

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102006036304A1 (en) * 2006-08-03 2008-02-07 Universität Karlsruhe (Th) Method for analyzing and / or testing at least one user interface, data processing device and computer program product
CN102404114A (en) * 2010-09-13 2012-04-04 北京中遥地网信息技术有限公司 Monitoring method and system both for Web service
CN102291464B (en) * 2011-08-29 2013-11-27 普元信息技术股份有限公司 System and method for dynamically generating Web Service by business flow in BPM (Business Process Management)
CN105159974A (en) * 2015-08-27 2015-12-16 浪潮软件股份有限公司 Method for automatically generating cross-data-source web service
CN105554070B (en) * 2015-12-09 2018-08-28 北京中科云集科技有限公司 A method of based on police service large data center Service and Construction
CN108022079A (en) * 2017-10-31 2018-05-11 深圳前海微众银行股份有限公司 Sharing method, device and the computer-readable recording medium of Service Source
CN108132987A (en) * 2017-12-14 2018-06-08 浙江航天恒嘉数据科技有限公司 A kind of data query system and method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030001883A1 (en) * 2000-07-21 2003-01-02 Samsung Electronics Co., Ltd. Architecture for home network on world wide web with private-public IP address/URL mapping

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
A Method of Web Service Content Auto-generating Based on AIS;Changyou Zhang;《IEEE Xplore》;20120403;第32-35页 *

Also Published As

Publication number Publication date
CN108959537A (en) 2018-12-07

Similar Documents

Publication Publication Date Title
CN108959537B (en) Web service interface acquisition method and device
US10275419B2 (en) Personalized search
US9141678B2 (en) Distributed query cache in a database system
US8185546B2 (en) Enhanced control to users to populate a cache in a database system
US8261178B2 (en) Audio data distribution system and method for generating a photo slideshow which automatically selects music
US20110302277A1 (en) Methods and apparatus for web-based migration of data in a multi-tenant database system
RU2007140432A (en) METHOD, SYSTEM AND DEVICE OF PROVISION OF ELECTRONIC CATALOG SERVICES ON THE BASIS OF LOCATION IN MULTIPLE MODES
US20060277158A1 (en) System and method for implementing database application while guaranteeing independence of software modules
CN101727465A (en) Methods for establishing and inquiring index of distributed column storage database, device and system thereof
US20110270885A1 (en) Security configuration systems and methods for portal users in a multi-tenant database environment
US11641356B2 (en) Authorization apparatus, data server and communication system
CN109144978A (en) Right management method and device
US11681696B2 (en) Finding services in a service registry system of a service-oriented architecture
EP3042316B1 (en) Music identification
US7536404B2 (en) Electronic files preparation for storage in a server
CN107451252A (en) Method for quickly querying and its system based on API
CN108255955B (en) Data processing method and device
US20030115172A1 (en) Electronic file management
US20110276572A1 (en) Configuration management device, medium and method
JP2020027567A (en) Device, method, and program for storing information
US8635439B2 (en) Portable light weight LDAP directory server and database
CN109446219B (en) Authority management method and device
JP3873975B2 (en) View access control method by domain name, DNS server system apparatus, view access control program by domain name, and storage medium storing view access control program by domain name
KR20070117009A (en) Combining hash technology and contents recognition technology to identify digital contents, to manage digital rights and to operate clearing house in digital contents service such as p2p and web folder
KR102279109B1 (en) Distributed system and method for integrating knowledge

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant