CN113111223A - Method and device for generating XML (extensive Makeup language) string by message - Google Patents

Method and device for generating XML (extensive Makeup language) string by message Download PDF

Info

Publication number
CN113111223A
CN113111223A CN202110453313.2A CN202110453313A CN113111223A CN 113111223 A CN113111223 A CN 113111223A CN 202110453313 A CN202110453313 A CN 202110453313A CN 113111223 A CN113111223 A CN 113111223A
Authority
CN
China
Prior art keywords
tree
message
string
detail
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.)
Granted
Application number
CN202110453313.2A
Other languages
Chinese (zh)
Other versions
CN113111223B (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.)
Yinqing Technology Co ltd
Original Assignee
Yinqing 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 Yinqing Technology Co ltd filed Critical Yinqing Technology Co ltd
Priority to CN202110453313.2A priority Critical patent/CN113111223B/en
Publication of CN113111223A publication Critical patent/CN113111223A/en
Application granted granted Critical
Publication of CN113111223B publication Critical patent/CN113111223B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/80Information retrieval; Database structures therefor; File system structures therefor of semi-structured data, e.g. markup language structured data such as SGML, XML or HTML
    • G06F16/81Indexing, e.g. XML tags; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9027Trees

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method and a device for generating an XML string by a message, wherein the method comprises the following steps: acquiring message import data, and constructing a header object, a body tree object, a detail tree and an additional domain tree object according to the message import data; obtaining the assignment of various tree nodes provided by a user according to the message tree object, adding the body tree object, the detailed tree object and the additional domain tree object according to the assignment to construct a body tree, and splicing the body tree according to a preset direction to generate a body string in an XML format; and splicing the data of the header object into a header string according to a preset splicing rule, and generating an XML string corresponding to the message import data according to the header string and the body string.

Description

