Is it possible via CXF and it’s associated tools, to create one service interface class with one implementation class and simply annotate that interface so that it can be accessed via standard SOAP/WSDl as well as REST(XML/JSON) all by just annotating the same interface class?
Thanks…
