Hi, I need advice on how to use java2wsdl or other tools to generate XML schema from java class for operation parameters. I understand using java2wsdl, it will generate the schema for all the data type used as parameter for the operation. But I could not find a way to generate schema for any derived class types. For example, if I have a method doSomething( BaseType type). The generated schema will include schema for BaseType only. I need to handcraft the schema for devicedTypeA, devicedTypeB into the WSDL schema definition in order to pass deviceTypeA, deviceTypeB instances in doSomething operation at runtime.
Thanks for your time. -Bo
