CN103580937A - Web service simulating method and system and service agent system thereof - Google Patents

Web service simulating method and system and service agent system thereof Download PDF

Info

Publication number
CN103580937A
CN103580937A CN201210258669.1A CN201210258669A CN103580937A CN 103580937 A CN103580937 A CN 103580937A CN 201210258669 A CN201210258669 A CN 201210258669A CN 103580937 A CN103580937 A CN 103580937A
Authority
CN
China
Prior art keywords
service
name
parameter
request message
call request
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.)
Granted
Application number
CN201210258669.1A
Other languages
Chinese (zh)
Other versions
CN103580937B (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.)
Advanced New Technologies Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201210258669.1A priority Critical patent/CN103580937B/en
Publication of CN103580937A publication Critical patent/CN103580937A/en
Application granted granted Critical
Publication of CN103580937B publication Critical patent/CN103580937B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The embodiment of the invention provides a Web service simulating method and system and service agent system thereof. The Web service simulating method and system and service agent system thereof are used for solving the problem that a research and development test is interrupted or online services can not be normally provided due to the fact that a service providing system breaks down. The Web service simulating method includes the following steps that the service agent system is used for intercepting a calling request message sent by a service calling terminal, the calling request message is analyzed and a simulation manner corresponding to a method which is requested to be called by the calling request message is found out; if the research result is a full-simulation manner, the service agent system generates a responding message and returns the responding message to the service calling terminal; if the research result is a partial simulation manner, the service agent system forwards to the calling request message to a service providing system. After the responding message returned by the service providing system is received, the received responding message is processed and returned to the service calling terminal. The Web service simulating system comprises the service agent system and the service providing system.

Description

