HI All, All CXF generated service implementation classes contain annotations, for example:
@javax.jws.WebService(name = "MyService",
serviceName = "MySOAPService",
portName = "MySOAPPort",
targetNamespace = "http://www.test.com",
wsdlLocation = "file:./test.wsdl" ,
endpointInterface = "com.test.MyService")
Can these values be provided by an XML file instead of being hard-coded like
above?
Thanks,
--Jorge
