CN111553652B - Service processing method and device - Google Patents

Service processing method and device Download PDF

Info

Publication number
CN111553652B
CN111553652B CN202010326382.2A CN202010326382A CN111553652B CN 111553652 B CN111553652 B CN 111553652B CN 202010326382 A CN202010326382 A CN 202010326382A CN 111553652 B CN111553652 B CN 111553652B
Authority
CN
China
Prior art keywords
service
parameters
processing
request message
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
CN202010326382.2A
Other languages
Chinese (zh)
Other versions
CN111553652A (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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202010326382.2A priority Critical patent/CN111553652B/en
Publication of CN111553652A publication Critical patent/CN111553652A/en
Application granted granted Critical
Publication of CN111553652B publication Critical patent/CN111553652B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance
    • 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

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Accounting & Taxation (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Finance (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • Data Mining & Analysis (AREA)
  • Operations Research (AREA)
  • Development Economics (AREA)
  • Technology Law (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention discloses a service processing method and a device, wherein the method comprises the following steps: receiving a service request message, and splitting the service request message into a plurality of service parameters; determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; according to the triggering condition of each service, searching the interface parameter of each service in a plurality of service parameters; according to the interface parameters of each service and the service arrangement information, each service is called to process the service request, the decoupling of the service request message and the service program script is realized, the flexibility of the interface parameter configuration of the service is improved, and the service processing efficiency is improved.

Description

Service processing method and device
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a service processing method and apparatus.
Background
When the prior core banking system processes business, a plurality of services are required to be called, each service needs to analyze a business request message so as to read interface parameters of the service, and because the message formats corresponding to different business requests are different, the same service needs to write different message analysis logics when analyzing different business request messages, and the message analysis logics are solidified in program scripts of the service, and when the business request message formats are changed, the corresponding message analysis logics in the service program scripts also need to be manually modified, so that the program is complicated and the efficiency is lower.
In view of the above problems, no effective solution has been proposed at present.
Disclosure of Invention
The embodiment of the invention provides a service processing method, which is used for improving the efficiency of service processing and comprises the following steps:
receiving a service request message, and splitting the service request message into a plurality of service parameters;
determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; the triggering condition of each service comprises interface parameters required by the service;
according to the triggering condition of each service, searching the interface parameter of each service in a plurality of service parameters;
calling each service according to the interface parameters of each service and the service arrangement information, and processing a service request;
for a service, if the interface parameter of the service is not found in the service parameters, skipping the service.
An embodiment of the present invention provides a service processing apparatus, configured to improve service processing efficiency, where the apparatus includes:
the message splitting module is used for receiving the service request message and splitting the service request message into a plurality of service parameters;
the service arrangement and trigger condition determining module is used for determining service arrangement information and trigger conditions of all the services according to a plurality of services to be called in the service request message; the triggering condition of each service comprises interface parameters required by the service;
the interface parameter determining module is used for searching the interface parameter of each service in a plurality of service parameters according to the triggering condition of each service;
the service processing module is used for calling each service according to the interface parameters of each service and the service arrangement information and processing the service request;
the service processing module is further configured to: for a service, if the interface parameter of the service is not found in the plurality of service parameters, the service is skipped.
The embodiment of the invention also provides a computer device which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the service processing method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the service processing method.
The embodiment of the invention is as follows: receiving a service request message, and splitting the service request message into a plurality of service parameters; determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; according to the triggering condition of each service, searching the interface parameter of each service in a plurality of service parameters; according to the interface parameters of each service and the service arrangement information, each service is called to process the service request, the service request message is split into a plurality of service parameters, each service can search the interface parameters of the service in the plurality of service parameters without respectively analyzing the service request message, the decoupling of the service request message and the service program script is realized, the flexibility of the interface parameter configuration of the service is improved, and the service processing efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art. In the drawings:
FIG. 1 is a schematic diagram of a business processing method in an embodiment of the present invention;
FIG. 2 is a schematic diagram of message splitting and parameter subscription according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of a service orchestration according to an embodiment of the present invention;
fig. 4 is a flowchart of a specific embodiment of a service processing method in an embodiment of the present invention;
fig. 5 is a schematic diagram of a service processing device structure in an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
In order to solve the technical problem that in the prior art, various message parsing logics are solidified in a program script of a service, so that the program is complicated and the efficiency is low when the message parsing logics are modified, an embodiment of the invention provides a service processing method, which is used for improving the efficiency of service processing, and fig. 1 is a schematic diagram of the flow of the service processing method in the embodiment of the invention, as shown in fig. 1, and the method comprises:
step 101: receiving a service request message, and splitting the service request message into a plurality of service parameters;
step 102: determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message;
step 103: according to the triggering condition of each service, searching the interface parameter of each service in a plurality of service parameters;
step 104: and calling each service according to the interface parameters of each service and the service arrangement information, and processing the service request.
As shown in fig. 1, the embodiment of the invention is implemented by: receiving a service request message, and splitting the service request message into a plurality of service parameters; determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; according to the triggering condition of each service, searching the interface parameter of each service in a plurality of service parameters; according to the interface parameters of each service and the service arrangement information, each service is called to process the service request, the service request message is split into a plurality of service parameters, each service can search the interface parameters of the service in the plurality of service parameters without respectively analyzing the service request message, the decoupling of the service request message and the service program script is realized, the flexibility of the interface parameter configuration of the service is improved, and the service processing efficiency is improved.
In one embodiment, splitting the service request packet into a plurality of service parameters in step 101 may include:
and performing word segmentation processing on the service request message, and splitting the service request message into a plurality of service parameters.
In the specific implementation, in step 101, message splitting logic of multiple messages may be preset, where the message splitting logic may be, for example, a word segmentation rule or a regular matching rule, or other logic, and the invention is not limited thereto. Fig. 2 is a schematic diagram of message splitting and parameter subscription in the embodiment of the present invention, as shown in fig. 2, after receiving a service request message, the message splitting table may be called first, then the corresponding message splitting logic is found in the message splitting table according to the type of the service request message, the service request message is split into a plurality of service parameters, and finally the plurality of service parameters are stored in a parameter pool for calling subsequent services, where the service parameters may include: account number/card number, transaction code, name, transaction data, resources to be accessed, etc. Compared with the prior art that various message resolution logics are solidified in the program script of the service, the embodiment of the invention can realize the business butt joint with various systems by splitting the business request message into a plurality of business parameters, and can directly modify the corresponding message resolution logics without modifying the program script of each service when the business request message format is changed, thereby improving the flexibility of parameter configuration.
In one embodiment, the service orchestration information in step 102 may include:
the association and the order of invocation between the respective services, and the association and the order of invocation between each service and the plurality of sub-services of that service.
In a specific implementation, in step 102, fig. 3 is a schematic diagram of service arrangement in the embodiment of the present invention, as shown in fig. 2 and fig. 3, after receiving a service request packet, a plurality of services to be invoked in the service request packet may be determined, where each service includes one or more sub-services, service arrangement information may be determined according to an association relationship and an invocation order between each service and the plurality of sub-services of the service, and a service arrangement table may be generated based on the service arrangement information and stored in a cache for invoking a subsequent service. In addition, the triggering condition of each service can be determined according to a plurality of services to be called in the service request message, the triggering condition can be an interface parameter required by the service, and a parameter subscription table can be generated according to the triggering condition of each service and stored in a cache.
In one embodiment, step 103 may further include:
for a service, if the interface parameter of the service is not found in the plurality of service parameters, the service is skipped.
In specific implementation, in step 103 and step 104, the parameter subscription table generated in step 102 may be obtained from a cache first, interface parameters required by each service are determined, then, interface parameters corresponding to each service are searched in the parameter pool in step 101, for one service, if the interface parameters of the service can be searched in the parameter pool, the service layout table generated in step 102 is obtained from the cache, corresponding services are sequentially called according to the calling sequence in the service layout table, and after the service is completed, the return parameters are stored in the parameter pool, where both the domain service and the warehouse interface can be called, and the calling modes of different services can be configured according to different service scenarios. For a service, if the interface parameter of the service cannot be found in the multiple service parameters, the service cannot be triggered and needs to be skipped.
In one embodiment, step 104 may include:
step 1041: synchronously calling each service and processing a service request;
step 1042: or storing each service into a service queue, asynchronously calling each service based on a preset time stamp, and processing the service request.
In particular, in step 104, the calling manner of the service may be divided into a synchronous mode and an asynchronous mode. The synchronous mode requires the service provider to respond in real time, multiple services may be blocked when waiting for the response at the same time, and the high coupling has the influence that the flexibility is poor, and the change of any one party of the bus or the service provider can influence the other party. While the asynchronous mode is implemented based on message queues, the service does not block the process, and the response of the service side is non-real-time. Message queues are an implementation of asynchronous communications between processing nodes, through which a publisher puts messages into a queue for storage, and a consumer can obtain and process the messages at some point in the future.
In one embodiment, the method further comprises:
when the business processing is abnormal, calling the flushing service according to the service arrangement information and interface parameters of the flushing service, and processing the abnormal business.
In particular implementations, the exception to the business process may be a return error found when the service is invoked, for example: after successful service call, the successful call result is not returned, and the service arrangement of the abnormal flow can be called, and the flushing service is called according to the service arrangement information and the interface parameters of the flushing service, so that the abnormal service is flushed.
When the method is implemented, the method further comprises adding an application lock, namely, in the process of carrying out service processing on any account, locking an account table, if the locking is unsuccessful, waiting for one second of cyclic trial locking, and returning three unsuccessful times to the account that the last service is not finished, and waiting for the account.
The following presents a specific example to facilitate understanding of how the present invention may be practiced.
Fig. 4 is a flowchart of a specific embodiment of a service processing method in an embodiment of the present invention, as shown in fig. 4, including the following steps:
the first step: receiving a service request message, calling a message splitting table, finding corresponding message splitting logic in the message splitting table according to the type of the service request message, splitting the service request message into a plurality of service parameters, and storing the plurality of service parameters in a parameter pool;
and a second step of: determining service arrangement information according to a plurality of services to be called in the service request message, and based on the association relation and the calling sequence between each service and a plurality of sub-services of the service, generating a service arrangement table and storing the service arrangement table in a cache;
and a third step of: determining the triggering condition of each service according to a plurality of services to be called in the service request message, generating a parameter subscription table according to the triggering condition of each service, and storing the parameter subscription table in a cache;
fourth step: reading a parameter subscription table from the cache, determining interface parameters required by each service, searching the interface parameters corresponding to each service in a parameter pool, executing a fifth step if the interface parameters of the service can be searched in the parameter pool, otherwise, executing a sixth step:
fifth step: reading a service arrangement table from the cache, sequentially calling corresponding services according to the calling sequence in the service arrangement table, processing the service, and storing return parameters into a parameter pool after the service is completed;
sixth step: skipping the service;
seventh step: when the business processing is abnormal, calling the flushing service according to the service arrangement information and interface parameters of the flushing service, and processing the abnormal business.
Based on the same inventive concept, the embodiment of the invention also provides a service processing device, such as the following embodiment. Since the principle of the device for solving the problem is similar to that of the method, the implementation of the device can be referred to as implementation of the method, and the repetition is not repeated. As used below, the term "unit" or "module" may be a combination of software and/or hardware that implements the intended function. While the means described in the following embodiments are preferably implemented in software, implementation in hardware, or a combination of software and hardware, is also possible and contemplated.
In order to solve the technical problem that in the prior art, various message parsing logics are solidified in a program script of a service, so that the program is complicated and the efficiency is low when the message parsing logics are modified, an embodiment of the invention provides a service processing device, which is used for improving the efficiency of service processing, and fig. 5 is a schematic diagram of the structure of the service processing device in the embodiment of the invention, as shown in fig. 5, the device includes:
the message splitting module 01 is used for receiving a service request message and splitting the service request message into a plurality of service parameters;
a service arrangement and trigger condition determining module 02, configured to determine service arrangement information and trigger conditions of each service according to a plurality of services to be invoked in the service request message;
an interface parameter determining module 03, configured to search for an interface parameter of each service from a plurality of service parameters according to a trigger condition of each service;
and the business processing module 04 is used for calling each service according to the interface parameters of each service and the service arrangement information and processing the business request.
In one embodiment, the apparatus further includes an exception handling module 05 for:
when the business processing is abnormal, calling the flushing service according to the service arrangement information and interface parameters of the flushing service, and processing the abnormal business.
In one embodiment, the service processing module 04 is specifically configured to:
synchronously calling each service and processing a service request;
or storing each service into a service queue, asynchronously calling each service based on a preset time stamp, and processing the service request.
In one embodiment, the service processing module 04 is further configured to:
for a service, if the interface parameter of the service is not found in the plurality of service parameters, the service is skipped.
In one embodiment, the service orchestration information in the service orchestration and trigger condition determination module 02 may include:
the association and the order of invocation between the respective services, and the association and the order of invocation between each service and the plurality of sub-services of that service.
In one embodiment, the message splitting module 01 is specifically configured to:
and performing word segmentation processing on the service request message, and splitting the service request message into a plurality of service parameters.
The embodiment of the invention also provides a computer device which comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the service processing method when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, and the computer readable storage medium stores a computer program for executing the service processing method.
In summary, the embodiment of the invention is as follows: receiving a service request message, and splitting the service request message into a plurality of service parameters; determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; according to the triggering condition of each service, searching the interface parameter of each service in a plurality of service parameters; according to the interface parameters of each service and the service arrangement information, each service is called to process the service request, the service request message is split into a plurality of service parameters, each service can search the interface parameters of the service in the plurality of service parameters without respectively analyzing the service request message, the decoupling of the service request message and the service program script is realized, the flexibility of the interface parameter configuration of the service is improved, and the service processing efficiency is improved.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, but various modifications and variations can be made to the embodiment of the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (9)

1. A method for processing a service, comprising:
receiving a service request message, and splitting the service request message into a plurality of service parameters;
determining service arrangement information and triggering conditions of each service according to a plurality of services to be called in the service request message; the triggering condition of each service comprises interface parameters required by the service;
according to the triggering condition of each service, searching the interface parameter of each service in the plurality of service parameters;
calling each service according to the interface parameters of each service and the service arrangement information, and processing a service request;
for a service, if the interface parameter of the service is not found in the service parameters, skipping the service.
2. The method as recited in claim 1, further comprising:
when the business processing is abnormal, calling the flushing service according to the service arrangement information and interface parameters of the flushing service, and processing the abnormal business.
3. The method of claim 1, wherein invoking each service, processing a business request, comprises:
synchronously calling each service and processing a service request;
or storing each service into a service queue, asynchronously calling each service based on a preset time stamp, and processing the service request.
4. The method of claim 1, wherein the service orchestration information comprises:
the association and the order of invocation between the respective services, and the association and the order of invocation between each service and the plurality of sub-services of that service.
5. The method of claim 1, wherein receiving a service request message, splitting the service request message into a plurality of service parameters, comprises:
and performing word segmentation processing on the service request message, and splitting the service request message into a plurality of service parameters.
6. A service processing apparatus, comprising:
the message splitting module is used for receiving a service request message and splitting the service request message into a plurality of service parameters;
the service arrangement and trigger condition determining module is used for determining service arrangement information and trigger conditions of all the services according to a plurality of services to be called in the service request message; the triggering condition of each service comprises interface parameters required by the service;
the interface parameter determining module is used for searching the interface parameter of each service in the plurality of service parameters according to the triggering condition of each service;
the service processing module is used for calling each service according to the interface parameters of each service and the service arrangement information and processing the service request;
the service processing module is further configured to: for a service, if the interface parameter of the service is not found in the plurality of service parameters, the service is skipped.
7. The apparatus of claim 6, further comprising an exception traffic handling module to:
when the business processing is abnormal, calling the flushing service according to the service arrangement information and interface parameters of the flushing service, and processing the abnormal business.
8. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 5 when executing the computer program.
9. A computer readable storage medium, characterized in that the computer readable storage medium stores a computer program for executing the method of any one of claims 1 to 5.
CN202010326382.2A 2020-04-23 2020-04-23 Service processing method and device Active CN111553652B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010326382.2A CN111553652B (en) 2020-04-23 2020-04-23 Service processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010326382.2A CN111553652B (en) 2020-04-23 2020-04-23 Service processing method and device

Publications (2)

Publication Number Publication Date
CN111553652A CN111553652A (en) 2020-08-18
CN111553652B true CN111553652B (en) 2023-10-27

Family

ID=72005698

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010326382.2A Active CN111553652B (en) 2020-04-23 2020-04-23 Service processing method and device

Country Status (1)

Country Link
CN (1) CN111553652B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112099973A (en) * 2020-09-16 2020-12-18 中国建设银行股份有限公司 Service calling method and device
CN112929358B (en) * 2021-01-29 2022-12-30 中国工商银行股份有限公司 Method and apparatus for microservice orchestration, electronic device, and medium
CN113037831B (en) * 2021-03-04 2023-04-28 中国农业银行股份有限公司 Service gateway message processing method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103944813A (en) * 2014-04-16 2014-07-23 北京大学工学院南京研究院 Gateway and method for achieving general adaptation function
CN109670081A (en) * 2018-12-28 2019-04-23 中国银行股份有限公司 The method and device of service request processing
CN110780870A (en) * 2019-10-29 2020-02-11 中国建设银行股份有限公司 Service execution method, device, equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7571447B2 (en) * 2005-06-20 2009-08-04 International Business Machines Corporation Loose coupling of web services

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103944813A (en) * 2014-04-16 2014-07-23 北京大学工学院南京研究院 Gateway and method for achieving general adaptation function
CN109670081A (en) * 2018-12-28 2019-04-23 中国银行股份有限公司 The method and device of service request processing
CN110780870A (en) * 2019-10-29 2020-02-11 中国建设银行股份有限公司 Service execution method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN111553652A (en) 2020-08-18

Similar Documents

Publication Publication Date Title
CN111553652B (en) Service processing method and device
CN110046169B (en) Computing service implementation scheme based on structured query language statements
CN107122296B (en) Method and apparatus for data assertion for test interface
CN110032599B (en) Data structure reading and updating method and device, and electronic equipment
CN108572970B (en) Structured data processing method and distributed processing system
CN110032568B (en) Data structure reading and updating method and device, and electronic equipment
CN110392068B (en) Data transmission method, device and equipment
CN111309466B (en) Multithreading scheduling method, system, equipment and medium based on cloud platform
CN107153646B (en) Data processing method and equipment
CN114547208B (en) Method and native distributed database for full link trace transactions
CN110780870A (en) Service execution method, device, equipment and storage medium
CN111698233A (en) Message processing method and device
CN111240772A (en) Data processing method and device based on block chain and storage medium
CN112860412A (en) Service data processing method and device, electronic equipment and storage medium
CN109120509B (en) Information collection method and device
CN109389271B (en) Application performance management method and system
CN114996433A (en) Dialog generation method, device and equipment
CN111459474B (en) Templated data processing method and device
CN110266610B (en) Traffic identification method and device and electronic equipment
CN110309121B (en) Log processing method and device, computer readable medium and electronic equipment
CN114860566A (en) Source code testing method and device, electronic equipment and storage medium
CN110990278A (en) Test method and device
US8321844B2 (en) Providing registration of a communication
CN110740062A (en) Breakpoint resume method and device
CN112181539B (en) File processing method, device, equipment and medium

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