A kind of method and system and service agency plant of Web service simulation
Technical field
The present invention relates to Service-oriented Architecture (Service-Oriented Architecture, SOA) applied technical field, relate in particular to a kind of method and system and service agency plant of Web service simulation.
Background technology
Along with the development of modern social science technology, computer system has become the instrument that all trades and professions rely on, and what play therein central role is computer software.Along with the development of enterprise and the continuous construction of information technology (Information Technology, IT) system, the IT application system of enterprise is more and more, and application is day by day complicated, and enterprise has also proposed new requirement to interconnecting between application system.And in large-scale internet, applications, its core function system conventionally have tens even more, service between system relies on also very complicated.
SOA is the measured service that the functional organization that disperses in the application of a kind of framework model ,Ta Jiang enterprise becomes can share, and these services can promptly be combined and reuse, thereby have reached the object of quick response service demand; Meanwhile, in enterprise-level application field, along with the continuous expansion of application scale, integrated between each system and become alternately more and more important.In SOA environment, system is inevitably mutual with other system, can be based on Simple Object Access Protocol (Simple Object Access Protocol, SOAP) Web service, based on message queue, or even the far call based on remote procedure call protocol (Remote Procedure Call Protocol, RPC).And in large-scale internet, applications, its core function system conventionally have tens even more, service between system relies on also very complicated.Under this application architecture environment, produced following problem:
Such as, during the system of using at large-scale IT enterprises is researched and developed test process before reaching the standard grade and using and normally reaching the standard grade in use procedure, because application system is numerous, and the dependence between system is very complicated, very many alternately between service provider system and service calling system like this, the pressure of service provider system is very large, as long as the some servers in service provider system are machine because hardware fault or other various reasons are delayed, service call between system just cannot normally carry out, the fault that will cause like this researching and developing the interruption of test or service is provided online.
Summary of the invention
The embodiment of the present invention provides a kind of method and system and service agency plant of Web service simulation, in order to solve in prior art, because application system is numerous, and the very complicated larger problem that may cause the interruption of research and development test or the fault of service is provided online of pressure that makes service provider system of the dependence between system.
Based on the problems referred to above, the method for a kind of Web service simulation that the embodiment of the present invention provides, comprising:
Service broker's system interception service is called the call request message that terminal is sent, parse Service name, method name and input parameter type that this call request message comprises, and the method name of each method comprising according to the Service name of each default service, service is, the corresponding relation of the input parameter type of each method and each method analog form is searched analog form corresponding to method that described call request message request is called;
If lookup result is whole analog forms, described service broker's system generates response message and is back to described service call terminal according to the first default simulated templates;
If lookup result is partial simulation mode, this call request message of described service broker's system forwards is to service provider system, after receiving the response message that described service provider system returns, after according to the second default simulated templates, the response message receiving being processed, be back to service call terminal.
A kind of service broker's system that the embodiment of the present invention provides comprises:
Message blocking module, calls for interception service the call request message that terminal is sent;
Packet parsing module, for parsing Service name, method name and the input parameter type that described call request message comprises, and the method name of each method comprising according to the Service name of each default service, service is, the corresponding relation of the input parameter type of each method and each method analog form is searched analog form corresponding to method that described call request message request is called;
Message constructing module, for when lookup result is whole analog form, according to the first default simulated templates, generate response message, and for when lookup result is partial simulation mode and receive after the response message that described service provider system returns, according to the second default simulated templates, the response message receiving is processed;
Packet forwarding module, for forwarding response message that described message constructing module generates according to described the first simulated templates to described service call terminal; And when described method is set to partial simulation mode, forward this call request message to service provider system, and forward response message after described message constructing module is processed according to described the second simulated templates to described service call terminal.
The embodiment of the present invention also provides a kind of system of Web service simulation, comprise above-mentioned service broker's system and service provider system that the embodiment of the present invention provides, described service provider system, for when receiving the call request message of described service broker's system forwards, generates response message and is back to described service broker's system.
The beneficial effect of the embodiment of the present invention comprises:
The embodiment of the present invention provides a kind of method and system and service agency plant of Web service simulation, utilize service broker's system responses service call terminal to being set to the calling of method of whole analog forms, when service provider system is delayed machine due to hardware fault or other reasons, service broker's system is respond services calling system directly, thereby isolated the impact of service provider system on service calling system, make large at service provider system pressure or delay machine in the situation that, research and development test can continue or provide online service can not be out of order.
Accompanying drawing explanation
The Organization Chart of a kind of Web service analogue system that Fig. 1 provides for the embodiment of the present invention in concrete application;
The flow chart of the method for a kind of Web service simulation that Fig. 2 provides for the embodiment of the present invention;
In service broker's system that Fig. 3 provides for the embodiment of the present invention, add the flow chart of new service;
The schematic diagram of the first simulated templates of a certain method in a certain service that Fig. 4 provides for the embodiment of the present invention;
The schematic diagram of the response message that service broker's system that Fig. 5 provides for the embodiment of the present invention generates according to the first simulated templates;
Service broker's system forwards call request message that Fig. 6 provides for the embodiment of the present invention is to the flow chart of service provider system;
The schematic diagram of the second simulated templates of a certain method in a certain service that Fig. 7 provides for the embodiment of the present invention;
The schematic diagram of the response message that the service provider system that Fig. 8 provides for the embodiment of the present invention returns;
The schematic diagram of the response message after response message service provider system being returned according to the second simulated templates that Fig. 9 provides for the embodiment of the present invention is processed;
The method of a kind of Web service simulation that Figure 10 provides for the embodiment of the present invention serve flow chart of simulating when concrete application;
The structural representation of a kind of service broker's system that Figure 11 provides for the embodiment of the present invention;
The structural representation of the system of a kind of Web service simulation that Figure 12 provides for the embodiment of the present invention.
Embodiment
Below in conjunction with Figure of description, the method for a kind of Web service simulation that the embodiment of the present invention is provided and the embodiment of system and service agency plant thereof and the beneficial effect that can reach thereof are explained in detail.
The framework of a kind of Web service analogue system that the embodiment of the present invention provides when concrete application as shown in Figure 1, comprising:
Service broker's system 11, between service calling system 13 and service provider system 12, it can be both software module, can be also the hardware device that can realize agent functionality;
Service provider system 12, can provide service or method to call for other system;
Service calling system 13, can be user, can be also terminal equipment.
Fig. 2 is the flow chart of the method for a kind of Web service simulation that provides of the embodiment of the present invention, and the method comprises following step:
S201, service broker's system interception service are called the call request message that terminal is sent, and this service call terminal is the some terminals in service calling system;
Realize the address that this step is revised as the address in the service provider system of the method for request call in this call request message is provided of the target ip address in call request message in service broker's system by service call terminal;
S202, service broker's For Solutions of Systems are separated out this call request message and are comprised Service name, method name, input parameter type;
The method name of each method that S203, service broker's system comprise according to the Service name of each default service, service is, the corresponding relation of the input parameter type of each method and each method analog form is searched analog form corresponding to method that described call request message request is called, if lookup result is whole analog forms, carry out S204, if lookup result is partial simulation mode, carry out S206;
S204, service broker's system generate response message according to the first default simulated templates;
S205, service broker's system are back to service call terminal by the response message generating in S204;
Like this, service call terminal no longer relies on service provider system, can reduce the pressure of service provider system, avoids the unstable of service call that the fault due to service provider system causes;
S206, this call request message of service broker's system forwards are to service provider system;
After S206, carry out S207;
S207, service broker's system receive the response message that service provider system returns;
S208, service broker's system process according to the second default simulated templates the response message receiving in S207;
S209, service broker's system are back to service call terminal by the response message after processing in S208.
Further, the Service name, the method name of each method that comprises of service, the corresponding relation of the input parameter type of each method and each method analog form that in S203, set in advance each service are specifically realized by following manner:
The address of respectively serving corresponding WSDL WSDL that service broker's system access sets in advance, obtains and respectively serves corresponding WSDL description; Or service broker's system receives the WSDL description that the WSDL description document of serving obtains this service; Each serves service broker's system analysis corresponding WSDL and describes, and obtains institute methodical method name, the input parameter type of each method and the parameter name of output parameter, the parameter type comprising in the Service name, this service of this service and stores; Service broker's system is by Service name, the method name of each method comprising, each method analog form corresponding stored of the input parameter type of each method and setting of each service obtaining.
Fig. 3 provided set in advance each service Service name, the method name of each method that comprises of service, the realization flow of the corresponding relation of the input parameter type of each method and each method analog form:
S301, WSDL getter in service broker's system receives WSDL address or the WSDL description document of certain service from operator, if the reception of WSDL getter is WSDL address, carry out S302, if what WSDL getter received is WSDL description document, carry out S304;
S302, the WSDL address that the access of WSDL getter receives, this WSDL address for example can be arranged in service provider system; Then carry out S303;
S303, service provider system returns to the WSDL description document of its request access to WSDL getter;
S304, WSDL getter is sent to the WSDL resolver in service broker's system by the WSDL description document getting;
S305, the WSDL description document receiving in WSDL resolver resolves S304; As all methods, the method name of each method, parameter name, the parameter type of the input parameter type of each method and output parameter that comprise in service;
S306, WSDL resolver is sent to database access object request storage by the result parsing.
S307, the result that database access object goes out WSDL resolver resolves is put into database and is stored;
S308, database returns and adds successful message to operator;
S309, database receives the analog form that operator arranges each method comprising in this service of adding;
S310, the corresponding stored of the analog form of the method name of each method that database comprises the Service name of this service, this service, the input parameter type of each method and each method.
Then, the corresponding relation of the analog form of the method name of each method comprising in this service, the input parameter type of each method and each method is all deposited into after database, the analog form of all methods that comprise in the new service that operator continues to add new service and interpolation is set.
Further, the first simulated templates in step S204 generates in advance by following step:
First, the method name of each method that service broker's system comprises according to the Service name of each service, service is, the corresponding relation of the analog form of the input parameter type of each method and each method finds out the method that is set to whole analog forms;
Then, for each method that is set to whole analog forms, the parameter type of each output parameter of the method being obtained according to parsing by operator arranges corresponding parameter value for it, and then operator is kept at the parameter name of the parameter value of the output parameter of setting and corresponding output parameter, parameter type in database as the first simulated templates.
Below the form of the first simulated templates is illustrated, Fig. 4 has provided a kind of form (the embodiment of the present application is not limited to this kind of form certainly) of serving the first simulated templates of a certain method in the service that is called S, the method F by name of the method, method F comprises two output parameters, its parameter name is respectively parameter S F1 and parameter S F2, the parameter type of parameter S F1 is int, the parameter type of parameter S F2 is float, operator is made as integer A according to the parameter type int of parameter S F1 by its parameter value, according to the parameter type float of parameter S F2, its value is made as to single precision floating datum B.
Further, in step S204, the detailed process that service broker's system generates response message according to the first default simulated templates is:
First service broker's system judges the agreement that call request message is used, the response message of the protocol generation corresponding format of then using according to this call request message, last inserts the content of the first simulated templates corresponding to the method for calling with this call request message request of storage in above-mentioned response message again.
It is example that the service call terminal of take is below used soap protocol to send call request message, illustrates that service broker's system generates the process of response message according to above-mentioned the first simulated templates:
First, to judge the agreement that call request message that service call terminal sends uses be soap protocol to service broker's system; Concrete deterministic process for example can adopt following manner: can be for the different agreements pre-configured different entrances of acting on behalf of of service broker's system, suppose that service broker's system opened two ports 8080,8081, wherein 8080 port bindings soap protocol, 8081 port bindings Transmission Control Protocol, if therefore 8080 ports of service broker's system receive call request message, think that this call request message is used soap protocol.
Then, service broker's system generates the response message of soap protocol form, it comprises a SOAP big envelope, in SOAP big envelope, comprise SOAP header (can have also and can not have) and SOAP message content (must have), wherein SOAP message content is the content being kept in the first simulated templates, and the content of this first simulated templates as shown in Figure 4, so the response message that service broker's system returns to service call terminal as shown in Figure 5.
The method of above-mentioned whole analog forms call the situation that can be applied to not need to be concerned about service provider system interior details, now when service provider system is delayed machine due to hardware fault or other reasons, service broker's system is respond services calling system directly, thereby isolated the impact of service provider system on service calling system, make large at service provider system pressure or delay machine in the situation that, research and development test can continue or provide online service can not be out of order.
In addition, the situation of this whole analog forms can also be applied to research and develop in test environment, thereby by service broker's system, is now that service calling system returns to response message some leaks in examination service calling system easily.With two concrete examples, illustrate below:
In a certain test scene, A system need to be called certain service in B system, and when now A system need to arrange a time-out time t B system is not returned to response message yet so that A system was waited for over the t time after sending call request message, A system can active break request.Otherwise, if A system is waited for the response message of B system always, can affect the processing of A system to other services, if the words that even a plurality of services of A system call all do not meet with a response, in A system, the service of wait-for-response can get more and more so, finally may cause the system failure.
And in test process, need to verify that whether this timeout treatment mechanism is reliable, and therefore service broker's system can be set between A system and B system, A system is by the service of this service broker's system call B system.In the situation that all simulating, the operator of service broker's system can arrange a response wait time t1 in service broker's system, t1>t wherein, be that service broker's system waits for that after receiving call request message t1 returns to response message to A system after the time again, if A system is no longer processed the response message returning, illustrate that A system is provided with timeout treatment mechanism; If A system continues the response message returning to process, illustrate that A system does not arrange timeout treatment mechanism.Like this, can in test, whether be provided with timeout treatment mechanism by service for checking credentials calling system, or whether the timeout treatment mechanism arranging is reliable.
In another test scene, in SOA, service may be distributed in each system, as A system and B system have respectively the ability that certain service is provided, service in service calling system (A system) request call service provider system (B system), after getting the result that service provider system (B system) returns, can proceed the processing of own service, at this moment just need to consider that the idempotence of the result that service calling system (A system) returns service provider system (B system) is controlled.As having, A system collects the function of certain expense for transfer accounts successful backward client of client, and B system has the service of transferring accounts, A system need to be called the service of transferring accounts of B system, A system is directly deducted fees to client after receiving the successful result of transferring accounts of B system, what need to consider in when test is the same operation of transferring accounts for client, can only deduct fees once after transferring accounts successfully.And in service invocation procedure, B system may repeatedly turn back to A system by the successful result of transferring accounts, and just needs A system to have idempotence to control here, for the same operation of transferring accounts, no matter A system is received the successful result of transferring accounts that B system is returned several times, A system is all only deducted fees once.When whether checking A system has idempotence control, just can be by service broker's system being set between A system and B system, A system is by the service of transferring accounts of service broker's system call B system, B system returns to A system the successful result of transferring accounts by service broker's system, the number of times that returns to the successful result of transferring accounts to A system can be set easily in service broker's system, to simulate B system, the successful result of transferring accounts repeatedly be turned back to the scene of A system.Then according to A system, the same number of times of deducting fees of transferring accounts operation is judged to whether A system has idempotence and control.
Further, in step S206, this call request message of service broker's system forwards to the detailed process of service provider system as shown in Figure 6:
The address that is forwarded to service provider system of the method for S601, service broker's system searching request call;
Its detailed process is, service broker's system, according to the source IP of call request message, Service name, method name and input parameter type, is searched the address that call request message need to be forwarded to service provider system in the corresponding relation of the source IP of pre-stored Service name, method name, input parameter type, call request message and the address of service provider system;
In research and development test, in service provider system and service calling system, may there be a plurality of research and development tasks to carry out simultaneously, for example ought there be two research and development tasks, task 1 and task 2, while carrying out simultaneously, a part of terminal in service provider system provides service call for task 1, another part terminal provides service call for task 2, a part of terminal in service calling system is carried out the research and development of task 1, another part terminal is carried out the research and development of task 2, research and development tester wishes when processing service call, the call request message being sent by research and development task 1 is only processed by the system of research and development task 1, the call request message being sent by research and development task 1 is only processed by the system of research and development task 1, therefore when searching call request message repeating to the address of service provider system, just need to know the source IP of call request message, and owing to may comprising two methods that method name is identical in same service, these two unique differences of method are that their input parameter type is different, so service provider system must could judge which method is service call terminal will call actually according to Service name, method name, three kinds of information of input parameter type.Therefore, the address that is forwarded to service provider system of the method that search request is called in this step can not only be searched according to method name, and will be first according to the source IP of call request message, judge that this call request message will those terminals in service provider system process, again according to Service name, first method name and input parameter type judge which method service calling system will call actually, and then in service provider system, process the address of searching the method for processing this request call in those terminals of this call request message.
If find, perform step S602, if search less than, perform step S603;
In step S602, service broker's system forwards call request message is to the address of the service provider system finding;
In step S603, service broker's system judges whether to have set in advance acquiescence forwarding address, if so, performs step S604, if not, performs step S605;
In step S604, service broker's system forwards call request message is to giving tacit consent to forwarding address;
In step S605, service broker's system is returned to fault alarm information to service call terminal.
Further, the second simulated templates in step S208 generates through the following steps:
First, the method name of each method that service broker's system comprises according to the Service name of each service, service is, the corresponding relation of the analog form of the input parameter type of each method and each method finds out the method that is set to partial simulation mode;
Then, for each method that is set to partial simulation mode, first operator determines that those output parameters in whole output parameters of the method need simulation, and then for needing the output parameter of simulation, according to its parameter type, corresponding parameter value is set, finally the corresponding parameter value of parameter name, parameter type and the setting of the output parameter of needs simulation is saved as to the second simulated templates.
Fig. 7 has provided the form (the embodiment of the present application is not limited to this kind of form certainly) of the second simulated templates of a certain method in the service of serving S by name, the method M by name of the method, comprise three output parameters, its parameter name is respectively parameter S M1, parameter S M2 and parameter S M3, the parameter type of parameter S M1 is int, the parameter type of parameter S M2 is float, the parameter type of parameter S M3 is double, first, operator determines in all output parameters of the method M only needs to simulate SM3, therefore operator is made as double-precision floating points D according to the parameter type double of parameter S M3 by its parameter value, therefore the second simulated templates of the method M has only been preserved service S, the parameter name of method M and output parameter SM3, the content of parameter type and parameter value.
Further, in step S208, the detailed process that service broker's system processes according to the second default simulated templates the response message receiving in step S207 is:
The modify parameteri of the output parameter that the parameter name of the output parameter comprising with the second simulated templates that service broker's system comprises this response message is consistent for the second simulated templates in parameter value corresponding to the parameter name of this output parameter.
Still with service call terminal, use soap protocol to send call request message below, the method for request call, for the method M in service S is example, illustrates the process of the response message that service broker's system receives in S207 according to the second simulated templates processing:
The response message that the service provider system that service broker's system receives in S207 returns as shown in Figure 8, wherein the content of SOAP message comprises parameter name, parameter type and the corresponding parameter value of service S, method M and three output parameters, the parameter type of parameter S M1 is int, its parameter value is integer J, the parameter type of parameter S M2 is float, its parameter value is single precision floating datum K, and the parameter type of parameter S M3 is double, and its parameter value is double-precision floating points L.
Then, it is the parameter value double-precision floating points D that parameter S M3 arranges that service broker's system 11 replaces with operator by the parameter value of the parameter S M3 in the response message receiving in S207 by double-precision floating points L according to the second simulated templates shown in Fig. 7, the SOAP message after processing according to the second simulated templates shown in Fig. 7 as shown in Figure 9, before processing, be that the parameter value of parameter S M3 is different with the difference of SOAP message after processing, before processing, the parameter value of parameter S M3 is L, and after processing, the parameter value of parameter S M3 is D.
In when application for complicated service; the output parameter of a method conventionally can be many; operator will completely arrange the whole output parameter workloads of simulation can be larger; therefore the response message returning by service provider system here; operator only need arrange the output parameter that oneself needs simulation; the integrality that can guarantee so on the one hand the output parameter that returns, has also overcome the more loaded down with trivial details problem of all output parameters of simulating on the other hand.
With a concrete example, illustrate below: A system can provide a kind of service AS, the output parameter of this service has ASF1, ASF2, wherein ASF1 processes the True Data that this service obtains, and the result phase of ASF2 for this service is processed, may have several return values of ASF21, ASF22; And when B system need to be called the service AS of A system, B system need to be processed calling the various result phases that AS may occur, and B system is not understand the specific implementation details of the service AS of A system in actual applications, if desired the various result phases of simulating AS service when there is no service broker's system certainly will need to drop into understands realizing details and can accurately simulating out of AS service, and if the modes that adopt all simulations are because the output parameter ASF1 content of method AS may be very complicated, all simulate, setting up can be very loaded down with trivial details.Therefore adopt partial simulation, the output parameter that needs simulation is only set, the content of all the other output parameters is still generated when responding the method by A system, thereby simplifies template-setup, raises the efficiency.
For example, the service AS that A system provides is the service of checking user account remaining sum, during the service AS of B system call A system, A system is returned to the remaining sum (corresponding output parameter ASF1) of checked user account to B system, and to B system, return to the state (corresponding output parameter ASF2) of this user account, as when this user account, Sorry, your ticket has not enough value 10 yuan time, to B system, return to the information that Sorry, your ticket has not enough value (corresponding A SF21), and when the remaining sum of this user account surpasses a certain regulation amount, to B system, return to the information (corresponding A SF22) that remaining sum transfinites, because B system need to be processed calling the various result phases that AS may occur, therefore between A system and B system, service broker's system is set, A system returns to B system by the output parameter ASF1 of the service AS of B system call and ASF2 by agency plant, adopt the mode of partial simulation, service broker's system can be revised the value of ASF2 so that the various result phases of analog service AS, whether check B system can make correct processing to different result phases, while receiving as B system the information that Sorry, your ticket has not enough value, whether can point out user to supplement with money, or when receiving the information that remaining sum transfinites, whether can point out user to process account so that remaining sum no longer transfinites.And to serving the output parameter ASF1 of AS, the value that agency plant can directly adopt A system to generate when processing this service, needn't be at the parameter value of simulation ASF1.
In software test procedure, adopting the advantage of service broker's system is to simulate easily the various state values of serving AS Output rusults in A system, with check B system, to all result phases of returning of service AS, can correctly process, the probability occurring to reduce leak, this leak refers to that the result phase that B system is returned service AS can not correctly process.Service broker's system can be more convenient the various result phases of returning that obtain serving AS, thereby improve efficiency of research and development, conventionally test mode also can be done test simulation so far as Debug, but its simulated cost can be very high.
Preferably, the method of a kind of Web service simulation that the embodiment of the present invention provides also comprises that the method for request call in call request message is set to the situation of non-analog form, in this case, service broker's system directly forwards call request message to service provider system, detailed process and the process shown in Fig. 6 of its forwarding are similar, do not repeat them here; Service provider system, after receiving the call request message of forwarding, carries out normal process, then to service broker's system, returns to response message, and service broker's system is not made any extra process to this response message and is directly forwarded to service call terminal.
The Web service of take below based on SOAP is example, illustrates that the method for a kind of Web service simulation that the embodiment of the present invention provides is served the process of simulation when concrete application, and as shown in figure 10, this process comprises the following steps:
Certain service call terminal in S1001, service calling system is sent the call request message based on soap protocol,
Because service calling system is revised as the address in service broker's system by the address in the service provider system of needs access, therefore service calling system sends after call request message, is actually SOAP call request message and directly sends to the receiver address in service broker's system;
Message blocker interception SOAP call request message in S1002, service broker's system;
S1003, message blocker send SOAP call request message to the packet parsing device 102 in service broker's system;
S1004, packet parsing device take out source IP and the soap message wherein of call request message and resolve this soap message, obtain Service name, method name and input parameter type, and the method name of each method comprising according to the Service name of pre-stored each service in database (not shown in Figure 10), service is, the corresponding relation of the analog form of the input parameter type of each method and each method finds out the analog form of the method for request call;
The analog form of the method for Service name, method name, the input parameter type of the request call that S1005, packet parsing device send SOAP call request message, source IP, parse and the request call finding is to the message repeating device in service broker's system;
If the method for request call is set to whole analog forms and carries out S1006; If the method for request call is set to partial simulation or non-analog form is carried out S1007;
S1006, message repeating device forward SOAP call request message to the message constructor in service broker's system;
S1007, message repeating device find out the address that is forwarded to service provider system of the method for the request call that is set to partial simulation mode or non-analog form according to the source IP of pre-stored Service name in database, method name, input parameter type, call request message and the corresponding relation that is forwarded to the address of service provider system;
S1008, message repeating device forward SOAP call request message to the address finding in S1007; If do not find the address that is forwarded to service provider system in S1007, and the also default address of Non-precondition, to service calling system, return to fault alarm information, this situation is not shown in Figure 10;
S1009, message constructor, after receiving call request message, generates response message according to corresponding the first simulated templates being stored in database of the method for this request call;
S1010, message constructor is sent to message repeating device by response message;
S1011, message repeating device transmitted response message are to the service call terminal of sending call request message in service calling system;
S1012, service provider system generate response message according to the call request message receiving;
S1013, service provider system are back to message repeating device by the response message of generation;
If the method for request call is set to partial simulation mode, carry out S1014; If the method for request call is set to non-analog form, carry out S1015;
S1014, message repeating device are forwarded to message constructor by the response message receiving;
S1015, message repeating device are forwarded to the response message receiving the service call terminal of the transmission call request message in service provider system;
S1016, message constructor are according to being stored in the response message receiving in the second simulated templates treatment S 1014 corresponding with method this request call in database;
S1017, message constructor are sent to message repeating device by the response message of processing;
S1018, message repeating device are forwarded to the response message receiving the service call terminal of the transmission call request message in service calling system.
Based on same inventive concept, the embodiment of the present invention also provides the system of a kind of service broker's system and Web service simulation.
A kind of service broker's system that the embodiment of the present invention provides, as shown in figure 11, comprising:
Message blocking module 111, calls for interception service the call request message that terminal is sent;
Packet parsing module 112, be used for parsing described call request message and comprise Service name, method name, input parameter type, and the method name of each method comprising according to the Service name of each default service, service is, the corresponding relation of the input parameter type of each method and each method analog form is searched the analog form of described method;
Message constructing module 113, for when described method is set to whole analog form, according to the first default simulated templates, generate response message, and for when described method is set to partial simulation mode and receive after the response message that described service provider system returns, according to the second default simulated templates, the response message receiving is processed;
Packet forwarding module 114, for forwarding response message that described message constructing module generates according to described the first simulated templates to described service call terminal; And when described method is set to partial simulation mode, forward this call request message to service provider system 12, and forward response message after described message constructing module is processed according to described the second simulated templates to described service call terminal.
Further, service broker's system that the embodiment of the present invention shown in Figure 11 provides also comprises:
WSDL acquisition module 115, for accessing the address of respectively serving corresponding WSDL setting in advance, obtains and respectively serves corresponding WSDL description; Or the WSDL that obtains this service for receiving the WSDL description document of service describes;
WSDL parsing module 116, serves corresponding WSDL and describes for resolving each, obtain in the Service name, this service of this service, comprise methodical method name, the input parameter type of each method and parameter name and the parameter type of output parameter;
Piece 117 is touched in storage, for storing Service name, the method name of each method comprising, parameter name and the parameter type of the input parameter type of each method and output parameter of each service of acquisition, and for storing Service name of each service, the method name of each method that service comprises, the corresponding relation of each method analog form of the input parameter type of each method and setting;
When concrete application, memory module 117 can be both that database can be also other modules that can realize memory function, if database during memory module 117, in this service broker's system, can also comprise database access object, for the management that the data of database are read and stored.
Further, service broker's system that the embodiment of the present invention shown in Figure 11 provides, also comprises:
The first simulated templates generation module 118, the method name of each method that is used for comprising according to the Service name of each service, service is, the corresponding relation of the analog form of the input parameter type of each method and each method finds out the method that is set to whole analog forms, and for each method that is set to whole analog forms, according to the parameter type of each output parameter of the method, corresponding parameter value is set, the parameter name of the parameter value of the output parameter of setting and corresponding output parameter, parameter type are saved as to the first simulated templates;
The second simulated templates generation module 119, for according to the Service name of each service, the method name of each method that comprises of service, the corresponding relation of the analog form of the input parameter type of each method and each method finds out the method that is set to partial simulation mode; And for each method that is set to partial simulation mode, according to the parameter type of the output parameter of the needs simulation in whole output parameters of the method, corresponding parameter value is set, the corresponding parameter value of parameter name, parameter type and the setting of the output parameter of needs simulation is saved as to the second simulated templates.
Further, memory module 117 is also for storing the first simulated templates of each method that is set to whole analog forms, and for storing the second simulated templates of each method that is set to partial simulation mode.
Further, packet forwarding module 114, specifically for according to the Service name comprising in call request message, method name, input parameter type and source IP address, pre-stored Service name, method name, input parameter type and source IP be forwarded to the corresponding relation of address of service provider system in search the address that is forwarded to service provider system of the method that described call request message request calls; If search less than, to service call terminal return to fault alarm information or by call request message repeating to giving tacit consent to forwarding address; If find, the address to the service provider system finding by call request message repeating.
Further, message constructing module 114, while being set to whole analog form specifically for the method for calling in call request message request, the agreement of using according to described call request message, generate the response message of corresponding format, and the content of the first simulated templates corresponding to the method for calling with described call request message request of storage is inserted in this message; And for the method for calling in call request message request, be set to partial simulation mode and receive after the response message that service provider system returns, the modify parameteri of the output parameter that the parameter name of the output parameter that the second simulated templates with storage that this response message is comprised comprises and parameter type are consistent for this second simulated templates in the parameter name of this output parameter and parameter value corresponding to parameter type.
Preferably, when packet forwarding module 114 is also set to non-analog form for the method for calling in call request message request, forward call request message to service provider system 12, and after receiving the response message that service provider system 12 returns, the response message receiving is not done to extra processing and be directly back to service call terminal.
The system of the Web service simulation that the embodiment of the present invention provides, as shown in figure 12, comprising:
Above-mentioned service broker's system 11 that the embodiment of the present invention provides;
Service provider system 12, when receiving the call request message that service broker's system 11 forwards, generates response message and is back to described service broker's system.
Service broker's system 11 that the embodiment of the present invention provides externally provides different analog interfaces for different communication protocol, it is the call request message that it can resolve different communication protocol, that is to say that, when service call terminal need to be called certain method, the call request message of transmission is not limited to a certain communication protocol.
Obviously, those skilled in the art can carry out various changes and modification and not depart from the spirit and scope of the present invention the present invention.Like this, if within of the present invention these are revised and modification belongs to the scope of the claims in the present invention and equivalent technologies thereof, the present invention is also intended to comprise these changes and modification interior.

