Description
When a WSDL file is passed to schema compiler it should iterate any WSDL imports and compile the schemas from them.
Since the WSDL file is importing another WSDL with a potential schema block, it is useful to generate the types from the imports since they are probably referenced in the WSDL (why else import them)....
This could be an option to SchemaCompiler, a flag for turning this feature on and off for backward compatibility....
Attachments
Issue Links
- relates to
-
AXIS2-3923 I am using axis2 1.4. I have problem creating service from wsdl using wsdl2java. It does not support nested wsdl:import. WSDL is distributed into several files and each wsdl imports another WSDL and so on...
- Resolved