CN113111223B - Method and device for generating XML string by message - Google Patents

Method and device for generating XML string by message Download PDF

Info

Publication number
CN113111223B
CN113111223B CN202110453313.2A CN202110453313A CN113111223B CN 113111223 B CN113111223 B CN 113111223B CN 202110453313 A CN202110453313 A CN 202110453313A CN 113111223 B CN113111223 B CN 113111223B
Authority
CN
China
Prior art keywords
tree
message
detail
string
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
CN202110453313.2A
Other languages
Chinese (zh)
Other versions
CN113111223A (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

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 application provides a method and a device for generating XML strings by messages, wherein the method comprises the following steps: acquiring message import data, and constructing a header object, a message body tree object, a detail tree and an additional domain tree object according to the message import data; obtaining assignment of various tree nodes provided by a user according to the message tree object, adding the message tree object, the detail tree object and the additional domain tree object according to the assignment to construct a message tree, and splicing the message tree according to a preset direction to generate a message 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 message body string.

Description

Method and device for generating XML string by message
Technical Field
The application relates to the field of payment service processing, in particular to a method and a device for generating an XML string by a message.
Background
In the payment system, business interaction is carried out with messages mainly in XML format during business processing of participants. The test laboratory bears the test work, and after a message information item can be input, the XML message is generated and sent according to the service message standard; and the method can also receive the message issued or forwarded by the service system and analyze the message. With the expansion of the service, the message based on the XML format can be greatly increased and adjusted. There is a need in the art for a tool that is fast compatible with new service message assembly and parsing.
Disclosure of Invention
The application 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 requirements.
In order to achieve the above object, the method for generating an XML string from a message provided by the present application specifically includes: acquiring message import data, and constructing a header object, a message body tree object, a detail tree and an additional domain tree object according to the message import data; obtaining assignment of various tree nodes provided by a user according to the message tree object, adding the message tree object, the detail tree object and the additional domain tree object according to the assignment to construct a message tree, and splicing the message tree according to a preset direction to generate a message 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 message body string.
In the method for generating an XML string from the message, preferably, the message import data includes: and importing the warehouse-in data and/or the file-in data according to the message.
In the method for generating an XML string from a message, preferably, 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 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 ranges), the nodes on the detail tree or the additional domain tree are respectively input and constructed according to the association 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 in the foregoing packet, preferably, adding the additional domain tree object according to the assignment includes: and searching details or report bodies according to the upper node information, and adding the assignment corresponding to the additional domain tree object to the position below the corresponding father node.
In the method for generating an XML string by using a message, preferably, adding the detail tree object according to the assignment includes: and searching a corresponding upper parent node according to the upper node information, and recursively adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to a detail layer.
In the method for generating an XML string from a message, preferably, adding the body tree object, the detail tree object, and the additional domain tree object according to the assignment to construct a body tree includes: and adding the detail tree into a report tree node according to the upper node to generate a report tree.
In the method for generating an XML string from the message, preferably, splicing the message body tree according to a preset direction to generate the message body string in the XML format includes: and splicing from top to bottom or from left to right according to the message tree structure to generate the message string in the XML format.
The application also provides a device for generating the XML string by the message, which specifically comprises: 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 message body tree object, a detail tree and an additional domain tree object according to the message import data; the construction module is used for obtaining assignment of various tree nodes provided by a user according to the message tree object, and adding the message tree object, the detail 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 message tree according to a preset direction to generate a message 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 message body string.
In the device for generating an XML string by using a message, preferably, the construction module further includes a detail tree construction unit, where when the data imported by the message is multiple sets of data, the detail tree construction unit is configured to record and construct nodes on the detail tree according to association relationships between the multiple sets of data, so as to generate multiple ordered detail trees.
In the device for generating an XML string from the foregoing packet, preferably, the building module includes an additional domain tree building unit, where the additional domain tree building unit is configured to find a detail or a packet according to the upper node information, and add the assignment corresponding to the additional domain tree object to a parent node corresponding to the assignment.
In the above apparatus for generating an XML string from a message, preferably, the detail tree construction unit is further configured to: and searching a corresponding upper parent node according to the upper node information, and recursively adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to a detail layer.
In the above device for generating an XML string from a message, preferably, the construction module includes a message tree construction unit, where the message tree construction unit is configured to add the detail tree into a message tree node according to an upper node to generate a message tree.
The application also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the above method when executing the computer program.
The present application also provides a computer readable storage medium storing a computer program for executing the above method.
The beneficial technical effects of the application are as follows: and (3) quickly adapting a message standard defined by an XML format, reading the message format standard, converting a message structure definition part into data of a tree node object, and warehousing or entering a file to store the structure data. The data in warehouse or file is converted with the tree; subsequent message assembly and analysis are carried out, and the message is processed by depending on a tree; for the business message of the new system, based on the format standard defined by the XML structure, the business message can be rapidly analyzed and input into a warehouse or a file, and the assembly of the message can be supported.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate and together with the description serve to explain the application. In the drawings:
FIG. 1 is a flowchart of a method for generating an XML string according to an embodiment of the present application;
FIG. 2 is a schematic diagram of an apparatus for generating XML strings from messages according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the application.
Detailed Description
The following will describe embodiments of the present application in detail with reference to the drawings and examples, thereby solving the technical problems by applying technical means to the present application, and realizing the technical effects can be fully understood and implemented accordingly. It should be noted that, as long as no conflict is formed, each embodiment of the present application and each feature of each embodiment may be combined with each other, and the formed technical solutions are all within the protection scope of the present application.
Additionally, the steps illustrated in the flowcharts 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 flowcharts, in some cases the steps illustrated or described may be performed in an order other than that herein.
Referring to fig. 1, the method for generating an XML string from a message provided by the present application specifically includes:
s101, acquiring message import data, and constructing a header object, a message body tree object, a detail tree and an additional domain tree object according to the message import data;
s102, obtaining assignment of various tree nodes provided by a user according to the message tree object, adding the message tree object, the detail tree object and the additional domain tree object according to the assignment to construct a message tree, and splicing the message tree according to a preset direction to generate a message string in an XML format;
s103, 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 message body string.
The message importing data comprises: and importing the warehouse-in data and/or the file-in data according to the message. In actual operation, the XML message definition is defined according to the format standard, and involves four parts: header, body, details, additional fields. Wherein the header and the body are necessary for each message, and the definition of detail and additional domain dependence can be omitted. For this reason, in one embodiment of the present application, for a single message object, three "trees" are included, including a message tree, a detail tree, and an additional domain tree; the detail tree belongs to the report tree, the additional domain tree belongs to the detail tree or the report tree, a complete report tree is constructed according to assignment of a user to various tree nodes, and then the generation of the message is carried out. The data object of the header part is spliced into a header string according to the header generation rule, and the message body tree is spliced and assembled into an XML string according to the XML format.
In an embodiment of the present application, adding the report tree object, the detail tree object, and the additional domain tree object according to the assignment to construct a report tree further includes: when the message import data is a plurality of groups of data, the nodes on the detail tree are respectively input and constructed according to the association relation among the plurality of groups of data to generate a plurality of ordered detail trees. Specifically, detail tree root node: when the message structure, the node marks attribute bit [1..n ], namely the detail tree formed by the node and its sub-node appears at least once and at most n times. And assembling the message node corresponding example information into a Map object through a page maintenance structure, wherein the maintenance message XML structure comprises tag names, attributes, types, descriptions, values and father node and child node lists of the node. Inserting a plurality of pens with the same detail when the message contains the detail of a plurality of pens; when one message contains a plurality of details and each detail corresponds to different service types and service types, 1 detail of the service types and the service types of the different service types is inserted. In one embodiment of the application, adding the additional domain tree object according to the assignment comprises: and searching details or report bodies according to the upper node information, and adding the assignment corresponding to the additional domain tree object to the position below the corresponding father node. Further, adding the detail tree object according to the assignment includes: and searching a corresponding upper parent node according to the upper node information, and recursively adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to a detail layer. Finally, 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: and adding the detail tree into a report tree node according to the upper node to generate a report tree.
In an embodiment of the present application, splicing the message tree according to a preset direction to generate a message string in XML format includes: and splicing from top to bottom or from left to right according to the message tree structure to generate the message string in the XML format. Specifically, the case object set of the message body and the detail node takes Map < String > msgTagMap objects as input parameters and predefined message parameters as input parameters, and the program sequentially appends domain data write back, detail node data String write back father node, message body write back structure, and returns the object message body object after organizing message body information. The process describes that there are two related data structures: 1. the Map < String > msgTagMap object stores all nodes, the path and value of each node in the message. 2. In the write-back process, map < String > msgTagMap is converted into a message body, detail and additional domain list. The data structure of the list is not identical in attribute according to the requirements of the report body, detail and additional domain service; the assembled XML message String is a String type object.
In order to facilitate a clearer understanding of the overall application flow of the method for generating an XML string from a message provided by the present application, the method for generating an XML string from a message provided by the present application is described in detail below with reference to the foregoing embodiments:
1. and starting to construct a header object, a message body tree, a detail tree and an additional domain tree object according to the data of the message imported into a warehouse or the file.
2. Processing according to the value of the user input node; nodes on the detail tree allow the user to enter multiple groups, and when the data are multiple groups, the construction of multiple ordered detail trees is started.
3. The additional domain tree searches details or report bodies according to the upper node information and adds the details or report bodies to the corresponding parent nodes;
4. the detail tree searches corresponding upper parent nodes according to the upper node information, and recursively adds detail tree nodes according to detail levels;
5. after the detail tree processing is completed, adding the detail tree into the report tree node according to the upper node to complete the report tree.
6. Splicing the header strings according to the splicing rules; and splicing the XML strings from top to bottom and from left to right according to the tree body tree by the XML format.
Therefore, for the business message of the new system, the business message can be rapidly analyzed and input into a warehouse or a file 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 application further provides an apparatus 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 message body tree object, a detail tree and an additional domain tree object according to the message import data; the construction module is used for obtaining assignment of various tree nodes provided by a user according to the message tree object, and adding the message tree object, the detail 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 message tree according to a preset direction to generate a message 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 message body string.
In an embodiment of the present application, 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 multiple sets of data, perform entry on nodes on the detail tree according to association relationships between the multiple sets of data, and build multiple ordered detail trees respectively. Further, the building module comprises an additional domain tree building unit, and the additional domain tree building unit is used for searching details or report bodies according to the upper node information and adding the assignment corresponding to the additional domain tree object under the corresponding father node. In another embodiment of the present application, the building module may further include a report tree building unit, where the report tree building unit is configured to add the detail tree to a report tree node according to a higher node to generate a report tree.
In an embodiment of the application, the detail tree construction unit is further configured to: the corresponding parent node is searched according to the information of the upper node, the assignment corresponding to the detail tree object is added to the corresponding detail tree node according to detail layer recursion, and the specific implementation can refer to the previous embodiment, and the description is omitted.
The beneficial technical effects of the application are as follows: and (3) quickly adapting a message standard defined by an XML format, reading the message format standard, converting a message structure definition part into data of a tree node object, and warehousing or entering a file to store the structure data. The data in warehouse or file is converted with the tree; subsequent message assembly and analysis are carried out, and the message is processed by depending on a tree; for the business message of the new system, based on the format standard defined by the XML structure, the business message can be rapidly analyzed and input into a warehouse or a file, and the assembly of the message can be supported.
The application also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the above method when executing the computer program.
The present application 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: a communication module 110, an input unit 120, an audio processing unit 130, a display 160, a power supply 170. It is noted that the electronic device 600 need not include all of the components shown in fig. 3; in addition, the electronic device 600 may further include components not shown in fig. 3, to which reference is made to the prior art.
As shown in fig. 3, the central processor 100, sometimes also referred to as a controller or operational control, may include a microprocessor or other processor device and/or logic device, which central processor 100 receives inputs and controls 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 about failure may be stored, and a program for executing the information may be stored. And the central processor 100 can execute the program stored in the memory 140 to realize information storage or processing, etc.
The input unit 120 provides an input to the central processor 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 for displaying display objects such as images and characters. The display may be, for example, but not limited to, an LCD display.
The memory 140 may be a solid state memory such as Read Only Memory (ROM), random Access Memory (RAM), SIM card, or the like. But also a memory which holds information even when powered down, can be selectively erased and provided with further data, an example of which is sometimes referred to as EPROM or the like. Memory 140 may also be some other type of device. Memory 140 includes a buffer memory 141 (sometimes referred to as a buffer). The memory 140 may include an application/function storage 142, the application/function storage 142 for storing application programs and function programs or a flow for executing operations of the electronic device 600 by the central processor 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 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 applications, address book applications, etc.).
The communication module 110 is a transmitter/receiver 110 that transmits and receives signals via an antenna 111. A 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, etc., 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 to receive audio input from the microphone 132 to implement usual telecommunication functions. The audio processor 130 may include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor 130 is also coupled to the central processor 100 so that sound can be recorded locally through the microphone 132 and so that sound stored locally can be played through the speaker 131.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application 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 application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing description of the embodiments has been provided for the purpose of illustrating the general principles of the application, and is not meant to limit the scope of the application, but to limit the application to the particular embodiments, and any modifications, equivalents, improvements, etc. that fall within the spirit and principles of the application are intended to be included within the scope of the application.

Claims (12)

1. A method for generating an XML string from a message, the method comprising:
acquiring message import data, and constructing a header object, a message body tree object, a detail tree and an additional domain tree object according to the message import data;
obtaining assignment of various tree nodes provided by a user according to a message tree object, adding the message tree object, the detail tree object and the additional domain tree object according to the assignment to construct a message tree, and splicing the message tree according to a preset direction to generate a message string in an XML format;
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 message body string;
adding the additional domain tree object according to the assignment comprises: and searching details or report bodies according to the upper node information, and adding the assignment corresponding to the additional domain tree object to the position below the corresponding father node according to the service type corresponding to the details.
2. The method for generating an XML string according to claim 1, wherein said message import data includes: and importing the warehouse-in data and/or the file-in data according to the message.
3. The method of generating an XML string from a message according to claim 1, wherein adding said body tree object, said detail tree object, and said additional domain tree object according to said assignment to construct a body tree further comprises:
when the message import data is a plurality of groups of data, the nodes on the detail tree are respectively input and constructed according to the association relation among the plurality of groups of data to generate a plurality of ordered detail trees.
4. The method of generating an XML string from a message of claim 1, wherein adding the detail tree object according to the assignment comprises:
and searching a corresponding upper parent node according to the upper node information, and recursively adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to a detail layer.
5. The method of generating an XML string according to claim 4, wherein adding said body tree object, said detail tree object, and said additional domain tree object according to said assignment to construct a body tree comprises: and adding the detail tree into a report tree node according to the upper node to generate a report tree.
6. The method for generating an XML string from a message according to claim 1, wherein splicing the body tree in a predetermined direction to generate the body string in XML format comprises: and splicing from top to bottom or from left to right according to the message tree structure to generate the message string in the XML format.
7. 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 message body tree object, a detail tree and an additional domain tree object according to the message import data;
the construction module is used for obtaining assignment of various tree nodes provided by a user according to a message tree object, and adding the message tree object, the detail 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 message tree according to a preset direction to generate a message string in an XML format; 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 message body string;
the construction module comprises an additional domain tree construction unit, wherein the additional domain tree construction unit is used for searching details or report bodies according to the upper node information, and adding the assignment corresponding to the additional domain tree object to the position below a corresponding father node according to the service type corresponding to the details.
8. The apparatus for generating XML string according to claim 7, wherein said construction module further comprises a detail tree construction unit, and said detail tree construction unit is configured to, when the message import data is a plurality of sets of data, perform entry construction on nodes on the detail tree according to association relationships between the plurality of sets of data, respectively, to generate a plurality of ordered detail trees.
9. The apparatus for generating an XML string according to claim 8, wherein said detail tree construction unit is further configured to: and searching a corresponding upper parent node according to the upper node information, and recursively adding the assignment corresponding to the detail tree object to the corresponding detail tree node according to a detail layer.
10. The apparatus for generating XML string according to claim 9, wherein said construction module includes a message body tree construction unit for generating a message body tree by adding said detail tree to a message body tree node according to an upper node.
11. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method of any of claims 1 to 6 when executing the computer program.
12. 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 6 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 CN113111223A (en) 2021-07-13
CN113111223B true 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 (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7359910B2 (en) * 2005-06-30 2008-04-15 Microsoft Corporation Scalable transformation and tree based query language node—set selection

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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的多协议报文解析的方法与实现;吴建斌;邹佩江;;电子测量技术(03);全文 *

Also Published As

Publication number Publication date
CN113111223A (en) 2021-07-13

Similar Documents

Publication Publication Date Title
CN108920659B (en) Data processing system, data processing method thereof, and computer-readable storage medium
CN102402652B (en) Method, system and terminal for controlling authority
CN105447723A (en) Promotion system and promotion method
CN112784112B (en) Message verification method and device
CN112650766A (en) Database data operation method, system and server
CN114820080A (en) User grouping method, system, device and medium based on crowd circulation
CN102426567A (en) Graphical editing and debugging system of automatic answer system
CN112860264B (en) Method and device for reconstructing abstract syntax tree
CN110263104A (en) JSON character string processing method and device
CN113111223B (en) Method and device for generating XML string by message
CN113157904A (en) Sensitive word filtering method and system based on DFA algorithm
KR101743731B1 (en) Method and apparatus for processing quary based on ontology generated by collaborating distributed data
CN102984676A (en) Method and terminal for processing message session
CN115495519A (en) Report data processing method and device
CN113791984B (en) Automatic interface testing method and device
CN113110829B (en) Multi-UI component library data processing method and device
CN112860585B (en) Test script assertion generation method and device
CN112785284A (en) Message storage method and device based on structured document
CN104216919A (en) Method and system for perfecting electronic map data
CN104182406A (en) Electronic business card creating method, electronic business card retrieval method and relevant system
CN113419957A (en) Rule-based big data offline batch processing performance capacity scanning method and device
CN114070902B (en) Message processing method and device based on DELPHI
CN112822190A (en) Message maintenance method and device
CN112835901A (en) File storage method and device, computer equipment and computer readable storage medium
CN112102058A (en) Management system parameter configuration method and device

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