Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
Java-SCA-M2
-
None
-
None
Description
It is currently possible to use the WSDL2Java tooling to do each of:
- start w/ doc-lit-wrapped WSDL and generate a wrapper-style Java mapping
- start w/ doc-lit-nonwrapped WSDL and generate a non-wrapper-style Java mapping
However it is not possible to start w/ doc-lit-wrapped WSDL and generate a non-wrapper-style Java mapping.
You might want to do this in order to work with the input as a single SDO rather than having the individual child elements appear on the Java signature.