LinkageError whilst trying to invoke CXF/SOAP webservice
问题 I have a project (say myproject) in which I have hosted a CXF RESTful service and CXF WS/SOAP service, and running on JBoss (6.0.0.FINAL). The RESTful interface is used by all of our internal systems, and the SOAP interface is used by the third party systems (as a callback interface) Following URLs are working fine. REST URL: http://localhost:8080/myproject/internal/someOperation ( content-type: application/json and POST body) SOAP WSDL: http://localhost:8080/myproject/cbsoap?wsdl Now my