Claims (17)

1. a method for Web service simulation, is characterized in that, comprising:
Service broker's system interception service is called the call request message that terminal is sent, parse Service name, method name and input parameter type that call request message comprises, and the method name of each method comprising according to the Service name of each default service, service is, the corresponding relation of the input parameter type of each method and each method analog form is searched analog form corresponding to method that described call request message request is called;
If lookup result is whole analog forms, described service broker's system generates response message and is back to described service call terminal according to the first default simulated templates;
If lookup result is partial simulation mode, this call request message of described service broker's system forwards is to service provider system, after receiving the response message that described service provider system returns, after according to the second default simulated templates, the response message receiving being processed, be back to service call terminal.
2. the method for claim 1, is characterized in that, the method name of each method, the corresponding relation of the input parameter type of each method and each method analog form that the Service name of each service, service comprise set in advance by following manner:
The address of respectively serving corresponding WSDL WSDL that service broker's system access sets in advance, obtains and respectively serves corresponding WSDL description;
Or service broker's system receives the WSDL description that the WSDL description document of serving obtains this service;
Each serves service broker's system analysis corresponding WSDL and describes, and obtains institute methodical method name, the input parameter type of each method and the parameter name of output parameter, the parameter type comprising in the Service name, this service of this service and stores;
Service broker's system is by Service name, the method name of each method comprising, each method analog form corresponding stored of the input parameter type of each method and setting of each service obtaining.
3. method as claimed in claim 2, is characterized in that, described the first simulated templates generates in advance by following manner:
Service broker's system searching goes out the method that is set to whole analog forms in each service;
Each method for being set to whole analog forms, arranges corresponding parameter value according to the parameter type of the output parameter of the method, and the parameter name of the parameter value of setting and corresponding output parameter, parameter type are saved as to the first simulated templates.
4. method as claimed in claim 3, is characterized in that, described service broker's system generates response message according to the first default simulated templates, specifically comprises:
The agreement that described service broker's system is used according to described call request message, generates the response message of corresponding format, and the content of the first simulated templates corresponding to the method for calling with described call request message request of storage is inserted in described message.
5. the method for claim 1, is characterized in that, this call request message of described service broker's system forwards, to service provider system, specifically comprises:
Described service broker's system is according to the source IP comprising in described call request message, Service name, method name and input parameter type, the address of searching the service provider system of the required forwarding of described call request message in the corresponding relation of the source IP of pre-stored Service name, method name, input parameter type, call request message and the address of service provider system;
If search less than, to service call terminal return to fault alarm information or by described call request message repeating to the acquiescence forwarding address setting in advance;
If find, according to the address of the service provider system finding, forward described call request message.
6. method as claimed in claim 2, is characterized in that, described the second simulated templates generates by following manner:
Service broker's system searching goes out the method that is set to partial simulation mode in each service;
For each method that is set to partial simulation mode, according to the parameter type of the output parameter of the needs simulation in whole output parameters of the method, corresponding parameter value is set, the parameter name of the output parameter of needs simulation, parameter type and corresponding parameter value are saved as to the second simulated templates.
7. method as claimed in claim 6, is characterized in that, according to the second default simulated templates, the response message receiving is processed, and specifically comprises:
The modify parameteri of the output parameter that the parameter name of the output parameter comprising with described the second simulated templates that the response message that service provider system is returned comprises is consistent for described the second simulated templates in parameter value corresponding to the parameter name of this output parameter.
8. the method as described in claim 1-7 any one, is characterized in that, also comprises:
If described method is set to non-analog form, described in service broker's system forwards, call request message, to service provider system, and after receiving the response message that service provider system returns, is back to service call terminal by the response message receiving.
9. service broker's system, is characterized in that, comprising:
Message blocking module, calls for interception service the call request message that terminal is sent;
Packet parsing module, for parsing Service name, method name and the input parameter type that described call request message comprises, and the method name of each method comprising according to the Service name of each default service, service is, the corresponding relation of the input parameter type of each method and each method analog form is searched analog form corresponding to method that described call request message request is called;
Message constructing module, for when lookup result is whole analog form, according to the first default simulated templates, generate response message, and for when lookup result is partial simulation mode and receive after the response message that described service provider system returns, according to the second default simulated templates, the response message receiving is processed;
Packet forwarding module, for forwarding response message that described message constructing module generates according to described the first simulated templates to described service call terminal; And when described method is set to partial simulation mode, forward this call request message to service provider system, and forward response message after described message constructing module is processed according to described the second simulated templates to described service call terminal.
10. system as claimed in claim 9, is characterized in that, also comprises:
WSDL acquisition module, for accessing the address of respectively serving corresponding WSDL setting in advance, obtains and respectively serves corresponding WSDL description; Or the WSDL that obtains this service for receiving the WSDL description document of service describes;
WSDL parsing module, serves corresponding WSDL and describes for resolving each, obtain in the Service name, this service of this service, comprise methodical method name, the input parameter type of each method and parameter name and the parameter type of output parameter;
Memory module, for storing Service name, the method name of each method comprising, parameter name and the parameter type of the input parameter type of each method and output parameter of each service of acquisition, and for storing Service name of each service, the method name of each method that service comprises, the corresponding relation of each method analog form of the input parameter type of each method and setting.
11. systems as claimed in claim 10, is characterized in that, also comprise:
The first simulated templates generation module, for finding out each service, be set to the method for whole analog forms, and for each method that is set to whole analog forms, according to the parameter type of the output parameter of the method, corresponding parameter value is set, parameter name, the parameter type of the output parameter of the parameter value of setting and correspondence are saved as to the first simulated templates.
12. systems as claimed in claim 11, it is characterized in that, described message constructing module, while being set to whole analog form specifically for the method for calling in described call request message request, the agreement of using according to described call request message, generate the response message of corresponding format, and the content of the first simulated templates corresponding to the method for calling with described call request message request of storage is inserted in described message.
13. systems as claimed in claim 9, it is characterized in that, described packet forwarding module, specifically for according to the source IP comprising in described call request message, Service name, method name and input parameter type, the address of searching the service provider system of the required forwarding of described call request message in the corresponding relation of the source IP of pre-stored Service name, method name, input parameter type, call request message and the address of service provider system; If search less than, to service call terminal return to fault alarm information or by described call request message repeating to the acquiescence forwarding address setting in advance; If find, according to the address of the service provider system finding, forward described call request message.
14. systems as claimed in claim 10, is characterized in that, also comprise:
The second simulated templates generation module, is set to the method for partial simulation mode for finding out each service; For each method that is set to partial simulation mode, according to the parameter type of the output parameter of the needs simulation in whole output parameters of the method, corresponding parameter value is set, the parameter name of the output parameter of needs simulation, parameter type and corresponding parameter value are saved as to the second simulated templates.
15. systems as claimed in claim 14, it is characterized in that, described message constructing module, while being set to partial simulation mode specifically for the method for calling in described call request message request and receive after the response message that described service provider system returns, the modify parameteri of the output parameter that the parameter name of the output parameter comprising with described the second simulated templates that this response message is comprised is consistent for described the second simulated templates in parameter value corresponding to the parameter name of this output parameter.
16. systems as described in claim 9-15 any one, it is characterized in that, described packet forwarding module, also for when described method is set to non-analog form, forward described call request message to service provider system, and after receiving the response message that service provider system returns, the response message receiving is directly back to service call terminal.
The system of 17. 1 kinds of Web service simulations, is characterized in that, comprising:
Service broker's system as described in claim 9-16 any one;
Service provider system, for when receiving the call request message of described service broker's system forwards, generates response message and is back to described service broker's system.
CN201210258669.1A 2012-07-24 2012-07-24 A kind of Web services the method and system thereof and service broker system simulated Active CN103580937B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210258669.1A CN103580937B (en) 2012-07-24 2012-07-24 A kind of Web services the method and system thereof and service broker system simulated

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210258669.1A CN103580937B (en) 2012-07-24 2012-07-24 A kind of Web services the method and system thereof and service broker system simulated

