Context - I'm trying to get Axis to generate WSDL without running a servlet container.
>>One option would be to use Java2WSDL. But I found that it doesn't read >>the WSDD: instead you have to pass all the namespace configuration, >Java2WSDL should contain command line parameters (and ant tags) for >all relevant configuration information. For example, one can specify >mappings between java classes and xml namespaces. >What particular wsdd capability do you find missing? I believe you when you say Java2WSDL has all the options that are in WSDD. But they're in a different form. I have a complex WSDD file with all my configuration; I really don't want to replicate that data in another format. I suppose I could write a "WSDD2Java2WSDLCommandLine" tool, but that seems awfully silly.