the tool WSDL2ws didn't support c language for bug
--------------------------------------------------
Key: AXISCPP-670
URL: http://issues.apache.org/jira/browse/AXISCPP-670
Project: Axis-C++
Type: Bug
Versions: 1.5 Final
Reporter: lijiansheng
Priority: Minor
There is a bug in file of WSDL2Ws.java in 1136 line.
Oringin is :
gen.generateWrappers(
null,
data.getOptionBykey("o"),
// data.getOptionBykey("l"),
data.getOptionBykey("i"),
data.getOptionBykey("s"),
data.getOptionBykey("w"));
It should be:
gen.generateWrappers(
null,
data.getOptionBykey("o"),
data.getOptionBykey("l"),
// data.getOptionBykey("i"),
data.getOptionBykey("s"),
data.getOptionBykey("w"));
--
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