CN103945287A - Method for processing message by interface machine and interface machine - Google Patents

Method for processing message by interface machine and interface machine Download PDF

Info

Publication number
CN103945287A
CN103945287A CN201310021294.1A CN201310021294A CN103945287A CN 103945287 A CN103945287 A CN 103945287A CN 201310021294 A CN201310021294 A CN 201310021294A CN 103945287 A CN103945287 A CN 103945287A
Authority
CN
China
Prior art keywords
message
imp
module
configuration file
interface
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
CN201310021294.1A
Other languages
Chinese (zh)
Other versions
CN103945287B (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.)
ZTE Corp
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CN201310021294.1A priority Critical patent/CN103945287B/en
Priority to PCT/CN2013/082650 priority patent/WO2014110903A1/en
Publication of CN103945287A publication Critical patent/CN103945287A/en
Application granted granted Critical
Publication of CN103945287B publication Critical patent/CN103945287B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • 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

Abstract

The invention provides a method for processing a message by an interface machine and an interface machine. The method comprises that the interface machine receives agreement content input by a user and converts the agreement content into a configuration file or receives an input configuration file; and that the interface machine analyzes and processes received messages according to the configuration file and then forwards the processed messages to a third party of Network Element. Thus, disadvantages that interface machines of a traditional interface machine development mode are many in version, poor in reusability, high in maintenance cost, poor in expansibility, and the like are overcome.

Description

A kind of method of interface message processor (IMP) processing messages and interface message processor (IMP)
Technical field
The present invention relates to telecom communication industry field, relate in particular to method and the interface message processor (IMP) of a kind of interface message processor (IMP) processing messages in intelligent network business.
Background technology
In intelligent network, different network elements is processed different affairs, and the interacting message between each network element mainly completes by interface message processor (IMP).For example, service control point (Service Control Point, be called for short SCP) by Diameter (Diameter Credit Control is called for short DCC), to OCS (Online Charging System, Online Charging System), send real-time deduction information.Interactive voice response service (Interactive Voice Response, be called for short IVR) business and unstructured supplementary data traffic (Unstructured Supplementary Service Data, abbreviation USSD) in, by man-machine interface language (Man-Machine Language is called for short MML) agreement, to OCS, initiate the subscription request of service.Or adopt XML (Extentsible Markup Language, extend markup language) agreement, carry out alternately, completing specific function with third party.
Diameter is structural strong, and SCP has special module to complete the parsing of agreement, and interface message processor (IMP) only needs processing messages interactive portion, and the function of interface message processor (IMP) is also just relatively fixing like this, does not need very strong autgmentability.But for other agreements, for example, MML or XML agreement, interface message processor (IMP) needs the parse operation of processing protocol, to between these standard agreements and business and interface message processor (IMP), by fixing internal agreement, shine upon, thus the interacting message between finishing service and third party.Although be all to adopt standard agreement to carry out alternately, but the parsing of different IVR business or USSD business specific order in agreement there are differences above requiring, so just need to be corresponding with it with different interface message processor (IMP) versions, this just causes interface message processor (IMP) version very many, and whenever an IVR business release or USSD business release are vicissitudinous time, its corresponding interface message processor (IMP) version also probably needs to revise, many times, same protocol command need to be developed in different interface message processor (IMP) versions, so also invisible increase exploitation workload, development cost and maintenance cost have been improved.
Summary of the invention
The technical problem to be solved in the present invention is to provide a kind of method and interface message processor (IMP) of interface message processor (IMP) processing messages, to solve in legacy interface machine development mode, and the shortcoming such as interface message processor (IMP) version is many, and durability is poor, maintenance cost is high, and autgmentability is poor.
In order to solve the problems of the technologies described above, the invention provides a kind of method of interface message processor (IMP) processing messages, comprising:
Interface message processor (IMP) is accepted the protocol contents of user's input, and described protocol contents is converted to a configuration file, or accepts the configuration file of importing;
Described interface message processor (IMP) carries out dissection process according to described configuration file to the message of receiving, is then transmitted to third party's network element.
Further, said method also has feature below: the protocol contents that described interface message processor (IMP) is accepted user's input is achieved in the following ways:
Described interface message processor (IMP) is by providing patterned user interface to accept the protocol contents of user's input.
Further, said method also has feature below: described interface message processor (IMP) carries out dissection process process according to described configuration file to the message of receiving and comprises:
Described interface message processor (IMP) carries out verification to the parameter format of described message, as verification failure, according to failed reason, specific error code is sent to third party's network element.
Further, said method also has feature below: described interface message processor (IMP) also comprises before the message of receiving is carried out to dissection process:
The validity of described message is carried out to verification, as be verified as invalid message, return to specific error code, or directly abandon described message.
Further, said method also has feature below:
Described protocol contents comprises: command code, enter ginseng and go out ginseng;
Described interface message processor (IMP) carries out dissection process according to described configuration file to the message of receiving and comprises:
As described in the message received of interface message processor (IMP) be business request information, resolve the command code of this business request information, as find business request information configuration corresponding to command code, according to described in enter ginseng described business request information resolved;
As described in the message received of interface message processor (IMP) be the response message that Online Charging System returns, according to described in go out ginseng described response message resolved.
Further, said method also has feature below: the form of described configuration file comprises:
Extend markup language form.
In order to address the above problem, the present invention also provides a kind of interface message processor (IMP), comprising:
The first module, for accepting the protocol contents of user's input, is converted to a configuration file by described protocol contents, or accepts the configuration file of importing;
The second module, for according to described configuration file, the message of receiving being carried out to dissection process, sends to the 3rd module by the message after processing;
The 3rd module, the message that described the second module is sent is transmitted to third party's network element, and the message that third party's network element is sent is issued described the second module.
Further, above-mentioned interface message processor (IMP) also has feature below:
Described the first module is by protocol contents that patterned user interface accepts user input is provided.
Further, above-mentioned interface message processor (IMP) also has feature below:
Described the second module, is carrying out in dissection process process the message of receiving according to described configuration file, also for the parameter format of described message is carried out to verification, as verification failure, according to failed reason, specific error code is sent to described the 3rd module;
Described the 3rd module, also for sending to third party's network element by described error code.
Further, above-mentioned interface message processor (IMP) also has feature below:
Described the 3rd module, the message that third party's network element is sent also issue before described the second module for, the validity of described message is carried out to verification, as is verified as invalid message, to third party's network element, return to specific error code, or directly abandon described message.
Further, above-mentioned interface message processor (IMP) also has feature below: described protocol contents comprises: command code, enter ginseng and go out ginseng,
Described the second module, specifically for being business request information as the message of receiving, resolves the command code of this business request information, as finds business request information configuration corresponding to command code, described in basis, enters ginseng described business request information is resolved; As described in the message received of interface message processor (IMP) be the response message that Online Charging System returns, according to described in go out ginseng described response message resolved.
Further, above-mentioned interface message processor (IMP) also has feature below: the form of described configuration file comprises:
Extend markup language form.
The invention discloses a kind of method and interface message processor (IMP) of interface message processor (IMP) processing messages, solved the problem that function expansibility is poor, durability is poor, development difficulty is large, the cycle is long of legacy interface machine.The present invention also realizes importing and the export function of configuration file, effectively reduces configuration complexity.
Accompanying drawing explanation
Fig. 1 is the flow chart of method of a kind of interface message processor (IMP) processing messages of the embodiment of the present invention.
Fig. 2 is the schematic diagram of the interface message processor (IMP) of the embodiment of the present invention.
Fig. 3 is the flow chart of the interface message processor (IMP) processing messages of the present invention's one application example.
Embodiment
For making the object, technical solutions and advantages of the present invention clearer, hereinafter in connection with accompanying drawing, embodiments of the invention are elaborated.It should be noted that, in the situation that not conflicting, the embodiment in the application and the feature in embodiment be combination in any mutually.
In order to understand better the present invention, below in conjunction with the drawings and specific embodiments, the present invention is further described.
Fig. 1 is the flow chart of method of a kind of interface message processor (IMP) processing messages of the embodiment of the present invention, and as shown in Figure 1, the method for the present embodiment comprises:
S10, interface message processor (IMP) are accepted the protocol contents of user's input, and described protocol contents is converted to a configuration file, or accept the configuration file of importing;
S20, interface message processor (IMP) carry out dissection process according to described configuration file to the message of receiving, are then transmitted to third party's network element.
In step S10, interface message processor (IMP) can be by providing patterned user interface to accept the protocol contents of user's input.
In step S20, interface message processor (IMP) carries out dissection process process according to described configuration file to the message of receiving and comprises: interface message processor (IMP) carries out verification to the parameter format of described message, as verification failure, according to failed reason, specific error code is sent to third party's network element.
In step S20, interface message processor (IMP) also comprises before the message of receiving being carried out to dissection process according to described configuration file, the validity of described message is carried out to verification, as be verified as invalid message, returns to specific error code, or directly abandons described message.
Fig. 2 is the schematic diagram of the interface message processor (IMP) of the embodiment of the present invention, and as shown in Figure 2, the interface message processor (IMP) of the present embodiment comprises:
Configuration file generation module, a patterned user interface is provided, accept user input the protocol contents of need resolving (protocol contents can comprise agreement command code, enter ginseng (referring to the series of parameters in the request message of agreement), go out ginseng (referring to the series of parameters in the response message of agreement), and the protocol contents of user's input is converted to the configuration file that can resolve, send to message resolution module;
Import module, user can complete configuration by directly writing XML format configuration file, then by importing module, imports to system.
The combination of configuration file generation module and importing module is equivalent to the first module.
Described configuration file generation module is also responsible for the command code of the agreement of user's input, enters ginseng, is gone out to join and carry out verification, and check results is returned to user.Concrete verification can comprise: whether command code length surpasses restriction, and whether command code is comprised of letter or number, does not have other forbidden characters.The verification that enters ginseng and go out to join comprises whether its definition is complete, whether comprises parameter name, parameter type, parameter size three parts.Whether its title is comprised of letter and number, does not have other forbidden characters.Whether the number that enters ginseng and go out to join surpasses the maximum of system definition.If wherein any verification failure, all can point out user, require user to re-enter.
The form of the configuration file that described configuration file generation module adopts can be diversified, in the present embodiment, adopt XML form more intuitively (can also adopt the .ini form of text mode, the .c form of class C language, or can own definition format .cfg for example), and provide importing and the export function of configuration file.Described configuration file generation module, when configuration file changes, meeting real-time informing message resolution module, upgrades the configuration file that it is stored in internal memory.
Message resolution module (being equivalent to the second module), according to configuration file, the message of receiving is resolved, if the message of receiving is business request information, will receive that message parse is the request form (for example resolving according to the ginseng part that enters of configuration file) of defined in configuration file, is then given to message transmitting module.The response message that if the message of receiving is OCS to be returned, by receive message parse be and business between inside story (according to the ginseng part that goes out of configuration file, resolve, and then to going out ginseng, carry out regular according to the regular requirement of the parameter in configuration file), be then given to message transmitting module.
Described message resolution module is also responsible for the parameter format of the message of receiving (as the parameter type in message, length, validity) to carry out verification, and check results is sent to message transmitting module, to verification failure, according to failed reason, with specific error code, represent and result is sent to message transmitting module.
Message transmitting module (being equivalent to the 3rd module), is responsible for reception and the transmission of message, and the message of receiving is transmitted to corresponding third party's network element and the message of third party's network element transmission is given to message resolution module and processes.For example, the message of the business of receiving or OCS is transmitted to message resolution module and processes, and the message being sent by message resolution module is transmitted to business or OCS.
Described message transmitting module is also responsible for the validity of the message of receiving to carry out verification, for invalid message, is not given to message resolution module and processes.Particularly, for the message still not meeting with a response in effective time, return to specific error code to business.For surpassing the response message of receiving effective time, directly abandon.
Described configuration file generation module comprises protocol format typing submodule and parameter processing requirements typing submodule.
Wherein, protocol format typing submodule is responsible for inputting agreement typing for accepting user; Be responsible for the command code of parameter, enter ginseng, go out the typing of ginseng, and be converted into the XML form of requirement.
Parameter processing requirements typing submodule is responsible for the algorithm typing that goes out ginseng for accepting the agreement of user input, is responsible in agreement, and the parameter that OCS returns is carried out regular requirement and is configured, such as: unit conversion, ask maximum in many group parameters, minimum value etc.Finally, parameter processing requirements typing submodule is also converted into the XML form of requirement, writes in configuration file.
Described message resolution module is incorporated into ginseng analyzing sub-module, goes out to join analyzing sub-module and the regular submodule of parameter.
Wherein, enter to join analyzing sub-module, the responsible configuration file generating according to configuration file generation module, resolves the request message of being received by message transmitting module, and analysis result is sent to message transmitting module.
Go out to join analyzing sub-module, the responsible configuration file generating according to configuration file generation module, the response message of being received is resolved, and analysis result sends to the regular module of parameter by message transmitting module.
The regular submodule of parameter, is responsible for the configuration file generate according to configuration file generation module, to carrying out the regular of parameter by going out to join the analysis result that parsing module obtains, finally again result is sent to message transmitting module.
Described message transmitting module, is responsible for and the foundation of third party's network element link and the forwarding of message, can not only be confined to business and OCS, can expand to and need to resolve by interface message processor (IMP) mutual a series of ext nal network element of the message of fixed protocol form.
The embodiment of the present invention provides a personal-machine interactive interface to be configured the configuration of file, and importing and the export function of configuration file are provided, user can complete configuration by directly writing XML format configuration file, and then imports in system, makes to configure simple, easy-to-use, efficient.The present invention adopts XML language configuration file to describe the resolution rules of agreement, and provide parameter regular function, as long as different I VR system and USSD system are according to the resolution rules that requires configuration protocol of oneself, just required message parse be can complete, autgmentability, durability, the flexibility of interface message processor (IMP) guaranteed.The embodiment of the present invention is not limited to a certain specific agreement, only need the expression that interface protocol resolution rules can be clear and definite, at needs, adopt various protocols to carry out when mutual, only need to disposing an interface message processor (IMP) like this, reduce the complexity of engineering construction, facilitated user to manage.
For example, with MML agreement (certainly, can also be other agreements, http protocol, smpp agreement), be example below, the step of configurable interface machine processing is as shown in Figure 3, specific as follows:
The message transmitting module of step 101, interface message processor (IMP) is received the MML request message of business.
Wherein, message transmitting module need to, to receiving that MML request message carries out verification, after verification succeeds send to message message resolution module to process.To receiving the following aspect of MML request message, carry out verification:
Whether the required object OCS sending to of message exists;
The whether built chain success of object OCS.
First step 102, message resolution module resolve the command code of this MML request message, and search in configured list, if find the corresponding MML request message configuration of command code, jump to step 104; Otherwise, perform step 103.
Step 103, search unsuccessfully, message resolution module returns to mistake to message transmitting module, and message revolving die piece is transmitted to business by message, and finishes this session.
Step 104, search successfully after, message resolution module will be resolved this message, be converted to the ginseng that enters of MML agreement, the field that business transmits according to configuration transitions for entering ginseng.
Wherein, message resolution module, except completing message parse, also needs parameter to carry out verification.When verification failure, jump procedure 103.Parameter is carried out to the verification of following aspect:
Whether parameter type consistent with configuration file;
Whether the number of parameter consistent with configuration file;
The value of parameter is the scope that surpasses configuration file.
Step 105, resolve ginseng success after, message resolution module sends message transmitting module by the MML request message parsing, and message transmitting module sends to object OCS.
Wherein, message transmitting module need to be preserved the session number of this operation, and timer is set waits for, if surpass timer, does not also receive corresponding response message, discharges this session number, jumps to step 103, otherwise execution step 106.
Step 106, message resolution module are received the response message that OCS sends.
In this step, need to carry out preliminary verification, if verification failure directly abandons, otherwise message is transmitted to message resolution module, jump procedure 107.Need to carry out preliminary verification according to following aspect:
Whether the session number of message is effective session number, the response message of whether receiving in timer;
Still whether link setup is normal need to receive the business of this response message.
The response message that step 107, message resolution module return OCS according to the rule of configuration is resolved.
In this step, need to carry out following verification to parameter:
Whether parameter type consistent with configuration file;
Whether the number of parameter consistent with configuration file;
The value of parameter is the scope that surpasses configuration file.
Step 108, judgement analysis result, if there is invalid parameter, i.e. Parameter analysis of electrochemical failure, jump procedure 109, otherwise jump procedure 110.
Step 109, Parameter analysis of electrochemical failure, message resolution module returns to mistake to message transmitting module, and message transmitting module is transmitted to business by message, and finishes this session.
Step 110, Parameter analysis of electrochemical success, message resolution module judges that whether configuration file has regular requirement for going out ginseng, as do not have again, jump procedure 111, otherwise jump procedure 112.
Step 111, Parameter analysis of electrochemical module return to message transmitting module by the result parsing, and are transmitted to business by message transmitting module, finish this session.
Step 112, Parameter analysis of electrochemical module carry out the rule of the configuration parsing after aftertreatment, then to forward step 111 to parameter.
From the step of the MML of configurable interface machine processing above message, can find out, interface message processor (IMP) depends on configuration file to the processing of MML message, when having newly-increased MML message to resolve, only need to provide processing rule just can complete parsing, do not need to revise interface message processor (IMP) code, have very strong extensibility.And in resolving, generation extremely to have returned to a series of inner return codes corresponding, user of service only need to be according to return code light orientation problem just.The shortcomings such as the present invention can solve traditional MML interface message processor (IMP) effectively, and interface message processor (IMP) version is many, and durability is poor, maintenance cost is high, and autgmentability is poor.
One of ordinary skill in the art will appreciate that all or part of step in said method can come instruction related hardware to complete by program, described program can be stored in computer-readable recording medium, as read-only memory, disk or CD etc.Alternatively, all or part of step of above-described embodiment also can realize with one or more integrated circuits.Correspondingly, each the module/unit in above-described embodiment can adopt the form of hardware to realize, and also can adopt the form of software function module to realize.The present invention is not restricted to the combination of the hardware and software of any particular form.
These are only the preferred embodiments of the present invention; certainly; the present invention also can have other various embodiments; in the situation that not deviating from spirit of the present invention and essence thereof; those of ordinary skill in the art are when making according to the present invention various corresponding changes and distortion, but these corresponding changes and distortion all should belong to the protection range of the appended claim of the present invention.

Claims (12)

1. a method for interface message processor (IMP) processing messages, comprising:
Interface message processor (IMP) is accepted the protocol contents of user's input, and described protocol contents is converted to a configuration file, or accepts the configuration file of importing;
Described interface message processor (IMP) carries out dissection process according to described configuration file to the message of receiving, is then transmitted to third party's network element.
2. the method for claim 1, is characterized in that: the protocol contents that described interface message processor (IMP) is accepted user's input is achieved in the following ways:
Described interface message processor (IMP) is by providing patterned user interface to accept the protocol contents of user's input.
3. the method for claim 1, is characterized in that: described interface message processor (IMP) carries out dissection process process according to described configuration file to the message of receiving and comprises:
Described interface message processor (IMP) carries out verification to the parameter format of described message, as verification failure, according to failed reason, specific error code is sent to third party's network element.
4. the method for claim 1, is characterized in that: described interface message processor (IMP) also comprises before the message of receiving is carried out to dissection process:
The validity of described message is carried out to verification, as be verified as invalid message, return to specific error code, or directly abandon described message.
5. the method for claim 1, is characterized in that:
Described protocol contents comprises: command code, enter ginseng and go out ginseng;
Described interface message processor (IMP) carries out dissection process according to described configuration file to the message of receiving and comprises:
As described in the message received of interface message processor (IMP) be business request information, resolve the command code of this business request information, as find business request information configuration corresponding to command code, according to described in enter ginseng described business request information resolved;
As described in the message received of interface message processor (IMP) be the response message that Online Charging System returns, according to described in go out ginseng described response message resolved.
6. the method as described in claim 1-4 any one, is characterized in that: the form of described configuration file comprises:
Extend markup language form.
7. an interface message processor (IMP), comprising:
The first module, for accepting the protocol contents of user's input, is converted to a configuration file by described protocol contents, or accepts the configuration file of importing;
The second module, for according to described configuration file, the message of receiving being carried out to dissection process, sends to the 3rd module by the message after processing;
The 3rd module, the message that described the second module is sent is transmitted to third party's network element, and the message that third party's network element is sent is issued described the second module.
8. interface message processor (IMP) as claimed in claim 7, is characterized in that:
Described the first module is by protocol contents that patterned user interface accepts user input is provided.
9. interface message processor (IMP) as claimed in claim 7, is characterized in that:
Described the second module, is carrying out in dissection process process the message of receiving according to described configuration file, also for the parameter format of described message is carried out to verification, as verification failure, according to failed reason, specific error code is sent to described the 3rd module;
Described the 3rd module, also for sending to third party's network element by described error code.
10. interface message processor (IMP) as claimed in claim 7, is characterized in that:
Described the 3rd module, the message that third party's network element is sent also issue before described the second module for, the validity of described message is carried out to verification, as is verified as invalid message, to third party's network element, return to specific error code, or directly abandon described message.
11. interface message processor (IMP)s as claimed in claim 7, is characterized in that: described protocol contents comprises: command code, enter ginseng and go out ginseng,
Described the second module, specifically for being business request information as the message of receiving, resolves the command code of this business request information, as finds business request information configuration corresponding to command code, described in basis, enters ginseng described business request information is resolved; As described in the message received of interface message processor (IMP) be the response message that Online Charging System returns, according to described in go out ginseng described response message resolved.
12. interface message processor (IMP)s as described in claim 7-11, is characterized in that: the form of described configuration file comprises:
Extend markup language form.
CN201310021294.1A 2013-01-21 2013-01-21 A kind of method and interface message processor (IMP) of interface message processor (IMP) processing message Active CN103945287B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201310021294.1A CN103945287B (en) 2013-01-21 2013-01-21 A kind of method and interface message processor (IMP) of interface message processor (IMP) processing message
PCT/CN2013/082650 WO2014110903A1 (en) 2013-01-21 2013-08-30 Method used by interface machine to process messages and interface machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310021294.1A CN103945287B (en) 2013-01-21 2013-01-21 A kind of method and interface message processor (IMP) of interface message processor (IMP) processing message

Publications (2)

Publication Number Publication Date
CN103945287A true CN103945287A (en) 2014-07-23
CN103945287B CN103945287B (en) 2019-05-10

Family

ID=51192728

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310021294.1A Active CN103945287B (en) 2013-01-21 2013-01-21 A kind of method and interface message processor (IMP) of interface message processor (IMP) processing message

Country Status (2)

Country Link
CN (1) CN103945287B (en)
WO (1) WO2014110903A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104468593A (en) * 2014-12-16 2015-03-25 上海理工大学 Communication protocol converter generally used by multiple interfaces
CN107562614A (en) * 2016-07-01 2018-01-09 北京京东尚科信息技术有限公司 Interface setting method, service management, service executing apparatus and its equipment
CN110275831A (en) * 2019-06-18 2019-09-24 广州华多网络科技有限公司 The mock data verification method and device of protocol interface
WO2019223426A1 (en) * 2018-05-21 2019-11-28 北京大米科技有限公司 Message format configuration method and apparatus, and computer device and readable storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116489254B (en) * 2023-06-21 2023-09-08 中储粮成都储藏研究院有限公司 Method for debugging lower computer by using upper computer

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1845066A (en) * 2006-05-16 2006-10-11 北京启明星辰信息技术有限公司 Automatic protocol recognition method and system
CN101232625A (en) * 2008-02-26 2008-07-30 吉林大学 High efficient multidimensional video stream encoding and decoding method
CN102158498A (en) * 2011-05-26 2011-08-17 东南大学 Implementation method for network node structure supporting service customization and expansion

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101321178A (en) * 2008-07-18 2008-12-10 中兴通讯股份有限公司 Portal workflow engine system and its implementing method
CN101466108B (en) * 2008-12-31 2010-12-08 中兴通讯股份有限公司 Method for controlling multiple interface message processors and interface management module

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1845066A (en) * 2006-05-16 2006-10-11 北京启明星辰信息技术有限公司 Automatic protocol recognition method and system
CN101232625A (en) * 2008-02-26 2008-07-30 吉林大学 High efficient multidimensional video stream encoding and decoding method
CN102158498A (en) * 2011-05-26 2011-08-17 东南大学 Implementation method for network node structure supporting service customization and expansion

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104468593A (en) * 2014-12-16 2015-03-25 上海理工大学 Communication protocol converter generally used by multiple interfaces
CN107562614A (en) * 2016-07-01 2018-01-09 北京京东尚科信息技术有限公司 Interface setting method, service management, service executing apparatus and its equipment
WO2019223426A1 (en) * 2018-05-21 2019-11-28 北京大米科技有限公司 Message format configuration method and apparatus, and computer device and readable storage medium
CN110275831A (en) * 2019-06-18 2019-09-24 广州华多网络科技有限公司 The mock data verification method and device of protocol interface
CN110275831B (en) * 2019-06-18 2023-10-27 广州华多网络科技有限公司 Mock data verification method and device of protocol interface

Also Published As

Publication number Publication date
CN103945287B (en) 2019-05-10
WO2014110903A1 (en) 2014-07-24

Similar Documents

Publication Publication Date Title
CN103945287A (en) Method for processing message by interface machine and interface machine
CN104252339B (en) The method and apparatus that interface layer exploitation, interface layer realize data interaction
CN1968134B (en) Middleware-based multimedia consolidation service realizing method and system
CN1859359B (en) Realizing method and its device for communication protocol described by abstract grammar rule
US9632684B2 (en) Method, device and terminal for generating logic service for embedded terminal
CN103179133A (en) Communication method between client side and server based on entity class
CN101385015B (en) Shell sessions
KR20100088049A (en) Method and apparatus for processing information received through unexpectable path of content comprised of user interface configuration objects
CN102043665A (en) System landscape aware inter-application communication infrastructure
CN105573760A (en) Storm-based processing system and method of data of Internet of Things
CN106452839A (en) Message report method and device
US8959231B2 (en) Representation of Boolean expressions for specifying filters using XML
Dagnino et al. Deconfined global types for asynchronous sessions
WO2012034337A1 (en) Implementing method for ussd application service and ussd center thereof
CN100466640C (en) Interactive processing method and system for intelligent network system and payment system
US20090149160A1 (en) Method and system for directive transmitting content processed at telecom transmission terminals and for distributed content transmission connecting to networks
CN111562964A (en) Settlement service system simulator implementation method based on rule engine
Schaible et al. Development of distributed systems with SDL by means of formalized APIs
CN117724869A (en) Web-based custom system flow editor
CN116319763B (en) File uploading method and device based on WASM technology
CN117560380B (en) Intelligent contract-based data language extraction system
CN103024021B (en) A kind of information transferring method and system
CN112423249B (en) User short message sending method, device and system
CN107277864A (en) Reorientation method, service provider, unstructured supplementary data traffic center and system
CN103425522A (en) WEB-based background server access method and system

Legal Events

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