CN102799629B - WSDL (Web Services Description Language) file quality ensuring system and realizing method thereof - Google Patents

WSDL (Web Services Description Language) file quality ensuring system and realizing method thereof Download PDF

Info

Publication number
CN102799629B
CN102799629B CN201210212814.2A CN201210212814A CN102799629B CN 102799629 B CN102799629 B CN 102799629B CN 201210212814 A CN201210212814 A CN 201210212814A CN 102799629 B CN102799629 B CN 102799629B
Authority
CN
China
Prior art keywords
wsdl document
service
wsdl
file
parameter
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.)
Expired - Fee Related
Application number
CN201210212814.2A
Other languages
Chinese (zh)
Other versions
CN102799629A (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.)
Tianjin University
Original Assignee
Tianjin University
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 Tianjin University filed Critical Tianjin University
Priority to CN201210212814.2A priority Critical patent/CN102799629B/en
Publication of CN102799629A publication Critical patent/CN102799629A/en
Application granted granted Critical
Publication of CN102799629B publication Critical patent/CN102799629B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a WSDL (Web Services Description Language) file quality ensuring system and a realizing method thereof. The system comprises three modules, i.e. a file verifying module, a file analyzing module and a data persistence module, wherein the file verifying module is used for verifying a WSDL file to be issued; the file analyzing module is used for analyzing obtained detailed Web Service information; and the data persistence module is used for storing the detailed Web Service information on the basis of the file analyzing module. Compared with the prior art, the system can verify the validity of a file while the WSDL file is issued; if the file has a mistake, the mistake can be modified automatically and information and the position of the mistake are prompted to a user according to user demands, thereby the quality of the file is ensured, and the WSDL file can be issued by an issuer conveniently.

Description

