You could take a look at the class that sends the wsdl's/schemas back:
https://svn.apache.org/repos/asf/cxf/trunk/rt/core/src/main/java/org/apache/cxf/transport/http/WSDLQueryHandler.java

and probably modify that to meet whatever needs you have.

Dan



On Wednesday 13 August 2008 11:15:20 am ejoch wrote:
> Hello,
>
> I am using CXF 2.0.4, with Mule, to generate WSDLs from java interfaces
> (Jax-ws). Is there way for me to apply a stylesheet to the generated wsdl?
>
> Having previously using Spring-ws to generate WSDLs, I found applying a
> stylesheet was a useful way to transform an annotated WSDL into user
> documentation. So I wondered if there was some way to override/extend the
> wsdl generation to apply an XSL stylesheet?
>
> (this is obviously complicated by the presence of the Mule transport code
> in between the CXF code and the wsdl, but if I knew how to do this with
> standalone CXF I should be able to work out how to do it with Mule)
>
> thanks



-- 
Daniel Kulp
[EMAIL PROTECTED]
http://www.dankulp.com/blog

Reply via email to