I'm trying to find out how to deploy services using .wsdd descriptors in an application bundled up into a .war file. I can happily configure web.xml to get Axis to respond to the admin client, so I can deploy services using deploy.wsdd type files, but what I want to do is bundle the service definitions with the application so when its deployed on a server the services are there from the start.
Cheers Kevin