Wsdl document quality assurance system and its implementation
Technical field
The present invention relates to the network development technical field of sing on web Service; Particularly relate to a kind of debug technology to wsdl document.
Background technology
Along with the fast development of computer network, in order to reach Web service cross-platform, increasing Web service both provides with WSDL (Web Service Description Language, Web Services Description Language (WSDL)) interface of Web Service application program that stores of file, and in wsdl document, contain the specifying information of very many services.As shown in Figure 1, this model comprises element and the description in service interface and service time limit to the conceptual model of WSDL.Therefore, when ISP is at Web Services Publishing, provide effective and can be just aobvious extremely important by the wsdl document of correctly resolving.By capturing a large amount of wsdl documents on the internet, and carefully studying the wsdl document of wherein makeing mistakes, can find that the type of error that WSDL document occurs mainly contains following several:
1. the TargetNamespace property value of file is empty;
The interface IP address URL of 2.Web service lost efficacy;
3. in file, lack the definition to certain element;
Need in 4.WSDL document to quote other schema file, but the address of this schema file is invalid or do not exist;
5. in file, some elements lost necessary name prefix;
6. need the schema file imported not exist;
7. other types mistake.
Therefore Web service supplier just should test wsdl document when issuing wsdl document and verify, resolves, stores, thus find mistake and correction with the quality ensureing wsdl document.
Summary of the invention
Based on above-mentioned prior art Problems existing, the present invention proposes a kind of wsdl document quality assurance system and method, fundamental purpose is for Web service supplier provides a reliable instrument to ensure the quality of its wsdl document issued, and makes Web service to be called smoothly by user and to perform.
The present invention proposes a kind of wsdl document quality assurance implementation method, the method comprises the following steps:
Step one, checking wsdl document form: obtain wsdl document; First verify that whether the basic format of wsdl document is correct, verification process specifically comprises:
Judge whether wsdl document meets the conceptual model of wsdl document; Verify whether be empty by the value of the namespace attribute checking file; Whether lost efficacy by access Web service address URL and judged that whether the address of Web service was effective according to the page status information returned; In wsdl document, search certain element by tag name, according to the definition whether comprising certain element in lookup result inspection wsdl document, in wsdl document, whether lack the definition to certain element; Under checking <schema> label, whether each element and child node thereof be all containing the namespace prefix be necessary; Whether inspection wsdl document exists the statement and <import> label that import file; Whether effectively judge in <import> label, to import URL; Whether name prefix is lacked in inspection Schema; The type of error verified and position are carried out showing or carry out wsdl document effectively show;
Step 2, carry out wsdl document parsing: obtain wsdl document and Schema list of labels thereof and service Service list, dissection process specifically comprises:
Service name and URL name, port port type that current service comprises is obtained in service Service list; Obtain the details about bindings the agreement used from above-mentioned service and the port of binding respectively, comprise action name and relevant descriptor; Operation input parameter is determine whether: if operation input parameter, then obtain the message object of input, obtain part all in message object, input parameter is resolved and output parameter list according to zone bit; If not operation input parameter, then obtain the message object of output, obtain part all in message object, output parameter is resolved and input parameter list; The part comprised in message can be obtained in message label, carry out parsing based on RPC mode or Document mode and obtain corresponding information;
To the step that concrete input/output argument contained in the message of operation is resolved in above-mentioned steps two, specifically comprise:
To each its name of part object acquisition;
Resolving based on RPC pattern: obtain the data type corresponding to typonym in service and URL; Judge whether this data type is simple data type; In this way, service and URL parameter type information is obtained; As no, complex data type is resolved;
Resolving based on Document pattern: obtain the data type corresponding to element term in service and URL; Judge whether this data type is simple data type; In this way, service and URL parameter type information is obtained; As no, complex data type is resolved;
After the wsdl document dissection process of step 3, above-mentioned steps two completes, namely perform data persistence operation, concrete process comprises: store Web Service details; Store data and specifically comprise Web Service Basic Information Table for storing web Service interface essential information, for storing the operation information table of the essential information operated in Web service interface; And for the parameter Basic Information Table of the essential information that stores parameter in operation; Further, define the interface to web Service database manipulation in the module, realize data manipulation.
Compared with prior art, use the present invention just can verify the validity of document when issuing WSDL document, as wrong in contained in document, then can require automatically correct and point out user error information and errors present according to user, thus the quality of document can be ensured, facilitate the publisher of WSDL document.
Accompanying drawing explanation
Fig. 1 is wsdl document descriptive model schematic diagram;
Fig. 2 is the system architecture schematic diagram of wsdl document quality assurance system proposed by the invention;
Fig. 3 is the implementing procedure figure of wsdl document method for ensuring quality proposed by the invention;
Fig. 4 is the file verification block flow diagram of wsdl document quality assurance system proposed by the invention;
Fig. 5 is the document analysis block flow diagram of wsdl document quality assurance system proposed by the invention;
Fig. 6 is the sub-process figure that the document analysis module of wsdl document quality assurance system proposed by the invention is resolved parameter;
Fig. 7 is the data structure diagram storing WebService Basic Information Table in the data persistence module of wsdl document quality assurance system proposed by the invention;
Fig. 8 is the data structure diagram of store operation information table in the data persistence module of wsdl document quality assurance system proposed by the invention;
Fig. 9 is the data structure diagram of stored parameter Basic Information Table in the data persistence module of wsdl document quality assurance system proposed by the invention;
Figure 10 be wsdl document quality assurance system proposed by the invention data persistence module in the incidence relation figure of each table.
Embodiment
Below in conjunction with accompanying drawing and preferred embodiment, to according to embodiment provided by the invention, structure, feature and effect thereof, be described in detail as follows.
System framework of the present invention as shown in Figure 2.
As shown in Figure 2, the present invention is mainly divided into three modules, is file verification module, document analysis module and data persistence module respectively.Respectively concise and to the point introduction is carried out to the major function of modules below.
One, file verification module
The major function of this module verifies the form being about to the wsdl document issued.
The error type occurred in wsdl document is very many, wsdl document on large component analysis internet several mistakes higher to error rate are carried out research and are summed up, file verification module, according to this summing up experience, is verified one by one to needing the wsdl document issued.If file is wrong, demonstrate error message, comprise type of error and errors present etc., some mistakes are provided to the automatic modification selected based on user, check checking wsdl document for the convenience of the user, the scheme that instrument should be pointed out the error message of user file, Error Location and automatically be revised.
The function of two aspects below file verification module specific implementation:
1. verify the basic format of wsdl document, as label whether match use, whether comprise the necessary label etc. such as <service>;
2. to the NameSpace in wsdl document whether effectively, whether the URL of service still survive, element is
Noly to state, whether lack under <schema> label necessary namespace prefix, importing the URL of file whether effective etc.;
Only that the carrying out of wsdl document easy bugs is verified from the function of file verification module this module known, for other mistakes, the recurring problem that such as complicated element causes, the mistake that the undefined grade of element is more complicated is then in close relations with document analysis because of these mistakes, want to find and correct these mistakes, then needing to resolve wsdl document.If will find that the error message of the aspect such as the parameter-dependent of deep layer, message binding also must be resolved wsdl document in addition.File verification module in the present invention is extremely important, and successfully checking wsdl document can be provided convenience for adding in batches in a database Web service, document analysis also can be avoided to do a lot of useless work simultaneously, save time.
Two, document analysis module
The major function of this module utilizes the Web Service details obtained, and whether the information that checking WSDL transmits is correct:
The essential information of 1. serving: namespace of Web service name, Web service address, service etc.
2. the essential information operated: the descriptor etc. of operation name, operation input/output argument, operation
3. the essential information of parameter: parameter name, parameter type, whether be in ComplexType, ComplexType
The fundamental type information etc. comprised
Because WSDL uses RPC and Document two kinds of modes usually when binding, therefore different parsing schemes should be formulated when resolving the parameter information of Web service interface:
RPC mode: in <part../> label when characterising parameter type, embodies parameter type information by the value of its attribute type; And when defining data type in <types> label, the labels such as <simpleType>, <complexType> can be used to represent.
Document mode: with RPC mode unlike, be embody parameter type information by the value of its attribute element in the manner in which, in <types> label, <element> also can be used to define the parameter type mentioned in <part>.
So when analytic parameter information, should judge which kind of mode it uses and use corresponding class and method correctly to resolve to specific document.
Three, data persistence module
The major function of this module is on the basis of document analysis module, stores Web Service details.The operation related to is respectively:
1. a tables of data is designed for depositing the basic service information of Web Service interface;
2. a tables of data is designed for depositing the essential information of the operation contained in Web Service interface;
3. a tables of data is designed for depositing the essential information of the parameter contained in each operation;
4. define the interface to database manipulation, realize basic database manipulation.
As shown in Figure 3, be the realization flow of wsdl document quality assurance system of the present invention, specifically comprise the following steps: obtain wsdl document; Authenticating documents form; Resolve wsdl document; For ensureing persistent data, checking and resolution data store according to data structure by access data storehouse operation-interface.
As shown in Figure 4, the concrete treatment scheme of file verification module comprises:
In this module, because WSDL is based on XML language, therefore wsdl document can be verified by the method for verification XML file.The process of file verification can be divided into following step:
Step 401, acquisition wsdl document;
Whether the basic format of step 402, checking wsdl document is correct, is specially and judges whether file meets the conceptual model of WSDL document; If correct, continue step 403; Otherwise perform step 413, wrong in wsdl document, and show error message, proving program terminates;
Step 403, whether be empty by checking that the value of namespace attribute of file is verified; If null value, then continue step 404; Otherwise perform step 413, wrong in wsdl document, and show error message, proving program terminates;
Whether step 404, access Web service address URL of passing through lost efficacy and also judged that whether the address of Web service was effective according to the page status information returned; If effectively, then continue step 405; Otherwise perform step 413, wrong in wsdl document, and show error message, proving program terminates;
Step 405, search certain element by tag name in a document, whether comprise in the definition wsdl document of certain element according in lookup result inspection document the definition whether lacked certain element; If disappearance, then continue step 406; Otherwise perform step 413, wrong in wsdl document, and show error message, proving program terminates; ;
Under step 406, checking <schema> label, whether each element and child node thereof be all containing the namespace prefix be necessary, lacks name prefix, then continue step 407 if any element or its child node; Otherwise perform step 413, wrong in wsdl document, and show error message, proving program terminates;
Whether step 407, inspection wsdl document exist the statement and <import> label that import file, if containing, perform step 408, otherwise perform step 413, wrong in wsdl document, and showing error message, proving program terminates;
Step 408; Whether effectively judge in <import> label, to import URL, as effectively, then continue step 409; Otherwise perform step 413, wrong in wsdl document, and show error message, proving program terminates;
Step 409; Whether name prefix is lacked in inspection Schema; If not, then step 412 is performed; If any disappearance, perform step 410; Otherwise perform step 413, wrong in wsdl document, and show error message, proving program terminates;
Step 410, judge whether to need the name prefix to lacking in above-mentioned Schema automatically to correct; As needs, then perform step 411; Otherwise perform step 413, wrong in wsdl document, and show error message, proving program terminates;
Step 411, by error correction, and type, position display will be made mistakes out;
Step 412, wsdl document are effective.
The error type that may occur due to wsdl document is various, solution can not be enumerated, although above each step can not ensure that all files by file verification module are all effective, but greatly improve the efficiency detecting wrong wsdl document, the wsdl document of most existence mistakes can have been checked out.Other as inspection item, to ensure that the index of issued wsdl document quality also should be taken into account, should be not limited to the description of above-mentioned flow process.
As shown in Figure 5, the realization flow of wsdl document quality assurance system of the present invention sequentially performs wsdl document process of analysis, because wsdl document is based on XML language, and each label in WSDL document, also very strong logical relation is had between father's label and subtab, the form of file is also relatively fixing, therefore can according to label service (service) → port (port time file carries out resolving, definition uses the agreements such as soap to carry out transmitting used port type) → binding (binding, the Details Of Agreement specifically used when describing transmission) → portType (port type, describe the information of the operation of binding in service) → operation (operation, describing due input and output message in operation) → message (defines the interactive mode of operation, the input message that such as input parameter set is formed, the output message that output parameter set is formed) order of → part (define in the message of operation contained concrete input/output argument) carries out the corresponding information of parsings acquisition successively.Such as under message label, obtain all part objects, the corresponding input/output argument type of acquisition of information, title etc. contained by each part object.This flow process specifically comprises the following steps:
Obtain wsdl document to be resolved by step 501, step 502 obtains Schema list of labels; Step 503 obtains service Service list;
Step 504, obtains the port (title of namely serving and URL) that current service comprises in service Service list, can obtain the name of Web service and the URL of service in service service label;
Step 505, the title of binding label obtaining the name of port, type and associate with it under port label;
Step 506, step 507, obtain the details that relevant operational (operation) is bound the port of the agreement (such as soap or http) used from above-mentioned port binding and binding respectively, this detailed content comprises action name and relevant descriptor etc.;
Step 508; Determine whether operation input parameter according to zone bit, if operation input parameter, then perform step 509: obtain the message object of input, obtain part all in message object, input parameter is resolved and output parameter list; If it is determined that result is not operation input parameter, then perform step 510;
Part all in step 510, the message object obtaining output, acquisition message object, resolves and input parameter list the prompt star of output parameter;
In step 509,510, can obtain the part name comprised in message in message label, also the difference of with good grounds RPC or Document mode obtains type name or the masurium of part.
After above-mentioned parse operation completes, namely perform data persistence operation.
In addition, in part label, according to RPC or Document mode type getparms, if parameter is ComplexType type, by continuous iteration until parse the most basic type.As shown in Figure 6, be sub-process figure that document analysis module is resolved parameter.This sub-process comprises following concrete steps:
Step 601, to each its name of part object acquisition;
RPC pattern and Document pattern two kinds of patterns are below divided into carry out the parsing of part parameter:
The resolving of RPC pattern: step 602, obtains the data type corresponding to typonym in part; Step 603 judges whether this data type is that (simple data type generally uses <simpleType> label to define simple data type, and require that the definition of simple data type can not comprise attribute, and element content is simple types value, it has mainly continued to use the basic data type defined in xml schema, as string, int, double etc.); In this way, step 604, obtains part parameter type information; As no, complicated type is resolved to (complicated type generally uses <complexType> label to come dtd-data type definition, can containing subtabs such as <sequence>, <choice>, <all> under this label, no sequentially some or all of appearance when representing element with this, can certainly occur the part of simple data type as complex data type.Such as <xsd:complexTypename=" AuthHeader " ><sequence>LEss T.LTssT.LTelementname=" login " type=" xsd:string " minOccurs=" 1 " maxOccurs=" 1 "/></sequence>LEs sT.LTssT.LT/xsd:complexType> just defines a fairly simple complex data type).
The resolving of Document pattern: step 612, obtains the data type corresponding to element term in part; Step 613 judges whether this data type is simple data type (using <element name=" stationId " type=" xsd:string "/> statement just to define a simple simple data type); In this way, step 614, obtains the parameter type information comprised in part; As no, complex data type is resolved (such as using following statement <elementname=" Parameters1 " ><complexType>L EssT.LTssT.LTsequence><elemen tname=" stationId " type=" xsd:string "/></sequence>LEs sT.LTssT.LT/complexType></ele ment> just to define complex data type under a Document pattern).
As shown in Figure 7, be the data structure diagram of Web Service Basic Information Table in data persistence module (serviceinfo table), for storing the data field of Web Service interface essential information.Serviceinfo shows, and mainly comprises the Web service interface essential information fields such as Service name, NameSpace, the id of service, the memory location of wsdl document.
As shown in Figure 8, be the data structure diagram of store operation information table in data persistence module (operationinfo table), for storing the data field of the essential information operated in Web service interface.Operation name is mainly comprised, to the essential information field of the operations such as the id of the descriptor of operation, service id, operation in wsdl document in operationinfo table.
As shown in Figure 9, for the data structure diagram of stored parameter Basic Information Table in data persistence module (parameterinfo table) (parameter herein specifically refers to for the input/output argument information in service contained by each operation) is for storing the Database field of the essential information of parameter in operation.Parameterinfo table contain the inputing or outputing of identification parameter, the type of parameter name, parameter, the id of parameter, affiliated operation id, whether be the isoparametric essential information field of ComplexType type.
As shown in Figure 10, be the incidence relation figure of each table in data persistence module, the incidence relation namely between above-mentioned serviceinfo table, operationinfo table, parameterinfo table three table.The information that parameterinfo table and operationinfo show to each other is interrelated, and the information that operationinfo table and serviceinfo show to each other is interrelated, does not have information association relation between serviceinfo table and parameterinfo show.

