Tagged Questions
3
votes
2answers
4k views
Catching webservice exception with CXF: NoClassDefFoundError: SOAPFaultBuilder
I've been using Apache CXF wsdl2java generated code to call methods from a webservice for some time now, which so far has been working fine.. The problem I'm having is that when the webservice ...