Publications (2)

Publication Number Publication Date
CN103580937A true CN103580937A (en) 2014-02-12
CN103580937B CN103580937B (en) 2016-11-23

Family

ID=50051917

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210258669.1A Active CN103580937B (en) 2012-07-24 2012-07-24 A kind of Web services the method and system thereof and service broker system simulated

Country Status (1)

Country Link
CN (1) CN103580937B (en)

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105159746A (en) * 2015-08-26 2015-12-16 哈尔滨工业大学 Reliability simulation tool for fault-tolerant combined web service
CN105446867A (en) * 2014-08-22 2016-03-30 阿里巴巴集团控股有限公司 Method and apparatus for generating test data
CN105740258A (en) * 2014-12-09 2016-07-06 阿里巴巴集团控股有限公司 Business processing method and device based on power equal sign check
CN105763365A (en) * 2016-01-26 2016-07-13 杭州华三通信技术有限公司 Method and device for processing anomaly
CN106201862A (en) * 2015-05-25 2016-12-07 阿里巴巴集团控股有限公司 Web services method for testing pressure and device
CN106919511A (en) * 2017-03-10 2017-07-04 携程计算机技术(上海)有限公司 The analogy method of application, simulation application and its operation method and simulation system
CN107122292A (en) * 2016-10-21 2017-09-01 北京小度信息科技有限公司 A kind of method and system of analog service
CN107733866A (en) * 2017-09-12 2018-02-23 阿里巴巴集团控股有限公司 RPC requests, RPC request processing methods, device and equipment
CN107807841A (en) * 2017-10-18 2018-03-16 中国平安人寿保险股份有限公司 Server analogy method, device, equipment and readable storage medium storing program for executing
CN107977316A (en) * 2017-12-21 2018-05-01 阿里巴巴集团控股有限公司 A kind of method, client and system for simulating remote procedure call
CN109032952A (en) * 2018-08-09 2018-12-18 中国建设银行股份有限公司 The rule-based intelligent outgoing call service analogy method of one kind and system
CN109451014A (en) * 2018-11-02 2019-03-08 科大国创软件股份有限公司 A kind of WebService agency plant and its transparent proxy method
WO2019062596A1 (en) * 2017-09-29 2019-04-04 华为技术有限公司 Service processing method and device based on servitization architecture
CN110661787A (en) * 2019-09-04 2020-01-07 苏宁云计算有限公司 Method and device for capturing Http redirection state code and computer equipment
CN110889073A (en) * 2019-11-21 2020-03-17 掌阅科技股份有限公司 Page request response method, server and computer storage medium
WO2021000416A1 (en) * 2019-07-03 2021-01-07 平安科技(深圳)有限公司 Micro-service early warning method and apparatus based on management platform, and computer device
CN113220411A (en) * 2021-04-13 2021-08-06 隆讯(徐州)智能科技有限公司 Internet of things end-to-end service simulation system and method
CN113438134A (en) * 2021-06-30 2021-09-24 未鲲(上海)科技服务有限公司 Request message processing method, device, server and medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101471960A (en) * 2007-12-25 2009-07-01 株式会社日立制作所 Service providing system, gateway, and server
CN101695076A (en) * 2009-09-21 2010-04-14 中兴通讯股份有限公司 Method and device of unified agent adaptation based on Web service and adaptation system
CN101764837A (en) * 2009-12-23 2010-06-30 宁波东海蓝帆科技有限公司 Web service dynamic calling system and method
CN102148800A (en) * 2010-02-09 2011-08-10 中国人民解放军总参谋部第六十一研究所 Software radio system based on service-oriented architecture

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101471960A (en) * 2007-12-25 2009-07-01 株式会社日立制作所 Service providing system, gateway, and server
CN101695076A (en) * 2009-09-21 2010-04-14 中兴通讯股份有限公司 Method and device of unified agent adaptation based on Web service and adaptation system
CN101764837A (en) * 2009-12-23 2010-06-30 宁波东海蓝帆科技有限公司 Web service dynamic calling system and method
CN102148800A (en) * 2010-02-09 2011-08-10 中国人民解放军总参谋部第六十一研究所 Software radio system based on service-oriented architecture

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105446867A (en) * 2014-08-22 2016-03-30 阿里巴巴集团控股有限公司 Method and apparatus for generating test data
CN105740258B (en) * 2014-12-09 2019-01-04 阿里巴巴集团控股有限公司 Method for processing business and device based on idempotent number verification
CN105740258A (en) * 2014-12-09 2016-07-06 阿里巴巴集团控股有限公司 Business processing method and device based on power equal sign check
CN106201862A (en) * 2015-05-25 2016-12-07 阿里巴巴集团控股有限公司 Web services method for testing pressure and device
CN106201862B (en) * 2015-05-25 2019-03-15 阿里巴巴集团控股有限公司 Web services method for testing pressure and device
CN105159746A (en) * 2015-08-26 2015-12-16 哈尔滨工业大学 Reliability simulation tool for fault-tolerant combined web service
CN105159746B (en) * 2015-08-26 2018-09-07 哈尔滨工业大学 Reliablility simulation tool towards fault-tolerant combination web services
CN105763365A (en) * 2016-01-26 2016-07-13 杭州华三通信技术有限公司 Method and device for processing anomaly
CN105763365B (en) * 2016-01-26 2020-05-12 新华三技术有限公司 Exception handling method and device
CN107122292A (en) * 2016-10-21 2017-09-01 北京小度信息科技有限公司 A kind of method and system of analog service
CN106919511A (en) * 2017-03-10 2017-07-04 携程计算机技术(上海)有限公司 The analogy method of application, simulation application and its operation method and simulation system
CN106919511B (en) * 2017-03-10 2021-03-26 携程计算机技术(上海)有限公司 Application simulation method, simulation application, operation method thereof and simulation system
CN107733866A (en) * 2017-09-12 2018-02-23 阿里巴巴集团控股有限公司 RPC requests, RPC request processing methods, device and equipment
WO2019062596A1 (en) * 2017-09-29 2019-04-04 华为技术有限公司 Service processing method and device based on servitization architecture
CN109586941A (en) * 2017-09-29 2019-04-05 华为技术有限公司 A kind of method for processing business and device based on serviceization framework
US11457082B2 (en) 2017-09-29 2022-09-27 Huawei Technologies Co., Ltd. Service processing method and apparatus of service-based architecture
CN109586941B (en) * 2017-09-29 2021-11-26 华为技术有限公司 Service processing method and device based on service architecture
CN107807841B (en) * 2017-10-18 2020-10-09 中国平安人寿保险股份有限公司 Server simulation method, device, equipment and readable storage medium
CN107807841A (en) * 2017-10-18 2018-03-16 中国平安人寿保险股份有限公司 Server analogy method, device, equipment and readable storage medium storing program for executing
CN107977316B (en) * 2017-12-21 2021-08-31 创新先进技术有限公司 Method, client and system for simulating remote procedure call
CN107977316A (en) * 2017-12-21 2018-05-01 阿里巴巴集团控股有限公司 A kind of method, client and system for simulating remote procedure call
CN109032952A (en) * 2018-08-09 2018-12-18 中国建设银行股份有限公司 The rule-based intelligent outgoing call service analogy method of one kind and system
CN109032952B (en) * 2018-08-09 2021-11-23 中国建设银行股份有限公司 Rule-based intelligent outbound service simulation method and system
CN109451014A (en) * 2018-11-02 2019-03-08 科大国创软件股份有限公司 A kind of WebService agency plant and its transparent proxy method
CN109451014B (en) * 2018-11-02 2021-02-05 科大国创软件股份有限公司 WebService agent system and transparent agent method thereof
WO2021000416A1 (en) * 2019-07-03 2021-01-07 平安科技(深圳)有限公司 Micro-service early warning method and apparatus based on management platform, and computer device
CN110661787A (en) * 2019-09-04 2020-01-07 苏宁云计算有限公司 Method and device for capturing Http redirection state code and computer equipment
CN110889073A (en) * 2019-11-21 2020-03-17 掌阅科技股份有限公司 Page request response method, server and computer storage medium
CN110889073B (en) * 2019-11-21 2024-01-12 掌阅科技股份有限公司 Page request response method, server and computer storage medium
CN113220411A (en) * 2021-04-13 2021-08-06 隆讯(徐州)智能科技有限公司 Internet of things end-to-end service simulation system and method
CN113438134A (en) * 2021-06-30 2021-09-24 未鲲(上海)科技服务有限公司 Request message processing method, device, server and medium