Claims (2)

1. a wsdl document quality assurance implementation method, is characterized in that, the method comprises the following steps:
Step one, checking wsdl document form: obtain wsdl document; First verify that whether the basic format of wsdl document is correct, verification process specifically comprises:
Judge whether wsdl document meets the conceptual model of wsdl document; Verify whether be empty by the value of the namespace attribute checking file; Whether lost efficacy by access Web service address URL and judged that whether the address of Web service was effective according to the page status information returned; In wsdl document, search certain element by tag name, according to the definition whether comprising certain element in lookup result inspection wsdl document, in wsdl document, whether lack the definition to certain element; Under checking <schema> label, whether each element and child node thereof be all containing the namespace prefix be necessary; Whether inspection wsdl document exists the statement and <import> label that import file; Whether effectively judge in <import> label, to import URL; Whether name prefix is lacked in inspection Schema; The type of error verified and position are carried out showing or carry out wsdl document effectively show;
Step 2, carry out wsdl document parsing: obtain wsdl document and Schema list of labels thereof and service Service list, dissection process specifically comprises:
Service name and URL name, port port type that current service comprises is obtained in service Service list; Obtain the details about bindings the agreement used from above-mentioned service and the port of binding respectively, comprise action name and relevant descriptor; Operation input parameter is determine whether: if operation input parameter, then obtain the message object of input, obtain part all in message object, input parameter is resolved and output parameter list according to zone bit; If not operation input parameter, then obtain the message object of output, obtain part all in message object, output parameter is resolved and input parameter list; The part comprised in message can be obtained in message label, carry out parsing based on RPC mode or Document mode and obtain corresponding information;
To the step that concrete input/output argument contained in the message of operation is resolved in above-mentioned steps two, specifically comprise:
To each its name of part object acquisition;
Resolving based on RPC pattern: obtain the data type corresponding to typonym in service and URL; Judge whether this data type is simple data type; In this way, service and URL parameter type information is obtained; As no, complex data type is resolved;
Resolving based on Document pattern: obtain the data type corresponding to element term in service and URL; Judge whether this data type is simple data type; In this way, service and URL parameter type information is obtained; As no, complex data type is resolved;
After the wsdl document dissection process of step 3, above-mentioned steps two completes, namely perform data persistence operation, concrete process comprises: store Web Service details; Store data and specifically comprise Web Service Basic Information Table for storing Web Service interface essential information, for storing the operation information table of the essential information operated in Web service interface; And for the parameter Basic Information Table of the essential information that stores parameter in operation; Further, define the interface to web Service database manipulation in the module, realize data manipulation.
2. wsdl document quality assurance implementation method as claimed in claim 1, is characterized in that, described Web Service Basic Information Table and operation information table interrelated; Concrete input/output argument Basic Information Table contained in the message of operation is interrelated with operation information table, and the concrete input/output argument Basic Information Table contained by the message of Web Service Basic Information Table and operation is unconnected each other.
CN201210212814.2A 2012-06-26 2012-06-26 WSDL (Web Services Description Language) file quality ensuring system and realizing method thereof Expired - Fee Related CN102799629B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210212814.2A CN102799629B (en) 2012-06-26 2012-06-26 WSDL (Web Services Description Language) file quality ensuring system and realizing method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210212814.2A CN102799629B (en) 2012-06-26 2012-06-26 WSDL (Web Services Description Language) file quality ensuring system and realizing method thereof

Publications (2)

Publication Number Publication Date
CN102799629A CN102799629A (en) 2012-11-28
CN102799629B true CN102799629B (en) 2015-05-20

Family

ID=47198739

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210212814.2A Expired - Fee Related CN102799629B (en) 2012-06-26 2012-06-26 WSDL (Web Services Description Language) file quality ensuring system and realizing method thereof

Country Status (1)

Country Link
CN (1) CN102799629B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103279461B (en) * 2013-06-17 2016-04-06 天津大学 The Web service document quality evaluation method of domain-oriented
CN104298490B (en) * 2013-07-15 2018-03-30 深圳中兴网信科技有限公司 A kind of service issuing method and device based on Enterprise SOA
CN104008206A (en) * 2014-06-19 2014-08-27 遵义长征电器开关设备有限责任公司 Large-scale Web service chart generator
CN104778576A (en) * 2015-03-13 2015-07-15 上海灵兮信息科技有限公司 Method for automatically initializing accounting data set by using account balance report
CN104866422B (en) * 2015-05-20 2019-02-05 中国互联网络信息中心 Web Service automatization test system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101166197A (en) * 2006-10-17 2008-04-23 国际商业机器公司 Device and method used for providing WEB serve
CN101290620A (en) * 2007-04-18 2008-10-22 中国传媒大学 Medium assets disposition method and system based on digital objects
CN101500001A (en) * 2008-01-28 2009-08-05 万德洪 Network service system and implementing method
CN101609415A (en) * 2009-07-17 2009-12-23 武汉大学 Universal service calling system and method based on middleware

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101166197A (en) * 2006-10-17 2008-04-23 国际商业机器公司 Device and method used for providing WEB serve
CN101290620A (en) * 2007-04-18 2008-10-22 中国传媒大学 Medium assets disposition method and system based on digital objects
CN101500001A (en) * 2008-01-28 2009-08-05 万德洪 Network service system and implementing method
CN101609415A (en) * 2009-07-17 2009-12-23 武汉大学 Universal service calling system and method based on middleware

Also Published As

Publication number Publication date
CN102799629A (en) 2012-11-28

Similar Documents

Publication Publication Date Title
CN100489879C (en) Method, system and server for checking page data
CN107872484B (en) REST API rapid registration method, device and system
CN105099811B (en) Interface testing method and device
CN102799629B (en) WSDL (Web Services Description Language) file quality ensuring system and realizing method thereof
US7526490B2 (en) Method of and system for providing positional based object to XML mapping
CN100353733C (en) RSS message interactive processing method based on XML file
CN110059282A (en) A kind of acquisition methods and system of interactive class data
Corradini et al. Automated black‐box testing of nominal and error scenarios in RESTful APIs
CN102662966B (en) Method and system for obtaining subject-oriented dynamic page content
CN102880468B (en) Code intelligent prompting method and system for electronic control unit (ECU) program development
CN104063401B (en) The method and apparatus that a kind of webpage pattern address merges
CN101976188B (en) OpenApi data automatic loading system oriented to AJAX protocol
CN111966738B (en) System for automatically realizing back-end programming by selecting front-end configuration
CN103744987B (en) Video website media asset aggregation method and system based on DOM tree matching
CN101369272A (en) Auto-filling system and method for auto-filling registration or login information
CN102521232B (en) Distributed acquisition and processing system and method of internet metadata
CN104461531B (en) A kind of implementation method of reporting system SQL
CN111628975B (en) Method and device for assembling XML message
CN109324958B (en) REST unified verification method, device, equipment and readable storage medium
Mei et al. Data flow testing of service choreography
CN103902539B (en) Extensible markup analysis method and device
Bojinov RESTful Web API Design with Node. js 10: Learn to create robust RESTful web services with Node. js, MongoDB, and Express. js
Vassiliou-Gioles A simple, lightweight framework for testing RESTful services with TTCN-3
CN109285046A (en) A kind of electric business big data acquisition system based on business plug-in unit
Ricca et al. Detecting anomaly and failure in web applications

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20150520