On Thursday 21 October 2010 4:37:57 am almo wrote: > The question is about the WSDL creation. When using Eclipse for creating > JAX-WS, does CXF create the WSDL locally (with locally I mean within CXF > runtime)?? and if I want to bind a WS-Policy attachment /WS-Policy (own > created) to a WSDL during generation time, where exactly in CXF code am I > supposed to look??
Well, with 2.3, you could use the @Policy annotation to attach policy fragments to the SEI and Operations and such. Dan > > The thing is, I am working in a project to create a tool which helps > developers create their own QoS WS-Policies and automatically bind it to > the WSDL. > > Thanks -- Daniel Kulp [email protected] http://dankulp.com/blog
