I will try to make the things clearer. My problem is not that I can't deploy WS. I am trying to remove the step 3 and 4 mentioned in my last post. Is there a way to deploy the WSDL files generated at step 2 in Axis 1.4? If I can deploy the axis-java2wsdl output directly to Axis then I will be able to simplify my development and it will be quicker too. I want my development steps to look like...
1. Implement the service in a
java class.
2. Generate WSDL with the axis-java2wsdl task.
3. deploy the service with the WSDL generated at the step 2.
Another point is that with my present method I need to edit the axis-wsdl2java generated .java files. The generated files are only null implementation. Though till now I need not edit the generated .wsdd files, I dont want to edit the java files too. I feel there must be ways available to use WSDLs(not WSDD) with Axis which is not in my knowledge.
Thanks.