Message processing method and device
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- BEIJING JINGDONG ZHENSHI INFORMATION TECH CO LTD
- Publication Date
- 2021-03-16
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of computer technology, in particular to a method and device for processing messages. Background technique
[0002] At present, there are two main ways for JAVA language to publish services using WebService (a kind of Web application) technology:
[0003] 1) Use the wsimport tool of JDK (Java language software development kit) or the wsdl2java tool of Apacge CXF (open source Web Services framework) to generate classes, and publish services through the @WebService annotation of JDK;
[0004] 2) Use the wsdl4j tool or the java document tool to parse the wsdl description file and the soap message to obtain the SoapObject object, and then convert the SoapObject object into a business data object.
[0005] In the course of realizing the present invention, the inventor finds that there are at least the following problems in the prior art:
[0006] 1) Poor scalability: When the published WSDL or XSD description file is mod...