-l(c++|c) option is commented in the source code of WSDL2Ws in main method.
----------------------------------------------------------------------------
Key: AXISCPP-820
URL: http://issues.apache.org/jira/browse/AXISCPP-820
Project: Axis-C++
Type: Bug
Versions: 1.5 Final
Reporter: Sanjib Das
Priority: Minor
-l(c++|c) option is commented in the source code of WSDL2Ws in main method.
Instead of -l(c++|c) option it is considered as -i(c++|c).
Its not in sync with the latest document.
gen.generateWrappers(
null,
data.getOptionBykey("o"),
// data.getOptionBykey("l"),
data.getOptionBykey("i"),
data.getOptionBykey("s"),
data.getOptionBykey("w"));
Where in document
java WSDL2Ws [options] wsdl-file
Options
-l(c++|c) target language (c++|c) - default is c++
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira