On Wednesday 16 June 2010 2:54:12 pm vijay.V wrote: > Hi > > Dan mentioned in of the messges saying we can generate the documention in > the wsdl files by using the org.apache.cxf.annotations.WSDLDocumentation > annotaion in the java code and in CXF site also they mentioed how to use > it. > > link for the documentation : http://cxf.apache.org/docs/annotations.html > > I am not seeing org.apache.cxf.annotations.WSDLDocumentation annotation > class being packaged with any of the jar files comes with CXF. > > could you please let me know from which jar file i can get this. > > Thanks > Vijay.V
It's marked as "Since 2.3" which means its only in the 2.3.0-SNAPSHOT versions right now. It's not released yet. See the Snapshots section at: http://cxf.apache.org/download.html -- Daniel Kulp [email protected] http://dankulp.com/blog
