Generate WADL From Java Code Menu Option Disabled
I am running 12.0.3 on Mac OS (10.8.2) using Maven 3.x and CXF 2.7.2 JDK 1.6. I have enabled Facet WebServices to select CXF as its WS Engine. What am I missing? I thought CXF was able to generate a WADL?
请先登录再写评论。
You need to enable Restful facet as WADL correspond to JAX-RS while Web Services Facet corresponds to JAX-WS
Thanks