Generating Single WSDL file for Multiple classes
问题 We are using "Bottom Up" approach for building webservices. We have 10 java classes which we want to expose as a webservice. How can we create only one WSDL file for these classes? ( java2wsdl utility & its Ant task takes only one class as parameter for generating WSDL file.) 回答1: I am not sure if you will find any tool which could take multiple java classes and generate one WSDL for them. You could generate WSDLs for each service and then combine them manually by copying the relevany vomplex