This document mainly talks about the summary of the four publishing methods of WebService; CXF and spring are currently the most popular way to build webservice. However, it is rumored that cxf and jdk1.5 are somewhat incompatible. I have not encountered it. The problem I encountered is that cxf and jdk1.5 are not compatible. was6.1.1 is not compatible, which is reflected in the fact that the jar package "wsdl4j-1.6.2.jar" necessary for cxf reports an error. The error reported is: java.lang.IncompatibleClassChangeError. It is an obvious incompatibility problem with the jar package. It is a headache. Later, I searched for information. The solution I found was to create a was shared library for the above jar package, which can be solved. However, the customer manager Zhou did not want to use this method because he needed to modify the was, so he switched to the axis2 method, which will be introduced below. This issue is recorded here. You need to pay attention when using cxf and was in the future! ! Interested friends can come and take a look
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn