[ http://issues.apache.org/jira/browse/AXISCPP-670?page=all ]
Samisa Abeysinghe closed AXISCPP-670:
-------------------------------------
Fix Version: 1.6 Alpha
Resolution: Fixed
This has been fixed in the latest C++ code. Please tyr wih a fresh CVS checkout
or a nightly build.
> 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
> Assignee: Samisa Abeysinghe
> Priority: Minor
> Fix For: 1.6 Alpha
>
> 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