Method and device for generating XML (extensive Makeup language) string by message
Technical Field
The present invention relates to the field of payment service processing, and in particular, to a method and an apparatus for generating an XML string for a message.
Background
In the payment system, business interaction is carried out with messages mainly in an XML format when the payment system is in business processing with participants. The testing laboratory undertakes the testing work, and needs a model which can input the message information item, and then generates and sends the XML message according to the service message standard; and the message issued or forwarded by the service system can be received and analyzed. With the expansion of services, messages based on the XML format are also increased and adjusted greatly. There is a need in the art for a tool that is fast compatible with new service packet assembly and parsing.
Disclosure of Invention
The invention aims to provide a method and a device for generating an XML string by a message, which are used for generating the XML string based on a tree structure and can well solve the current requirement.
To achieve the above object, the method for generating an XML string by a packet provided by the present invention specifically includes: acquiring message import data, and constructing a header object, a body tree object, a detail tree and an additional domain tree object according to the message import data; obtaining the assignment of various tree nodes provided by a user according to the message tree object, adding the body tree object, the detailed tree object and the additional domain tree object according to the assignment to construct a body tree, and splicing the body tree according to a preset direction to generate a body string in an XML format; and splicing the data of the header object into a header string according to a preset splicing rule, and generating an XML string corresponding to the message import data according to the header string and the body string.
In the method for generating an XML string by using a packet, preferably, the packet import data includes: and importing the input data and/or the input file data according to the message.
In the method for generating an XML string by a packet, preferably, the adding the body tree object, the detailed tree object, and the additional domain tree object according to the assignment to construct a body tree further includes: when the message import data comprises a plurality of groups of data (such as data with the same structure and the same or different value domains), the nodes on the detail tree or the additional domain tree are respectively recorded and constructed according to the incidence relation among the plurality of groups of data to generate a plurality of ordered detail trees or additional domain trees.
In the method for generating an XML string by using a packet, preferably, adding the additional domain tree object according to the assignment includes: and searching for details or report bodies according to the information of the superior nodes, and adding the assignment corresponding to the additional domain tree object to the corresponding father node.
In the method for generating an XML string by using a packet, preferably, adding the detail tree object according to the assignment includes: and searching a corresponding superior father node according to the superior node information, and adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to detail layer recursion.
In the method for generating an XML string by a packet, preferably, the adding the body tree object, the detailed tree object, and the additional domain tree object according to the assignment to construct a body tree includes: and adding the detailed tree into the body report tree node according to the upper node to generate a body report tree.
In the method for generating an XML string by using a message, preferably, the method for generating an XML string by splicing the body tree according to a preset direction includes: and splicing from top to bottom or from left to right according to the newspaper body tree structure to generate the newspaper body string in the XML format.
The invention also provides a device for generating the XML string by the message, which specifically comprises the following steps: the system comprises a data preprocessing module, a construction module and a splicing module; the data preprocessing module is used for acquiring message import data and constructing a header object, a body tree object, a detailed tree and an additional domain tree object according to the message import data; the construction module is used for obtaining the assignment of various tree nodes provided by a user according to the message tree object and adding the message tree object, the detailed tree object and the additional domain tree object according to the assignment to construct a message tree; the splicing module is used for splicing the newspaper body tree according to a preset direction to generate a newspaper body string in an XML format; and splicing the data of the header object into a header string according to a preset splicing rule, and generating an XML string corresponding to the message import data according to the header string and the body string.
In the apparatus for generating an XML string with a message, preferably, the building module further includes a detail tree building unit, and the detail tree building unit is configured to, when the message import data is a plurality of groups of data, respectively record and build nodes on a detail tree according to an association relationship between the plurality of groups of data to generate a plurality of ordered detail trees.
In the apparatus for generating an XML string using a packet, preferably, the building module includes an additional domain tree building unit, and the additional domain tree building unit is configured to search for details or a body according to information of a higher-level node, and add the assignment corresponding to the additional domain tree object to a corresponding parent node.
In the apparatus for generating an XML string by using a packet, preferably, the detail tree constructing unit is further configured to: and searching a corresponding superior father node according to the superior node information, and adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to detail layer recursion.
In the apparatus for generating an XML string by a packet, preferably, the building module includes a body tree building unit, and the body tree building unit is configured to add the detailed tree into a body tree node according to a higher-level node to generate a body tree.
The invention also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method when executing the computer program.
The present invention also provides a computer-readable storage medium storing a computer program for executing the above method.
The invention has the beneficial technical effects that: the message standard defined by the XML format is quickly adapted, the message structure definition part is converted into the data of the tree node object by reading the message format standard, and the data is put in storage or is put in a file to store the structure data. Warehousing or interconverting the data of the input file and the tree; subsequent message assembly and analysis are carried out, and processing is carried out by depending on a tree; for the service message of the new system, based on the format standard defined by the XML structure, the input and storage or the input file can be quickly analyzed, and the assembly of the message can be supported.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the principles of the invention. In the drawings:
fig. 1 is a schematic flow chart of a method for generating an XML string from a message according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an apparatus for generating an XML string from a message according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The following detailed description of the embodiments of the present invention will be provided with reference to the drawings and examples, so that how to apply the technical means to solve the technical problems and achieve the technical effects can be fully understood and implemented. It should be noted that, unless otherwise specified, the embodiments and features of the embodiments of the present invention may be combined with each other, and the technical solutions formed are within the scope of the present invention.
Additionally, the steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions and, although a logical order is illustrated in the flow charts, in some cases, the steps illustrated or described may be performed in an order different than here.
Referring to fig. 1, the method for generating an XML string by using a message provided by the present invention specifically includes:
s101, acquiring message import data, and constructing a header object, a body tree object, a detail tree and an additional domain tree object according to the message import data;
s102, obtaining the assignment of various tree nodes provided by a user according to the message tree object, adding the body tree object, the detailed tree object and the additional domain tree object according to the assignment to construct a body tree, and splicing the body tree according to a preset direction to generate a body string in an XML format;
s103, data of the header object is spliced into a header string according to a preset splicing rule, and an XML string corresponding to message import data is generated according to the header string and the message body string.
Wherein the packet import data includes: and importing the input data and/or the input file data according to the message. In actual work, according to the definition of a format standard, the XML message definition relates to four parts: header, body, detail, additional fields. The header and the body are necessary for each message, and the detailed and additional domain dependency definitions can be absent. Therefore, in the embodiment of the application, for a single message object, three trees are included, namely a body tree, a detail tree and an additional domain tree; and the detail tree belongs to a report tree, the additional domain tree belongs to the detail tree or the report tree, a complete report tree is constructed according to the value assignment of the user to various tree nodes, and then the message is generated. The data object of the header part is spliced with the header string according to the header generation rule, and the body tree is spliced and assembled into the XML string according to the XML format.
In an embodiment of the present invention, the adding the body tree object, the detailed tree object, and the additional domain tree object according to the assignment to construct a body tree further includes: and when the message import data are a plurality of groups of data, respectively inputting the nodes on the detail tree according to the incidence relation among the groups of data to construct a plurality of ordered detail trees. Specifically, the detailed tree root nodes: when the message structure is in, the node is marked with an attribute bit [1.. n ], namely, the detailed tree formed by the node and the child nodes thereof appears at least once and at most n times. And assembling the nodes into a Map object through a page maintenance structure, wherein the maintenance message XML structure comprises example information corresponding to each message node, including tag name, attribute, type, description and value, and a father node and son node list of the node. When the message contains a plurality of details, inserting a plurality of same details; when one message contains multiple details, and each detail corresponds to different service types and service types, 1 detail of the service types of different service types is inserted. In an embodiment of the present invention, adding the additional domain tree object according to the assignment comprises: and searching for details or report bodies according to the information of the superior nodes, and adding the assignment corresponding to the additional domain tree object to the corresponding father node. Further, adding the detail tree object according to the assignment includes: and searching a corresponding superior father node according to the superior node information, and adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to detail layer recursion. Finally, the step of adding the report tree object, the detail tree object and the additional domain tree object according to the assignment to construct a report tree comprises the following steps: and adding the detailed tree into the body report tree node according to the upper node to generate a body report tree.
In an embodiment of the present invention, the generating of the body-of-newspaper string in the XML format by splicing the body-of-newspaper trees according to the preset direction includes: and splicing from top to bottom or from left to right according to the newspaper body tree structure to generate the newspaper body string in the XML format. Specifically, the example object set of the report body and the detail node takes a Map < String, String > msgTagMap object as an entry parameter and predefined message parameters as entry parameters, the program sequentially adds domain data to write back, writes back the detail data, concatenates the detail node data into a write-back father node, writes back a report body write-back structure body, and returns the object report body object after organizing report body information. The process description, the associated data structure has two: 1. map < String, String > msgTagMap object stores all nodes, the path and value of each node in the message. 2. In the write-back process, Map < String, String > msgTagMap is converted into a report body, a detail and an additional domain list. The data structure of the list has the incomplete same attributes according to the report body, the detail and the additional domain service requirements; the assembled XML message String is a String type object.
In order to more clearly understand the overall application process of the method for generating an XML string by using a message provided by the present invention, the following description is made in conjunction with the above embodiments to integrally describe the method for generating an XML string by using a message provided by the present invention:
1. according to the data of the message imported into the warehouse or the file, a header object, a body tree, a detail tree and an additional domain tree object are constructed.
2. Processing according to the value of the user input node; and allowing a user to input a plurality of groups of nodes on the detail tree, and starting to construct and generate a plurality of ordered detail trees when the plurality of groups of data are data.
3. The additional domain tree searches for details or reports according to the information of the superior nodes and adds the details or reports to the corresponding father nodes;
4. the detail tree searches a corresponding upper parent node according to the upper node information, and recursively adds detail tree nodes according to detail levels;
5. and after the detailed tree processing is finished, adding the detailed tree under the body reporting tree node according to the upper node to finish the body reporting tree.
6. The header is spliced with the header string according to a splicing rule; and the body-reporting tree splices XML strings from top to bottom and from left to right according to the XML format.
Therefore, for the service message of the new system, the input storage or the input file can be quickly analyzed based on the format standard defined by the XML structure, and the assembly of the message can be supported.
Referring to fig. 2, the present invention further provides a device for generating an XML string from a message, which specifically includes: the system comprises a data preprocessing module, a construction module and a splicing module; the data preprocessing module is used for acquiring message import data and constructing a header object, a body tree object, a detailed tree and an additional domain tree object according to the message import data; the construction module is used for obtaining the assignment of various tree nodes provided by a user according to the message tree object and adding the message tree object, the detailed tree object and the additional domain tree object according to the assignment to construct a message tree; the splicing module is used for splicing the newspaper body tree according to a preset direction to generate a newspaper body string in an XML format; and splicing the data of the header object into a header string according to a preset splicing rule, and generating an XML string corresponding to the message import data according to the header string and the body string.
In an embodiment of the present invention, the building module further includes a detail tree building unit, where the detail tree building unit is configured to, when the packet import data is a plurality of groups of data, respectively record and build nodes on a detail tree according to an association relationship between the plurality of groups of data, so as to generate a plurality of ordered detail trees. Further, the building module includes an additional domain tree building unit, and the additional domain tree building unit is configured to search for details or reports according to the upper node information, and add the assignment corresponding to the additional domain tree object to the corresponding parent node. In another embodiment of the present invention, the building module may further include a body tree building unit, and the body tree building unit is configured to add the detail tree into a body tree node according to a higher node to generate a body tree.
In an embodiment of the present invention, the detail tree construction unit is further configured to: the method may further include searching for a corresponding superior parent node according to the superior node information, and recursively adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to the detail layer.
The invention has the beneficial technical effects that: the message standard defined by the XML format is quickly adapted, the message structure definition part is converted into the data of the tree node object by reading the message format standard, and the data is put in storage or is put in a file to store the structure data. Warehousing or interconverting the data of the input file and the tree; subsequent message assembly and analysis are carried out, and processing is carried out by depending on a tree; for the service message of the new system, based on the format standard defined by the XML structure, the input and storage or the input file can be quickly analyzed, and the assembly of the message can be supported.
The invention also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method when executing the computer program.
The present invention also provides a computer-readable storage medium storing a computer program for executing the above method.
As shown in fig. 3, the electronic device 600 may further include: communication module 110, input unit 120, audio processing unit 130, display 160, power supply 170. It is noted that the electronic device 600 does not necessarily include all of the components shown in fig. 3; furthermore, the electronic device 600 may also comprise components not shown in fig. 3, which may be referred to in the prior art.
As shown in fig. 3, the central processor 100, sometimes referred to as a controller or operational control, may include a microprocessor or other processor device and/or logic device, the central processor 100 receiving input and controlling the operation of the various components of the electronic device 600.
The memory 140 may be, for example, one or more of a buffer, a flash memory, a hard drive, a removable media, a volatile memory, a non-volatile memory, or other suitable device. The information relating to the failure may be stored, and a program for executing the information may be stored. And the central processing unit 100 may execute the program stored in the memory 140 to realize information storage or processing, etc.
The input unit 120 provides input to the cpu 100. The input unit 120 is, for example, a key or a touch input device. The power supply 170 is used to provide power to the electronic device 600. The display 160 is used to display an object to be displayed, such as an image or a character. The display may be, for example, an LCD display, but is not limited thereto.
The memory 140 may be a solid state memory such as Read Only Memory (ROM), Random Access Memory (RAM), a SIM card, or the like. There may also be a memory that holds information even when power is off, can be selectively erased, and is provided with more data, an example of which is sometimes called an EPROM or the like. The memory 140 may also be some other type of device. Memory 140 includes buffer memory 141 (sometimes referred to as a buffer). The memory 140 may include an application/function storage section 142, and the application/function storage section 142 is used to store application programs and function programs or a flow for executing the operation of the electronic device 600 by the central processing unit 100.
The memory 140 may also include a data store 143, the data store 143 for storing data, such as contacts, digital data, pictures, sounds, and/or any other data used by the electronic device. The driver storage portion 144 of the memory 140 may include various drivers of the electronic device for communication functions and/or for performing other functions of the electronic device (e.g., messaging application, address book application, etc.).
The communication module 110 is a transmitter/receiver 110 that transmits and receives signals via an antenna 111. The communication module (transmitter/receiver) 110 is coupled to the central processor 100 to provide an input signal and receive an output signal, which may be the same as in the case of a conventional mobile communication terminal.
Based on different communication technologies, a plurality of communication modules 110, such as a cellular network module, a bluetooth module, and/or a wireless local area network module, may be provided in the same electronic device. The communication module (transmitter/receiver) 110 is also coupled to a speaker 131 and a microphone 132 via an audio processor 130 to provide audio output via the speaker 131 and receive audio input from the microphone 132 to implement general telecommunications functions. Audio processor 130 may include any suitable buffers, decoders, amplifiers and so forth. In addition, an audio processor 130 is also coupled to the central processor 100, so that recording on the local can be enabled through a microphone 132, and so that sound stored on the local can be played through a speaker 131.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.

