Daniel Kulp created CXF-4287:
--------------------------------
Summary: Modify -validate flag of wsdl2java to allow turning off
all validation
Key: CXF-4287
URL: https://issues.apache.org/jira/browse/CXF-4287
Project: CXF
Issue Type: Improvement
Components: Tooling
Affects Versions: 2.6
Reporter: Daniel Kulp
Assignee: Daniel Kulp
Fix For: 2.6.1
Currently, even if -validate is not specified, CXF still does some very basic
validation, mostly around WSI-BP compliance. It would be good if we could
even turn that off. There are some wsdl's that may not work in that case, but
certain operations may.
The stuggestion would be to change -validate to -validate[=all|basic|none]
where -validate=basic is equivalent to what we do today with no -validate
switch (and would remain the default if no -validate switch). -validate and
-validate=all would be equivalent (and equal to -validate today), and
-validate=none would turn off everything we can.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira