CN107832161A - Service calling method and device, storage medium, electronic equipment - Google Patents

Service calling method and device, storage medium, electronic equipment Download PDF

Info

Publication number
CN107832161A
CN107832161A CN201711080737.9A CN201711080737A CN107832161A CN 107832161 A CN107832161 A CN 107832161A CN 201711080737 A CN201711080737 A CN 201711080737A CN 107832161 A CN107832161 A CN 107832161A
Authority
CN
China
Prior art keywords
service
web service
call request
web
called
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.)
Pending
Application number
CN201711080737.9A
Other languages
Chinese (zh)
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.)
Neusoft Corp
Original Assignee
Neusoft Corp
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 Neusoft Corp filed Critical Neusoft Corp
Priority to CN201711080737.9A priority Critical patent/CN107832161A/en
Publication of CN107832161A publication Critical patent/CN107832161A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

This disclosure relates to a kind of service calling method and device, storage medium, electronic equipment.Methods described includes:It is determined that having the Web service of binding relationship with flow nodes, and the service invocation information of the Web service is obtained, the service invocation information obtains when the Web service is registered;Using the service invocation information, call request is generated, and the Web service is called by the call request.Such scheme, help to reduce implementation amount.

Description

Service calling method and device, storage medium, electronic equipment
Technical field
This disclosure relates to data processing field, in particular it relates to a kind of service calling method and device, list generation method And device, computer-readable recording medium, electronic equipment.
Background technology
Generally, many Web services are packaged with operation system, when using BPM platform, are often related to Interacting between flow and operation system.Specifically, a complete operation flow, multiple flow nodes may be included, according to Actual use demand, different flow nodes may need to call different Web services, realize corresponding function.
At present, when flow and operation system interact, it is necessary to by hard coded implementation process to the tune of Web service With, and require different method of service, different method of calling, it is necessary to realize different service invocation logics by hard coded. For example, method of service can be SOAP (English:Simple Object Access Protocol, Chinese:Simple object access Agreement), REST (English:Representational State Transfer, Chinese:The transfer of declarative state), micro services Can be xfire, axis, httpclient etc. Deng, method of calling.
That is, in order to realize service call, it is necessary to carry out man-to-man coding, implementation amount for each service Greatly.In addition, in actual application, the input parameter of difference service, output parameter vary so that the calling generation of service Reusability, flexibility, the adaptation ability etc. of code are very poor.
The content of the invention
The purpose of the disclosure is to provide a kind of service calling method and device, computer-readable recording medium, electronic equipment, Help to reduce implementation amount.
To achieve these goals, in a first aspect, the disclosure provides a kind of service calling method, including:
It is determined that having the Web service of binding relationship with flow nodes, and the service invocation information of the Web service is obtained, The service invocation information obtains when the Web service is registered;
Using the service invocation information, call request is generated, and the Web service is called by the call request.
Alternatively, if the method for service of the Web service is SOAP, the service invocation information is authentication information And the identity of handling function to be called;
Authentication information typing when the Web service is registered, or, the authentication information is by described Web service generates in real time;
The service website of typing parses to obtain when the handling function to be called is registered by the Web service.
Alternatively, parse the service website and obtain the mode of the handling function to be called and be:
The Web service is accessed by the service website, obtains all handling functions that the Web service includes;
Handling function to be called is selected from all handling functions.
Alternatively, if the mapping being pre-established between the variable of the flow nodes and the parameter of the Web service is closed System, it is described to utilize the service invocation information, call request is generated, including:
It is right in the handling function to be called using the value of variable in the flow nodes based on the mapping relations The parameter answered carries out assignment;
It is raw using the value of the authentication information, the identity of the handling function to be called and the parameter Into the call request.
Alternatively, if the method for service of the Web service is REST, the service invocation information is the Web service The service website of typing during registration.
Alternatively, if the mapping being pre-established between the variable of the flow nodes and the parameter of the Web service is closed System, it is described to utilize the service invocation information, call request is generated, including:
It is corresponding ginseng in the service website using the value of variable in the flow nodes based on the mapping relations Number carries out assignment, obtains new service website;
If calling the Web service in a manner of get, the new service website is defined as the call request;
If calling the Web service in a manner of post, by the parameter in the new service website and parameter Value is revised as key-value pair form, obtains the call request.
Alternatively, if carrying out asynchronous communication between the flow nodes and the Web service, methods described also includes:
Receive the calling response that the Web service returns;
It is right in the flow nodes using the value of the parameter called and included in response according to the mapping relations The variable answered carries out assignment.
Second aspect, the disclosure provide a kind of service call device, and described device includes:
Service invocation information acquisition module, for determining that there is the Web service of binding relationship with flow nodes, and obtain institute The service invocation information of Web service is stated, the service invocation information obtains when the Web service is registered;
Call request generation module, for utilizing the service invocation information, generate call request;
Service calling module, for calling the Web service by the call request.
Alternatively, if the method for service of the Web service is SOAP, the service invocation information is authentication information And the identity of handling function to be called;
Authentication information typing when the Web service is registered, or, the authentication information is by described Web service generates in real time;
The service website of typing parses to obtain when the handling function to be called is registered by the Web service.
Alternatively, described device also includes:
Handling function chooses module, for accessing the Web service by the service website, obtains the Web service Including all handling functions;Handling function to be called is selected from all handling functions.
Alternatively, if the mapping being pre-established between the variable of the flow nodes and the parameter of the Web service is closed System,
The call request generation module, for based on the mapping relations, using the value of variable in the flow nodes, Assignment is carried out for corresponding parameter in the handling function to be called;Utilize the authentication information, the operation to be called The identity of function and the value of the parameter, generate the call request.
Alternatively, if the method for service of the Web service is REST, the service invocation information is the Web service The service website of typing during registration.
Alternatively, if the mapping being pre-established between the variable of the flow nodes and the parameter of the Web service is closed System,
The call request generation module, for based on the mapping relations, using the value of variable in the flow nodes, Assignment is carried out for corresponding parameter in the service website, obtains new service website;If the Web is called in a manner of get Service, then be defined as the call request by the new service website;If calling the Web service in a manner of post, Parameter in the new service website and the value of parameter are revised as key-value pair form, obtain the call request.
Alternatively, if carrying out asynchronous communication between the flow nodes and the Web service, described device also includes:
Response receiving module is called, the calling response returned for receiving the Web service;
Variable assignments module, for according to the mapping relations, using the value of the parameter called and included in response, being Corresponding variable carries out assignment in the flow nodes.
The third aspect, the disclosure provide a kind of computer-readable recording medium, are stored thereon with computer program, the program The step of first aspect methods described is realized when being executed by processor.
Fourth aspect, the disclosure provide a kind of electronic equipment, including:
Computer-readable recording medium described in the third aspect;And
One or more processor, for performing the program in the computer-readable recording medium.
In disclosure scheme, Web service registration first can be completed in platform, and before service call, Establishing process section Binding relationship between point and Web service, work is ready for the service call of disclosure scheme.When process flow operation arrives this During flow nodes, the Web service that there is binding relationship with flow nodes can be first determined, and the service for obtaining Web service is adjusted Call request is generated with information, then based on service invocation information, realizes the calling to the Web service.Such scheme, without such as existing There is technology to write calling code for each Web service, implementation amount can be significantly reduced, improve the ease for use of platform, lifted Consumer's Experience.In addition, in platform Web Service Registration, additionally aid and realize that the unified of Web service is safeguarded, be managed collectively.
Other feature and advantage of the disclosure will be described in detail in subsequent specific embodiment part.
Brief description of the drawings
Accompanying drawing is for providing further understanding of the disclosure, and a part for constitution instruction, with following tool Body embodiment is used to explain the disclosure together, but does not form the limitation to the disclosure.In the accompanying drawings:
Fig. 1 is the schematic flow sheet of disclosure service calling method;
Fig. 2 is the structural representation of disclosure service call device;
Fig. 3 is the structured flowchart that the disclosure is used to carry out the electronic equipment of service call.
Embodiment
The embodiment of the disclosure is described in detail below in conjunction with accompanying drawing.It should be appreciated that this place is retouched The embodiment stated is merely to illustrate and explained the disclosure, is not limited to the disclosure.
For disclosure scheme in order to simplify the implementation process of service call, reduction implementation amount can be in advance in Business Stream In thread management platform, the registration of each Web service is completed.Before disclosure scheme is introduced, first service registry process is solved Release explanation.
For example, if the method for service of Web service is SOAP, service note can be completed with the following log-on message of typing Volume:
(1) identity of Web service, for example, the title of Web service;
(2) service website of Web service, for example,
http://oa.cvte.com/sys/webservice/cvte2CipdWebServicewsdl;
(3) authentication information, for example, username and password.It should be noted that authentication information is optional letter It breath, typing and can be stored in platform in registration, or be generated in real time by Web service when needed, be for details, reference can be made to down Text is introduced.
In above-mentioned example, by the wsdl in service website, that platform can determine current typing is the Web of SOAP-type type Service, therefore, Web service can be accessed by service website, obtain describing file, having recorded Web service in description file includes All handling functions, and enter ginseng corresponding to each handling function, go out ginseng, in this way, can be according to actual use demand, therefrom Handling function to be called is determined, for example, HelloWord can be selected as handling function to be called, handling function to be called Enter ginseng be arg0, go out join be return.
For example, if the method for service of Web service is REST, service note can be completed with the following log-on message of typing Volume:
(1) identity of Web service, for example, the title of Web service;
(2) service website of Web service, for example,
http://form.tubiaoxiu.com/sacaforms/rest/publishedservicescategoryID =$ { B }.
By analysis service network address, what platform can determine current typing is the Web service of REST types, and passes through get Mode called Web service, it is B to enter ginseng;Further, it is also possible to will go out ginseng by self-defined mode is arranged to returnResult.
Introduced according to doing above, after the Web service in operation system is registered into platform, can combine practical application needs Ask, between the Web service that flow nodes and needs are called, binding processing is carried out, for example, can be with Establishing process node and Web Binding relationship between the identity of service.
By taking flow of paying the fees as an example, it can at least include below scheme node:Deduct fees, identify charge account, move back expense etc., can be with According to use demand, to need called Web service to realize the flow nodes of correlation function, Web service corresponding to binding, example Such as, can be that the Web service of function of deducting fees is realized in flow nodes binding of deducting fees.
As a kind of example, if interaction parameter is not present between flow nodes and Web service, based on tying up therebetween Determine relation, the service call of disclosure scheme can be realized.If interaction parameter between flow nodes and Web service be present, it is Correctly parameter transmission is realized, can be with the mapping relations between the variable of Establishing process node and the parameter of Web service.Such as This, when generating call request, can first determine which flow variable corresponds to and service into ginseng, and then utilize according to mapping relations The value of variable is to carry out assignment into ginseng;When obtaining calling response, it can first determine to service out which ginseng corresponds to according to mapping relations Individual flow variable, and then carry out assignment using the value for going out ginseng for variable.
For example, the mapping relations that can be established between ginseng arg0 and flow variable qqCode, establish out ginseng Mapping relations between return and flow variable qqCheckOnlineResult.Practical application request can be specifically combined to set, Disclosure scheme can not be limited this.
The service invocation procedure of disclosure scheme is explained below.
Referring to Fig. 1, the schematic flow sheet of disclosure service calling method is shown.This method may comprise steps of:
Step 101, it is determined that having the Web service of binding relationship with flow nodes, and the service for obtaining the Web service is adjusted With information, the service invocation information obtains when the Web service is registered.
Step 102, using the service invocation information, call request is generated, and by described in call request calling Web service.
According to described above, after Web service corresponding to flow nodes binding, when process flow operation is to this node Wait, the Web service that there is binding relationship with the flow nodes can be known, and then the service of the Web service is obtained from platform Recalls information, call request is generated, realizes the calling to the Web service.For example, after generation call request, can pass through Httpclient clients send call request, realize the calling to Web service.
Such service call scheme, it is that each Web service writes calling code without such as prior art, can significantly reduces Implementation amount, the ease for use of platform is improved, improves Consumer's Experience.In addition, in platform Web Service Registration, reality is additionally aided The unified of existing Web service is safeguarded, is managed collectively.
In disclosure scheme, for different methods of service, it is different to generate the mode of call request, enters separately below Row illustrates.
As a kind of example, if the method for service of Web service is SOAP, service invocation information can be presented as:Identity The identity of authentication information, handling function to be called, call request can be specifically generated in such a way:Based on the mapping Relation, it is that corresponding parameter carries out assignment in the handling function to be called using the value of variable in the flow nodes;Utilize The value of the authentication information, the identity of the handling function to be called and the parameter, generating the calling please Ask.
In this example, the generation call request of following information can be based on:
(1) authentication information
When calling the Web service of SOAP-type type, service needs first to carry out authentication to flow nodes, therefore can recognize identity Card information is added in call request, for example, being added to request header<soap:Header>.As a kind of example, authentication letter The username and password of copying platform when breath can be service registry;Or in order to improve the security of authentication, Web clothes Business can externally expose an interface, when needing called Web service, Web service can be accessed by external interface, by Web Service generates an authentication information in real time, for example, token can be generated as authentication information.
(2) identity of handling function to be called
Such as introduction made above, in service registry, Web service can be accessed by service website, and be based on Web service The description file of return, determines handling function to be called, that is, determines which handling function is flow nodes can call, and realizes Correlation function.
(3) value of parameter
From described above, the value of parameter is optional information.Parameter friendship between flow nodes and Web service only be present When mutual, just need according to mapping relations, enter to join assignment to be corresponding, as in examples cited above, variable qqCode can be utilized Value be into joining arg0 assignment.
As a kind of example, when generating call request, the identity of handling function, the value of parameter, can be added to please Seek body<soap:Body>, it is call request with request header dynamic encapsulation.
As a kind of example, if the method for service of Web service is REST, service invocation information can be presented as:Web takes The service website of typing, can specifically generate call request in such a way during business registration:
, can be straight if interaction parameter is not present between flow nodes and Web service if the called Web service in a manner of get Connect using service website as call request, called Web service;If interaction parameter between flow nodes and Web service be present, Mapping relations can be based on, using the value of variable in flow nodes, is that corresponding parameter carries out assignment in service website, obtains new Service website, using new service website as call request, called Web service.
, can if interaction parameter is not present between flow nodes and Web service if the called Web service in a manner of post Directly using service website as call request, called Web service;If interaction parameter between flow nodes and Web service be present, Mapping relations can be then based on, using the value of variable in flow nodes, is that corresponding parameter carries out assignment in service website, obtains new Service website, the parameter in new service website and the value of parameter are then revised as key-value pair form, obtain call please Ask, called Web service.
Furthermore, it is necessary to explanation, can be in a synchronous manner between flow nodes and Web service in actual application Communicated, can also asynchronous system communicated.If the two synchronizes communication, pass through call request called Web service Afterwards, can terminate to interact with Web service, flow continues to run until next flow nodes;If the two carries out asynchronous communication, It may wait for receiving the calling response that Web service returns, and according to mapping relations, the value of the parameter included in being responded using calling, For corresponding variable in flow nodes assignment is carried out, then terminate to interact with Web service again.
Referring to Fig. 2, the structural representation of disclosure service call device is shown.Described device can include:
Service invocation information acquisition module 201, for determining that there is the Web service of binding relationship with flow nodes, and obtain The service invocation information of the Web service is taken, the service invocation information obtains when the Web service is registered;
Call request generation module 202, for utilizing the service invocation information, generate call request;
Service calling module 203, for calling the Web service by the call request.
Alternatively, if the method for service of the Web service is SOAP, the service invocation information is authentication information And the identity of handling function to be called;
Authentication information typing when the Web service is registered, or, the authentication information is by described Web service generates in real time;
The service website of typing parses to obtain when the handling function to be called is registered by the Web service.
Alternatively, described device also includes:
Handling function chooses module, for accessing the Web service by the service website, obtains the Web service Including all handling functions;Handling function to be called is selected from all handling functions.
Alternatively, if the mapping being pre-established between the variable of the flow nodes and the parameter of the Web service is closed System,
The call request generation module, for based on the mapping relations, using the value of variable in the flow nodes, Assignment is carried out for corresponding parameter in the handling function to be called;Utilize the authentication information, the operation to be called The identity of function and the value of the parameter, generate the call request.
Alternatively, if the method for service of the Web service is REST, the service invocation information is the Web service The service website of typing during registration.
Alternatively, if the mapping being pre-established between the variable of the flow nodes and the parameter of the Web service is closed System,
The call request generation module, for based on the mapping relations, using the value of variable in the flow nodes, Assignment is carried out for corresponding parameter in the service website, obtains new service website;If the Web is called in a manner of get Service, then be defined as the call request by the new service website;If calling the Web service in a manner of post, Parameter in the new service website and the value of parameter are revised as key-value pair form, obtain the call request.
Alternatively, if carrying out asynchronous communication between the flow nodes and the Web service, described device also includes:
Response receiving module is called, the calling response returned for receiving the Web service;
Variable assignments module, for according to the mapping relations, using the value of the parameter called and included in response, being Corresponding variable carries out assignment in the flow nodes.
On the device in above-described embodiment, wherein modules perform the concrete mode of operation in relevant this method Embodiment in be described in detail, explanation will be not set forth in detail herein.
Fig. 3 is the block diagram of a kind of electronic equipment 300 according to an exemplary embodiment, and the electronic equipment 300 is used for Realize service call.As shown in figure 3, the electronic equipment 300 can include:Processor 301, memory 302, multimedia groupware 303, input/output (I/O) interface 304, and communication component 305.
Wherein, processor 301 is used for the integrated operation for controlling the electronic equipment 300, to complete above-mentioned service calling method In all or part of step.Memory 302 is used to store various types of data to support the behaviour in the electronic equipment 300 To make, these data can for example include the instruction of any application program or method for being operated on the electronic equipment 300, with And the data that application program is related, such as contact data, the message of transmitting-receiving, picture, audio, video etc..The memory 302 It can be realized by any kind of volatibility or non-volatile memory device or combinations thereof, such as static random-access is deposited Reservoir (Static Random Access Memory, abbreviation SRAM), Electrically Erasable Read Only Memory (Electrically Erasable Programmable Read-Only Memory, abbreviation EEPROM), erasable programmable Read-only storage (Erasable Programmable Read-Only Memory, abbreviation EPROM), programmable read only memory (Programmable Read-Only Memory, abbreviation PROM), and read-only storage (Read-Only Memory, referred to as ROM), magnetic memory, flash memory, disk or CD.Multimedia groupware 303 can include screen and audio-frequency assembly.Wherein Screen for example can be touch-screen, and audio-frequency assembly is used to export and/or input audio signal.For example, audio-frequency assembly can include One microphone, microphone are used to receive external audio signal.The audio signal received can be further stored in storage Device 302 is sent by communication component 305.Audio-frequency assembly also includes at least one loudspeaker, for exports audio signal.I/O Interface 304 provides interface between processor 301 and other interface modules, and other above-mentioned interface modules can be keyboard, mouse, Button etc..These buttons can be virtual push button or entity button.Communication component 305 is used for the electronic equipment 300 and other Wired or wireless communication is carried out between equipment.Radio communication, such as Wi-Fi, bluetooth, near-field communication (Near Field Communication, abbreviation NFC), 2G, 3G or 4G, or one or more of combinations in them, therefore the corresponding communication Component 305 can include:Wi-Fi module, bluetooth module, NFC module.
In one exemplary embodiment, electronic equipment 300 can be by one or more application specific integrated circuits (Application Specific Integrated Circuit, abbreviation ASIC), digital signal processor (Digital Signal Processor, abbreviation DSP), digital signal processing appts (Digital Signal Processing Device, Abbreviation DSPD), PLD (Programmable Logic Device, abbreviation PLD), field programmable gate array (Field Programmable Gate Array, abbreviation FPGA), controller, microcontroller, microprocessor or other electronics member Part is realized, for performing above-mentioned service calling method.
In a further exemplary embodiment, a kind of computer-readable recording medium including programmed instruction, example are additionally provided Such as include the memory 302 of programmed instruction, said procedure instruction can be performed with completion by the processor 301 of electronic equipment 300 State service calling method.
The preferred embodiment of the disclosure is described in detail above in association with accompanying drawing, still, the disclosure is not limited to above-mentioned reality The detail in mode is applied, in the range of the technology design of the disclosure, a variety of letters can be carried out to the technical scheme of the disclosure Monotropic type, these simple variants belong to the protection domain of the disclosure.
It is further to note that each particular technique feature described in above-mentioned embodiment, in not lance In the case of shield, can be combined by any suitable means, in order to avoid unnecessary repetition, the disclosure to it is various can The combination of energy no longer separately illustrates.
In addition, it can also be combined between a variety of embodiments of the disclosure, as long as it is without prejudice to originally Disclosed thought, it should equally be considered as disclosure disclosure of that.

Claims (10)

  1. A kind of 1. service calling method, it is characterised in that including:
    It is determined that having the Web service of binding relationship with flow nodes, and the service invocation information of the Web service is obtained, it is described Service invocation information obtains when the Web service is registered;
    Using the service invocation information, call request is generated, and the Web service is called by the call request.
  2. 2. according to the method for claim 1, it is characterised in that
    If the method for service of the Web service is SOAP, the service invocation information is authentication information and to be called The identity of handling function;
    Authentication information typing when the Web service is registered, or, the authentication information is taken by the Web Generated when pragmatic;
    The service website of typing parses to obtain when the handling function to be called is registered by the Web service.
  3. 3. according to the method for claim 2, it is characterised in that parse the service website and obtain the operation letter to be called Several modes are:
    The Web service is accessed by the service website, obtains all handling functions that the Web service includes;
    Handling function to be called is selected from all handling functions.
  4. 4. according to the method for claim 2, it is characterised in that if be pre-established with the variables of the flow nodes with it is described Mapping relations between the parameter of Web service, it is described to utilize the service invocation information, call request is generated, including:
    It is corresponding in the handling function to be called using the value of variable in the flow nodes based on the mapping relations Parameter carries out assignment;
    Using the value of the authentication information, the identity of the handling function to be called and the parameter, institute is generated State call request.
  5. 5. according to the method for claim 1, it is characterised in that
    If the method for service of the Web service is REST, the service invocation information is typing when the Web service is registered Service website.
  6. 6. according to the method for claim 5, it is characterised in that if be pre-established with the variables of the flow nodes with it is described Mapping relations between the parameter of Web service, it is described to utilize the service invocation information, call request is generated, including:
    It is that corresponding parameter is entered in the service website using the value of variable in the flow nodes based on the mapping relations Row assignment, obtain new service website;
    If calling the Web service in a manner of get, the new service website is defined as the call request;
    If calling the Web service in a manner of post, the parameter in the new service website and the value of parameter are repaiied Key-value pair form is changed to, obtains the call request.
  7. 7. the method according to claim 4 or 6, it is characterised in that if between the flow nodes and the Web service Asynchronous communication is carried out, methods described also includes:
    Receive the calling response that the Web service returns;
    It is corresponding in the flow nodes using the value of the parameter called and included in response according to the mapping relations Variable carries out assignment.
  8. 8. a kind of service call device, it is characterised in that described device includes:
    Service invocation information acquisition module, for the Web service for determining that there is binding relationship with flow nodes, and described in acquisition The service invocation information of Web service, the service invocation information obtain when the Web service is registered;
    Call request generation module, for utilizing the service invocation information, generate call request;
    Service calling module, for calling the Web service by the call request.
  9. 9. a kind of computer-readable recording medium, is stored thereon with computer program, it is characterised in that the program is held by processor The step of any one of claim 1 to 7 methods described is realized during row.
  10. 10. a kind of electronic equipment, it is characterised in that including:
    Computer-readable recording medium described in claim 9;And
    One or more processor, for performing the program in the computer-readable recording medium.
CN201711080737.9A 2017-11-06 2017-11-06 Service calling method and device, storage medium, electronic equipment Pending CN107832161A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711080737.9A CN107832161A (en) 2017-11-06 2017-11-06 Service calling method and device, storage medium, electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711080737.9A CN107832161A (en) 2017-11-06 2017-11-06 Service calling method and device, storage medium, electronic equipment

Publications (1)

Publication Number Publication Date
CN107832161A true CN107832161A (en) 2018-03-23

Family

ID=61654660

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711080737.9A Pending CN107832161A (en) 2017-11-06 2017-11-06 Service calling method and device, storage medium, electronic equipment

Country Status (1)

Country Link
CN (1) CN107832161A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109933426A (en) * 2019-02-19 2019-06-25 北京三快在线科技有限公司 Processing method, device, electronic equipment and the readable storage medium storing program for executing of service call
CN110210828A (en) * 2019-05-30 2019-09-06 四川长虹电器股份有限公司 A kind of micro services administering method
CN114938387A (en) * 2022-07-22 2022-08-23 浙江中控技术股份有限公司 Data transmission method, device, system and storage medium
CN117009110A (en) * 2023-08-30 2023-11-07 中国人民解放军陆军工程大学 Interface dynamic calling method based on description information

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102591714A (en) * 2011-12-31 2012-07-18 山东中创软件工程股份有限公司 Process calling method, system and application server
US20140297725A1 (en) * 2010-11-23 2014-10-02 Axeda Corporation Scripting web services

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140297725A1 (en) * 2010-11-23 2014-10-02 Axeda Corporation Scripting web services
CN102591714A (en) * 2011-12-31 2012-07-18 山东中创软件工程股份有限公司 Process calling method, system and application server

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
徐学文: "《科技信息工作自动化概论》", 31 March 2008, 国防工业出版社 *
谭振建等: "《SDN技术及应用》", 31 October 2017, 西安电子科技大学出版社 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109933426A (en) * 2019-02-19 2019-06-25 北京三快在线科技有限公司 Processing method, device, electronic equipment and the readable storage medium storing program for executing of service call
CN109933426B (en) * 2019-02-19 2021-06-25 北京三快在线科技有限公司 Service call processing method and device, electronic equipment and readable storage medium
CN110210828A (en) * 2019-05-30 2019-09-06 四川长虹电器股份有限公司 A kind of micro services administering method
CN114938387A (en) * 2022-07-22 2022-08-23 浙江中控技术股份有限公司 Data transmission method, device, system and storage medium
CN114938387B (en) * 2022-07-22 2022-11-11 浙江中控技术股份有限公司 Data transmission method, device, system and storage medium
CN117009110A (en) * 2023-08-30 2023-11-07 中国人民解放军陆军工程大学 Interface dynamic calling method based on description information

Similar Documents

Publication Publication Date Title
CN107832161A (en) Service calling method and device, storage medium, electronic equipment
CN109417719B (en) Network resource management method, device and system
CN109286724B (en) Data interaction method and device based on short message
CN110825448B (en) Method, device, electronic equipment and storage medium for realizing multi-service module mutual calling
CN108401037A (en) User terminal and the binding method of equipment, device and system
CN103152402A (en) Method and system for logging in through mobile terminal and cloud server
TW200934141A (en) Software defined radio architecture
CN104113551A (en) Platform authorization method, platform server side, application client side and system
CN103826155A (en) Multi-screen interaction method, server, terminal and system
CN110516417B (en) Authority verification method and device of intelligent contract
CN106161385A (en) The long-range control method of a kind of equipment and device
CN106325870B (en) Method and device for realizing dynamic form API (application program interface)
CN108471395A (en) Realize method, apparatus, cloud computing system and the computer system of certification/mandate
CN110175828A (en) User&#39;s verification method and device based on the signing of bank card quick payment
CN109614147A (en) A kind of PHY register reading/writing method and device
CN109783357A (en) The method and device of test application program, computer equipment, storage medium
CN110247849A (en) The update method and device of URSP
CN108288168A (en) Borrow or lend money register method, terminal and the computer readable storage medium of service account
US20150304279A1 (en) Peripheral Interface for Residential laaS
CN111131420A (en) Electronic resource transfer method, device and storage medium
CN109683888A (en) A kind of multiplexing method and reusable business module of business module
CN109286517A (en) Create the method, apparatus serviced and storage medium and electronic equipment
CN110430112A (en) A kind of method and apparatus for realizing virtual machine network IO priority
CN105072212B (en) To code method and to code system
CN109510866A (en) For the method for pushing of cloud supplying system, device, storage medium and electronic equipment

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20180323

RJ01 Rejection of invention patent application after publication