You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Samisa Abeysinghe (JIRA)" <ax...@ws.apache.org> on 2005/07/27 06:29:19 UTC

[jira] Assigned: (AXISCPP-670) the tool WSDL2ws didn't support c language for bug

     [ http://issues.apache.org/jira/browse/AXISCPP-670?page=all ]

Samisa Abeysinghe reassigned AXISCPP-670:
-----------------------------------------

    Assign To: Samisa Abeysinghe

> 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