CN107517247B - System and method for converting socket interface into http interface applied to financial industry - Google Patents

System and method for converting socket interface into http interface applied to financial industry Download PDF

Info

Publication number
CN107517247B
CN107517247B CN201710665844.1A CN201710665844A CN107517247B CN 107517247 B CN107517247 B CN 107517247B CN 201710665844 A CN201710665844 A CN 201710665844A CN 107517247 B CN107517247 B CN 107517247B
Authority
CN
China
Prior art keywords
interface
http
message
format
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710665844.1A
Other languages
Chinese (zh)
Other versions
CN107517247A (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.)
Inspur Financial Information Technology Co Ltd
Original Assignee
Inspur Financial Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Financial Information Technology Co Ltd filed Critical Inspur Financial Information Technology Co Ltd
Priority to CN201710665844.1A priority Critical patent/CN107517247B/en
Publication of CN107517247A publication Critical patent/CN107517247A/en
Application granted granted Critical
Publication of CN107517247B publication Critical patent/CN107517247B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/08Protocols for interworking; Protocol conversion
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Communication Control (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention relates to a system for converting a socket interface into an http interface, which is applied to the financial industry, and comprises an input interface, a server and a data processing module, wherein the input interface is used for providing a socket access interface to the outside and receiving data transmitted by the server; the output interface is used for outputting an http interface which can be provided by other systems and sending the data subjected to format conversion to the receiving end; the detection unit is used for detecting the type of the http interface connected with the output interface and transmitting the detection result to the message filling unit; the message filling unit is used for reading or automatically filling a message header and a message format of the http interface and transmitting the message header and the message format to the format conversion unit; and the format conversion unit is used for converting the data transmitted by the input interface into an http data format and transmitting the http data format to the output interface. The invention has the advantages that a reliable switching and transmission mode is provided for data stream transmission among different interfaces in the financial industry, and the upgrading and updating cost of a software system is greatly reduced.

Description

System and method for converting socket interface into http interface applied to financial industry
Technical Field
The invention relates to a system and a method for converting a socket interface into an http interface, which are applied to the financial industry, and belong to the technical field of financial equipment.
Background
To the best of the applicant's knowledge, Socket is an abstraction layer between the application layer and the transport layer, which abstracts the complex operations of the TCP/IP layer into several simple interfaces for the application layer to call the implemented processes to communicate in the network. Socket is designed facing to a client/server model, different Socket system calls are provided aiming at a client program and a server program, and the problem of establishing communication connection between processes can be skillfully solved by utilizing a client/server mode.
HTTP is an object-oriented protocol belonging to the application layer, and is suitable for a distributed hypermedia information system due to its simple, fast and convenient manner, HTTP (hypertext transfer protocol) is a stateless protocol based on request and response mode, and is often based on the connection manner of TCP, which is a standard for request and response at the client and server, and the client initiates an HTTP request to a specified port (default 80) on the server. The server on which the response is made stores the required resources.
Nowadays, interfaces used for message communication in the financial industry are more and more, the types of interfaces among software systems are more and more abundant, and the phenomenon that various interfaces coexist appears from an initial single socket interface to a subsequent webservice and then to the current use of more and more extensive http interfaces. The change of the interface plays a great promoting role in data transmission, the application of new interfaces such as http brings fresh blood for the financial industry, diversified solutions, wider data transmission expansion updating, more stable and efficient file data interaction capacity, and simultaneously, higher and higher requirements are provided for the upgrading and upgrading of old interface systems. With the development of new interfaces such as http, many financial industries use software systems developed by standard C language, which are not compelling or even unable to be docked when docking with the new interfaces such as http, and huge waste of manpower, material resources, time and funds is brought when the new software systems are redesigned and developed due to the fact that the interfaces are not universal in the updating and updating process. Therefore, the interconversion between the socket interface and the http interface becomes more important and urgent.
Disclosure of Invention
The invention aims to: aiming at the defects in the prior art, the system for converting the socket interface into the http interface applied to the financial industry is provided, and the method for converting the socket interface into the http interface is provided, so that the problems that the existing old system interface of the financial industry is mostly socket interfaces and cannot or is difficult to be butted with new interfaces such as http and the like can be solved.
In order to achieve the above purpose, the technical scheme of the invention is as follows: a system for converting a socket interface into an http interface applied to the financial industry comprises an input interface, a data processing module and a data processing module, wherein the input interface is used for providing a socket access interface to the outside and receiving data transmitted by a server;
the output interface is used for outputting an http interface which can be provided by other systems and sending the data subjected to format conversion to the receiving end;
the detection unit is used for detecting the type of the http interface connected with the output interface and transmitting the detection result to the message filling unit;
the message filling unit is used for reading or automatically filling the message header and the message format of the http interface according to the detection result of the detection unit and transmitting the message header and the message format information of the http interface to the format conversion unit;
and the format conversion unit is used for converting the data transmitted by the input interface into the http data format according to the message header and the message format of the http interface and transmitting the http data format to the output interface.
The system is applied to the butt joint and the data transmission of a software system in the financial industry, the system adopts a standard C language as a development language, an input interface provides a socket access interface to the outside and receives data transmitted by a server, the data is converted into a data format required by an http interface, then the http interface provided by other systems is connected, and the data is transmitted to the next system, so that the conversion and forwarding process from the whole socket interface to the http interface is completed, and the system provides powerful guarantee and technical support for cross-interface data communication between large-scale integrated systems.
The invention also provides a method for converting the socket interface into the http interface, which is applied to the financial industry and comprises the following steps:
firstly, starting a system; turning to the second step;
secondly, the system establishes a server of a socket interface and enters a data transmission waiting state; turning to the third step;
thirdly, after an input interface of the system receives data transmitted by the server, an output interface of the system is connected with a corresponding http interface service according to preset or analyzed data; turning to the fourth step;
step four, the detection unit automatically detects the type of the http interface and judges whether the message format of the http interface is a common message format, and when the message format of the http interface is the common message format, the message filling unit automatically fills the message header and the message format of the http interface; otherwise, the message filling unit reads the manually configured configuration file to fill the message header and the message format of the http interface; turning to the fifth step;
fifthly, converting socket format data received by the input interface into http format data according to the http interface message header and the message format analyzed in the fourth step by a format conversion unit, and sending the http format data to the output interface; turning to the sixth step;
and sixthly, the output interface sends the received http format data to a receiving end of the http interface service provider.
In the method, the system supports flexible configuration of http message header formats when a socket interface is converted into an http interface, various http message formats are adopted, the message formats of an http interface service provider can be manually configured through configuration files, and a detection unit can automatically detect the optimal message header format according to the message types of several built-in and integrated common http interface service providers and then automatically read the message types. In addition, the input interface is connected with the access part socket access interface, and the output interface outputs a corresponding http protocol to access other systems provided with http interfaces.
Preferably, in the second step, the input port of the system establishes a connection with the corresponding service port to listen to the service port waiting for receiving data.
Preferably, the step a is also provided between the second step and the third step: a. the server side sends a request to the input interface in the waiting state, and the input interface in the waiting state enters a data transmission state after receiving the request so as to receive the data transmitted by the server side.
Preferably, in the third step, the preset content includes two parts, one part is an IP address and a port number, and the other part is a request method, a protocol version, a URL, and a browser type in an HTTP header; analyzing data content including a request method, a protocol version, a URL and a browser type in an HTTP message header; the analysis data is analyzed only when the preset content can not be successfully connected with the http interface service, and the content is analyzed according to the received message data, which belongs to another solution when the preset content is incorrect.
Preferably, in the fourth step, the detection unit sets several commonly used message formats in advance, and sequentially sends the several commonly used message formats to the http interface, when the message format of the http interface is consistent with the message format sent by the detection unit, the http interface sends confirmation information to the detection unit, the detection unit judges that the message format of the http interface is the commonly used message format, confirms the message format used by the http interface, automatically records the message format used by the http interface, and sets the message format used by the http interface as a default format; when the message format of the http interface is inconsistent with all the commonly used message formats sent by the detection unit, the detection unit judges that the message format of the http interface is not the commonly used message format, the detection unit does not detect the message format provided by the http interface, and the message filling unit reads the manually configured message format.
Further preferably, the specific method for manually configuring the http message format is as follows: and manually inputting a message header and a message format in a configuration file corresponding to the system, wherein the message header and the message format comprise a common communication mode, a communication version and a request mode.
More preferably, the common message format is an xml message format or a json message format.
The invention has the advantages that the invention can assist the data exchange and the message forwarding among different interfaces, provides a reliable switching and transmission mode for the data stream transmission among different interfaces in the financial industry, greatly reduces the cost of upgrading and upgrading the software system, and further saves a large amount of resources and time for upgrading and transforming the application software among different interfaces.
Drawings
The invention is further described below with reference to the accompanying drawings.
FIG. 1 is a flow chart of the operation of one embodiment of the present invention.
Fig. 2 is a general format diagram of a request message in the present invention.
FIG. 3 is a diagram of an embodiment of analyzing data according to the present invention.
Fig. 4 is a diagram of a configuration file socket2http. ini required by the system operation in the invention.
Detailed Description
Example one
The system for converting the socket interface into the http interface applied to the financial industry comprises an input interface, a data processing module and a data processing module, wherein the input interface is used for providing a socket access interface for the outside and receiving data transmitted by a server; the output interface is used for outputting an http interface which can be provided by other systems and sending the data subjected to format conversion to the receiving end; the detection unit is used for detecting the type of the http interface connected with the output interface and transmitting the detection result to the message filling unit; the message filling unit is used for reading or automatically filling the message header and the message format of the http interface according to the detection result of the detection unit and transmitting the message header and the message format information of the http interface to the format conversion unit; and the format conversion unit is used for converting the data transmitted by the input interface into the http data format according to the message header and the message format of the http interface and transmitting the http data format to the output interface. The development language of the system is standard C language.
The embodiment also provides a method for converting a socket interface into an http interface, which is applied to the financial industry, and comprises the following steps:
firstly, starting a system;
secondly, the system establishes a server of a socket interface and enters a data transmission waiting state; and starting the socket interface, and establishing connection between the input port of the system and the corresponding service port so as to monitor the service port to wait for receiving data.
a. The server side sends a request to the input interface in the waiting state, and the input interface in the waiting state enters a data transmission state after receiving the request so as to receive the data transmitted by the server side.
Thirdly, after an input interface of the system receives data transmitted by the server, an output interface of the system is connected with a corresponding http interface service according to preset or analyzed data, so that the output interface of the system is connected with a corresponding http interface of other systems; the preset content comprises two parts, wherein one part comprises an IP address and a port number, and the other part comprises a request method, a protocol version, a URL (Uniform resource locator) and a browser type in an HTTP (hyper text transport protocol) message header; analyzing data content including a request method, a protocol version, a URL and a browser type in an HTTP message header; the analysis data only tries to analyze the content according to the received message data when the preset content can not be successfully connected with the http interface service, and belongs to another solution when the preset content is incorrect. The specific method for analyzing the data is as follows: after data received by the system input interface is sent to the HTTP interface service, the HTTP interface service end returns its own request method, protocol version, URL and browser type, the returned format is a globally uniform HTTP message header format, and the format is an HTTP request message composed of 4 parts of a request line (request line), a request header (header), a null line and request data (see fig. 2). The specific implementation mode of analyzing the data is shown in fig. 3, after the system receives the data returned by the http interface server, the system searches for the corresponding keyword tag, and extracts the content, so as to obtain the content of the request method, the protocol version and the like. Then, the system needs to be accompanied by a configuration file socket2http.ini, the content of which is shown in fig. 4, and the file needs to be manually configured by a user, namely, is a preset value. When the system executes the corresponding step, the content of the file is read to obtain the corresponding data. In fig. 4, Host is an IP address of http service; post is a port of http service; method is a request method of http service; version is a protocol version of http service; the User-Agent is the browser type of the http service; the URL is the URL address of the http service.
Step four, the detection unit automatically detects the type of the http interface and judges whether the message format of the http interface is a common message format, and when the message format of the http interface is the common message format, the message filling unit automatically fills the message header and the message format of the http interface; otherwise, the message filling unit reads the manually configured configuration file to fill the message header and the message format of the http interface; the method comprises the steps that a detection unit presets several common message formats, such as an xml message format and a json message format, sequentially sends the several common message formats to an http interface, when the message format of the http interface is consistent with the message format sent by the detection unit, the http interface sends confirmation information to the detection unit, the detection unit judges that the message format of the http interface is the common message format, confirms the message format used by the http interface, automatically records the message format used by the http interface, and sets the message format as a default format; when the message format of the http interface is inconsistent with all the commonly used message formats sent by the detection unit, the http interface does not send confirmation information to the detection unit, the detection unit judges that the message format of the http interface is not the commonly used message format, the detection unit does not detect the message format provided by the http interface, and the message filling unit reads the manually configured message format. The specific method for manually configuring the http message format comprises the following steps: and manually inputting a message header and a message format in a configuration file corresponding to the system, wherein the message header and the message format comprise a common communication mode, a communication version and a request mode.
And fifthly, converting socket format data received by the input interface into http format data according to the http interface message header and the message format analyzed in the fourth step by the format conversion unit, and sending the http format data to the output interface, so that the format conversion unit rearranges and packages the messages received by the socket interface according to the received http interface message header and message format, and sends the packaged data to the output interface according to the http interface mode.
And sixthly, the output interface sends the received http format data to a receiving end of the http interface service provider, and finally the system is closed, and the operation is finished.
In addition to the above embodiments, the present invention may have other embodiments. All technical solutions formed by adopting equivalent substitutions or equivalent transformations fall within the protection scope of the claims of the present invention.

Claims (8)

1. A method for converting a socket interface into an http interface applied to the financial industry is characterized by comprising the following steps:
firstly, starting a system; turning to the second step;
secondly, the system establishes a server of a socket interface and enters a data transmission waiting state; turning to the third step;
thirdly, after an input interface of the system receives data transmitted by the server, an output interface of the system is connected with a corresponding http interface service according to preset or analyzed data; the preset content comprises two parts, wherein one part comprises an IP address and a port number, and the other part comprises a request method, a protocol version, a URL (Uniform resource locator) and a browser type in an HTTP (hyper text transport protocol) message header; analyzing data content including a request method, a protocol version, a URL and a browser type in an HTTP message header; analyzing the data only when the preset content cannot be successfully connected with the http interface service; turning to the fourth step;
step four, the detection unit automatically detects the type of the http interface and judges whether the message format of the http interface is a common message format, and when the message format of the http interface is the common message format, the message filling unit automatically fills the message header and the message format of the http interface; otherwise, the message filling unit reads the manually configured configuration file to fill the message header and the message format of the http interface; turning to the fifth step;
fifthly, converting socket format data received by the input interface into http format data according to the http interface message header and the message format analyzed in the fourth step by a format conversion unit, and sending the http format data to the output interface; turning to the sixth step;
and sixthly, the output interface sends the received http format data to a receiving end of the http interface service provider.
2. The method for converting the socket interface into the http interface applied to the financial industry as claimed in claim 1, wherein: in the second step, the input port of the system establishes a connection with the corresponding service port to monitor the service port waiting for receiving data.
3. The method for converting the socket interface into the http interface applied to the financial industry as recited in claim 1, wherein a step a is further included between the second step and the third step: a. the server side sends a request to the input interface in the waiting state, and the input interface in the waiting state enters a data transmission state after receiving the request so as to receive the data transmitted by the server side.
4. The method for converting the socket interface into the http interface applied to the financial industry as claimed in claim 1, wherein: in the fourth step, the detection unit presets several common message formats, sequentially sends the several common message formats to the http interface, when the message format of the http interface is consistent with the message format sent by the detection unit, the http interface sends confirmation information to the detection unit, the detection unit judges that the message format of the http interface is the common message format, confirms the message format used by the http interface, automatically records the message format used by the http interface, and sets the message format as a default format; when the message format of the http interface is inconsistent with all the commonly used message formats sent by the detection unit, the detection unit judges that the message format of the http interface is not the commonly used message format, the detection unit does not detect the message format provided by the http interface, and the message filling unit reads the manually configured message format.
5. The method for converting the socket interface into the http interface applied to the financial industry as claimed in claim 4, wherein: the specific method for manually configuring the http message format comprises the following steps: and manually inputting a message header and a message format in a configuration file corresponding to the system, wherein the message header and the message format comprise a common communication mode, a communication version and a request mode.
6. The method for converting the socket interface into the http interface applied to the financial industry as claimed in claim 4, wherein: the common message format is an xml message format and a json message format.
7. The method for converting the socket interface into the http interface applied to the financial industry as claimed in claim 1, wherein: the system of the method comprises an input interface, a data processing module and a data processing module, wherein the input interface is used for providing a socket access interface to the outside and receiving data transmitted by a server;
the output interface is used for outputting an http interface which can be provided by other systems and sending the data subjected to format conversion to the receiving end;
the detection unit is used for detecting the type of the http interface connected with the output interface and transmitting the detection result to the message filling unit;
the message filling unit is used for reading or automatically filling the message header and the message format of the http interface according to the detection result of the detection unit and transmitting the message header and the message format information of the http interface to the format conversion unit;
and the format conversion unit is used for converting the data transmitted by the input interface into the http data format according to the message header and the message format of the http interface and transmitting the http data format to the output interface.
8. The method for converting the socket interface into the http interface applied to the financial industry as recited in claim 7, wherein: the development language of the system is standard C language.
CN201710665844.1A 2017-08-07 2017-08-07 System and method for converting socket interface into http interface applied to financial industry Active CN107517247B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710665844.1A CN107517247B (en) 2017-08-07 2017-08-07 System and method for converting socket interface into http interface applied to financial industry

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710665844.1A CN107517247B (en) 2017-08-07 2017-08-07 System and method for converting socket interface into http interface applied to financial industry

Publications (2)

Publication Number Publication Date
CN107517247A CN107517247A (en) 2017-12-26
CN107517247B true CN107517247B (en) 2020-11-17

Family

ID=60721958

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710665844.1A Active CN107517247B (en) 2017-08-07 2017-08-07 System and method for converting socket interface into http interface applied to financial industry

Country Status (1)

Country Link
CN (1) CN107517247B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109586979B (en) * 2018-12-29 2022-01-21 中国银行股份有限公司 Message transmission method and device
CN111431859A (en) * 2020-02-27 2020-07-17 浪潮金融信息技术有限公司 Processing method for converting socket interface into socket interface system
CN113507465B (en) * 2021-07-07 2022-09-09 赞同科技股份有限公司 socket and http shared port and message processing method and device thereof

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1932875A (en) * 2006-10-09 2007-03-21 杭州东信金融技术服务有限公司 Prepositional system based on finance industry
CN102244666A (en) * 2010-05-10 2011-11-16 中兴通讯股份有限公司 Message processing method for machine-to-machine/man (M2M) platform and M2M platform system
CN102291294A (en) * 2011-05-12 2011-12-21 中兴通讯股份有限公司 Method and device for realizing line card intercommunication of packet over SONET/SDH / Ethernet (POS/ETH)
CN102546442A (en) * 2012-03-09 2012-07-04 北京神州数码思特奇信息技术股份有限公司 Communication protocol conversion technology
CN103595635A (en) * 2012-08-13 2014-02-19 中兴通讯股份有限公司 A data communication network message forwarding method base on a packet optical transport network device and an apparatus
CN103905333A (en) * 2014-04-15 2014-07-02 广东未来信息技术有限公司 Internet of things multi-protocol access transform device and control method thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1932875A (en) * 2006-10-09 2007-03-21 杭州东信金融技术服务有限公司 Prepositional system based on finance industry
CN102244666A (en) * 2010-05-10 2011-11-16 中兴通讯股份有限公司 Message processing method for machine-to-machine/man (M2M) platform and M2M platform system
CN102291294A (en) * 2011-05-12 2011-12-21 中兴通讯股份有限公司 Method and device for realizing line card intercommunication of packet over SONET/SDH / Ethernet (POS/ETH)
CN102546442A (en) * 2012-03-09 2012-07-04 北京神州数码思特奇信息技术股份有限公司 Communication protocol conversion technology
CN103595635A (en) * 2012-08-13 2014-02-19 中兴通讯股份有限公司 A data communication network message forwarding method base on a packet optical transport network device and an apparatus
CN103905333A (en) * 2014-04-15 2014-07-02 广东未来信息技术有限公司 Internet of things multi-protocol access transform device and control method thereof

Also Published As

Publication number Publication date
CN107517247A (en) 2017-12-26

Similar Documents

Publication Publication Date Title
CN102654885B (en) Mobile terminal webpage adaptation system and method
CN107517247B (en) System and method for converting socket interface into http interface applied to financial industry
CN102904959B (en) Network accelerating method and gateway
CN103428627A (en) Method for transferring data in internet of things, internet of things system and corresponding device
CN101453711A (en) Automatic test system and test method for mobile phone short message
CN106549989B (en) Data transmission method and system, user terminal and application server
CN112737935B (en) Gateway-based data processing method, edge gateway and control system
CN111294235B (en) Data processing method, device, gateway and readable storage medium
CN111447170B (en) Data processing method and system, computer system and computer readable medium
CN115114044A (en) Message pushing method, device, equipment and medium
CN107368334B (en) Business plug-in interaction system and method
CN102571688B (en) Device, system and method for synchronizing browser bookmark
CN109600381B (en) Interface adaptation method, device and system
US20080177824A1 (en) Method and system for automatic setup in web-based applications
CN112511631B (en) Control system and method of intelligent device
CN112702430B (en) Data transmission method based on cloud edge mode and Web technology
CN112817539A (en) Industrial data storage method and system, electronic device and storage medium
CN107888451A (en) The method of testing and device of a kind of Web server
CN105516319A (en) Method and device for managing HTTP messages
CN113973105B (en) System and method for simplifying SOAP message on service bus
CN111431859A (en) Processing method for converting socket interface into socket interface system
CN114285774A (en) Flow recording method and device, electronic equipment and storage medium
CN114546825A (en) Fault tracking system, method, electronic device and readable medium
EP3038390B1 (en) Processing method and apparatus for signaling tracing
CN101917476A (en) Hyper text transmission protocol (HTTP) message processing method and client system thereof

Legal Events

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