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 tha
There are two interesting things about that stack trace:
1) It is having problems finding an SAAJ implementation. Probably adding saaj-impl.jar to the classpath might resolve that.
2) It's not using CXF at all. It's using the Sun JAX-WS reference implementation that's built into the jre. Thus, it looks like the cxf jars aren't being picked up at all.