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
Had similar problem when we're switching from Ant to Maven. We use Sun JDK 1.6u20.
We've missed these libraries in maven-assembled war's:
jaxws-api jaxws-rt jaxws-tools
After adding them all works as it had worked before. Hope this will help someone!