java - WSDL2Java with CXF without annotations -


i have issue cxf , have been looking in doc did not find how it, missing something, beginner. trying generate stubs cxf can't find how without annotations.

from found on doc, there frontend use that, when trying use wsdl2java -fe "simple", can't find frontend. sure missing point here.

thanks

the "simple" frontend "java first" use cases develop/deploy services based on existing code may not have annotations.

for wsdl first, provide support jax-ws compatible interfaces, various databindings such jaxb (the default), xmlbeans, sdo, jibx, etc...

one of main reasons simple frontend cannot support various constructs in wsdl the jax-ws frontend can.


Comments