Also Published As

Publication number Publication date
CN103580937B (en) 2016-11-23

Similar Documents

Publication Publication Date Title
CN103580937A (en) Web service simulating method and system and service agent system thereof
CN109542427B (en) System customization method and device, electronic equipment and storage medium
CN101436148B (en) Integrated client end and method for performing interaction of desktop application and network WEB application
CN103843308A (en) Execution of applications distributed across a plurality of computing devices
CN100512158C (en) Network measuring system structure and realizing method thereof
CN102833080A (en) Process-to-process communication method of application software and system
CN109104368B (en) Connection request method, device, server and computer readable storage medium
CN110362318A (en) Using dispositions method, device, equipment and storage medium
CN110175130A (en) Test method, device, equipment and the readable storage medium storing program for executing of group system performance
JP2022069420A (en) Computer implementation method, computer system, and computer program product (managing failures in edge computing environments)
JP2005228183A (en) Program execution method and computer system for executing the program
Iyer et al. Extending android application programming framework for seamless cloud integration
CN103379022B (en) A kind of instant communication method based on Internet map search and system
CN112181393A (en) Front-end and back-end code generation method and device, computer equipment and storage medium
CN112714042A (en) Pressure testing method and device, electronic equipment and storage medium
Scherfke aiomas Documentation
CN110704099A (en) Alliance chain construction method and device and electronic equipment
US9916280B2 (en) Virtualizing TCP/IP services with shared memory transport
CN110324425B (en) Hybrid cloud transaction route processing method and device
JP2020005020A (en) Number management system, number management method, and number management device
CN110532115B (en) System, method and apparatus for developing smart contracts
CN111488286B (en) Method and device for independently developing Android modules
CN114416169A (en) Data processing method, medium, device and computing equipment based on micro front end
CN113704120A (en) Data transmission method, device, equipment and storage medium
CN114428723A (en) Test system, system test method, related device and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20191210

Address after: P.O. Box 31119, grand exhibition hall, hibiscus street, 802 West Bay Road, Grand Cayman, Cayman Islands

Patentee after: Innovative advanced technology Co., Ltd

Address before: Cayman Islands Grand Cayman capital building, a four storey No. 847 mailbox

Patentee before: Alibaba Group Holding Co., Ltd.