I am trying to automate the process of generating Axis proxies that expose Spring beans as webservices as part of my build process. Since the Axis proxies delegate to Spring beans, they are all very similar. I would also like to automate generation of the wsdd that references the appropriate endpoint rather than the default stub implementation that wsdl2java generates. Does anyone have any experience doing this as part of the build process?

Thanks,
Anthony