Hi, no we use WSDL first Web Services.
I suspect @WSDLDocumentation to have somehow the same effect as http://www.w3.org/TR/wsdl#_documentation. We would like to display this documentation with the WSDL in a user friendly format. Pretty much lika a javadoc would do for java Code. Pascal 2014-02-06 Daniel Kulp <[email protected]>: > > On Feb 6, 2014, at 8:47 AM, Pascal Leclercq <[email protected]> > wrote: > > > Hi, > > > > we do have quite a lot of Webservices and we would like to publish user > > friendly infos on each of them. > > Is this a java first use case so that the wsdl is generated by CXF? If > so, you should try using the @WSDLDocumentation annotations that CXF > provides: > > http://cxf.apache.org/docs/annotations.html > > They can be used to enhance the WSDL’s with extra documentation nodes that > some tools can pick up and display to the users. > > Dan > > > > > > > > So far, we use ServletController.generateServiceList() but It doesn't > > display http://www.w3.org/TR/wsdl#_documentation in the WSDLs. > > > > > > We could customize org.apache.cxf.transport.servlet.ServletController to > > display more content (as suggested in an earlier thread) but before doing > > so I would like to know if there is a better solution. > > > > As alternative could be http://code.google.com/p/wsdl-viewer/ but the > > project looks like pretty much dead... > > > > > > Any suggestion would be pretty much appreciated. > > > > Thanks > > > > -- > > Pascal Leclercq > > -- > Daniel Kulp > [email protected] - http://dankulp.com/blog > Talend Community Coder - http://coders.talend.com > > -- Pascal Leclercq