Claims (14)

1. A method for generating an XML string from a message, the method comprising:
acquiring message import data, and constructing a header object, a body tree object, a detail tree and an additional domain tree object according to the message import data;
obtaining the assignment of various tree nodes provided by a user according to the message tree object, adding the body tree object, the detailed tree object and the additional domain tree object according to the assignment to construct a body tree, and splicing the body tree according to a preset direction to generate a body string in an XML format;
and splicing the data of the header object into a header string according to a preset splicing rule, and generating an XML string corresponding to the message import data according to the header string and the body string.
2. The method for generating an XML string according to claim 1, wherein the packet import data includes: and importing the input data and/or the input file data according to the message.
3. The method for message-to-XML string according to claim 1, wherein adding the body tree object, the detail tree object, and the additional domain tree object according to the assignment to construct a body tree further comprises:
and when the message import data are a plurality of groups of data, respectively inputting the nodes on the detail tree according to the incidence relation among the groups of data to construct a plurality of ordered detail trees.
4. The method for message-to-XML string according to claim 1, wherein adding the additional domain tree object according to the assignment comprises:
and searching for details or report bodies according to the information of the superior nodes, and adding the assignment corresponding to the additional domain tree object to the corresponding father node.
5. The method for message-to-XML string according to claim 4, wherein adding the detail tree object according to the assignment comprises:
and searching a corresponding superior father node according to the superior node information, and adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to detail layer recursion.
6. The method for message-to-XML string according to claim 5, wherein adding the body tree object, the detail tree object, and the additional domain tree object according to the assignment to construct a body tree comprises: and adding the detailed tree into the body report tree node according to the upper node to generate a body report tree.
7. The method for generating an XML string according to claim 1, wherein the step of splicing the body tree in a preset direction to generate the body string in the XML format comprises: and splicing from top to bottom or from left to right according to the newspaper body tree structure to generate the newspaper body string in the XML format.
8. An apparatus for generating an XML string from a message, the apparatus comprising: the system comprises a data preprocessing module, a construction module and a splicing module;
the data preprocessing module is used for acquiring message import data and constructing a header object, a body tree object, a detailed tree and an additional domain tree object according to the message import data;
the construction module is used for obtaining the assignment of various tree nodes provided by a user according to the message tree object and adding the message tree object, the detailed tree object and the additional domain tree object according to the assignment to construct a message tree;
the splicing module is used for splicing the newspaper body tree according to a preset direction to generate a newspaper body string in an XML format; and splicing the data of the header object into a header string according to a preset splicing rule, and generating an XML string corresponding to the message import data according to the header string and the body string.
9. The apparatus for generating an XML string according to claim 8, wherein the building module further includes a detail tree building unit, and the detail tree building unit is configured to, when the packet import data is a plurality of groups of data, respectively record and build nodes on a detail tree according to an association relationship between the plurality of groups of data to generate a plurality of ordered detail trees.
10. The apparatus for generating XML strings according to claim 8, wherein the building module includes an additional domain tree building unit, and the additional domain tree building unit is configured to search for details or bodies according to information of a higher-level node, and add the assignment corresponding to the additional domain tree object to a corresponding parent node.
11. The apparatus for message generation XML string according to claim 10, wherein the detail tree construction unit is further configured to: and searching a corresponding superior father node according to the superior node information, and adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to detail layer recursion.
12. The apparatus for message-generating XML string according to claim 11, wherein the building module includes a body tree building unit, and the body tree building unit is configured to add the detailed tree into a body tree node according to a higher node to generate a body tree.
13. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method of any of claims 1 to 7 when executing the computer program.
14. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program for executing the method of any one of claims 1 to 7 by a computer.
CN202110453313.2A 2021-04-26 2021-04-26 Method and device for generating XML string by message Active CN113111223B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110453313.2A CN113111223B (en) 2021-04-26 2021-04-26 Method and device for generating XML string by message

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110453313.2A CN113111223B (en) 2021-04-26 2021-04-26 Method and device for generating XML string by message

Publications (2)

Publication Number Publication Date
CN113111223A true CN113111223A (en) 2021-07-13
CN113111223B CN113111223B (en) 2023-10-13

Family

ID=76721142

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110453313.2A Active CN113111223B (en) 2021-04-26 2021-04-26 Method and device for generating XML string by message

Country Status (1)

Country Link
CN (1) CN113111223B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070005624A1 (en) * 2005-06-30 2007-01-04 Microsoft Corporation Scalable transformation and tree based query language node - set selection
WO2016201988A1 (en) * 2015-06-19 2016-12-22 中兴通讯股份有限公司 Configuration data pushing method and apparatus
CN109495392A (en) * 2018-10-31 2019-03-19 泰康保险集团股份有限公司 Message conversion process method and device, electronic equipment, storage medium
CN109670152A (en) * 2018-12-17 2019-04-23 武汉烽火信息集成技术有限公司 A kind of HL7V3 analytic method, storage medium, electronic equipment and system
CN109889375A (en) * 2019-01-23 2019-06-14 中国银行股份有限公司 Service message method of calibration, device and computer storage medium
CN110020412A (en) * 2019-04-02 2019-07-16 中汇信息技术(上海)有限公司 A kind of method, apparatus and electronic equipment generating IMIX standard message
CN111104106A (en) * 2019-12-31 2020-05-05 中电长城(长沙)信息技术有限公司 Visual development method, system and medium for integrating business process and communication message
WO2021023149A1 (en) * 2019-08-05 2021-02-11 中国建设银行股份有限公司 Method and apparatus for dynamically returning message

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070005624A1 (en) * 2005-06-30 2007-01-04 Microsoft Corporation Scalable transformation and tree based query language node - set selection
WO2016201988A1 (en) * 2015-06-19 2016-12-22 中兴通讯股份有限公司 Configuration data pushing method and apparatus
CN109495392A (en) * 2018-10-31 2019-03-19 泰康保险集团股份有限公司 Message conversion process method and device, electronic equipment, storage medium
CN109670152A (en) * 2018-12-17 2019-04-23 武汉烽火信息集成技术有限公司 A kind of HL7V3 analytic method, storage medium, electronic equipment and system
CN109889375A (en) * 2019-01-23 2019-06-14 中国银行股份有限公司 Service message method of calibration, device and computer storage medium
CN110020412A (en) * 2019-04-02 2019-07-16 中汇信息技术(上海)有限公司 A kind of method, apparatus and electronic equipment generating IMIX standard message
WO2021023149A1 (en) * 2019-08-05 2021-02-11 中国建设银行股份有限公司 Method and apparatus for dynamically returning message
CN111104106A (en) * 2019-12-31 2020-05-05 中电长城(长沙)信息技术有限公司 Visual development method, system and medium for integrating business process and communication message

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
吴建斌;邹佩江;: "基于XML的多协议报文解析的方法与实现", 电子测量技术, no. 03 *

Also Published As

Publication number Publication date
CN113111223B (en) 2023-10-13

Similar Documents

Publication Publication Date Title
CN114115883B (en) Method for quickly constructing front-end application by using middle station service capability
CN112650766A (en) Database data operation method, system and server
CN114036425A (en) Page access method, client, server and system
CN112988601A (en) Test script development method and device
CN113051269A (en) Form configuration method and device
CN102426567A (en) Graphical editing and debugging system of automatic answer system
CN112784112A (en) Message checking method and device
CN112860264B (en) Method and device for reconstructing abstract syntax tree
JP2019091416A (en) Method and device for constructing artificial intelligence application
CN104731833A (en) Web layout method and device
CN113111223B (en) Method and device for generating XML string by message
CN104184824A (en) Mobile phone newspaper customizing and pushing device and method
CN112822190B (en) Message maintenance method and device
CN112860585B (en) Test script assertion generation method and device
CN114968917A (en) Method and device for rapidly importing file data
CN113110829B (en) Multi-UI component library data processing method and device
CN113805885A (en) Workflow engine-based front-end construction system and method of flow management system
CN113419957A (en) Rule-based big data offline batch processing performance capacity scanning method and device
CN104216919A (en) Method and system for perfecting electronic map data
CN114070902B (en) Message processing method and device based on DELPHI
CN112102058A (en) Management system parameter configuration method and device
CN112988598A (en) Method and device for automatically testing interface
CN107894829B (en) Hierarchical annotation of conversational actions
CN112925564B (en) Method and device for cleaning redundant import class of source code
CN110931014A (en) Speech recognition method and device based on regular matching rule

Legal Events

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