Please,
When I added an Axis Ant task (war) to my build file it told me I needed the "webxml" atttribute. Upon looking this up I found that it is the URL of the deployment descriptor, so I added the URL for the WSDL2Java-generated 'deploy.wsdd'.
I know this is wrong, but what I don't know is how to generate/write the web.xml deployment decriptor.
Will someone please tell me why 2 deployment descriptors and what the difference is?
Also, if the WSDD is not the deployment descriptor, why is it generated as such?
Please help,
Jason