I am currently working on a Web Service client using CXF without Spring configuration files.
It works pretty well but I cannot figure out how to set the binding Soap
Easiest is probably to just stick an annotation on the interface of:
@BindingType(SOAPBinding.SOAP12HTTP_BINDING)