Helllo, I am using CXF 2.1.3 where the wsdl is dynamically generated on runtime from my service classes. My question is how to influence value of the attribute 'name' in wsdl:definitions. More precisely how to set it to a different value than name in the wsdl:service.
<wsdl:definitions name="Foo"> .. <wsdl:service name="Bar"> ... </wsdl:service> </wsdl:definitions> In my case Foo and Bar always have the same value (serviceName from the WebService annotation) Thanks, GR -- View this message in context: http://www.nabble.com/wsdl%3Adefinitions-name%3D%22Foo%22-tp24817734p24817734.html Sent from the cxf-user mailing list archive at Nabble.com.
