I have a granular set of web services. Each type of web service has it¹s own wsdl in a particular package.
I use wsdl2java it generates my java classes in their particular packages. Each of these generated web services has a deploy and undeploy wsdd file. Using org.apache.axis.utils.Admin, I can generate a server-config.wsdd file by passing in a deploy.wsdd file as a parameter. But wait.....I have multiple deploy.wsdd files. Every time I call org.apache.axis.utils.Admin it overwrites my server-config.wsdd file and I lose my other web services. Am I doing something wrong here? Why can I pass multiple deploy.wsdd files to the Admin class when doing so will overwrite the file and therefore only create the server-config.wsdd file for the last deploy.wsdd. Am I missing something? Can I not have granular web services without manual editing of the server-config file??? ------ End of Forwarded Message
