Uploaded image for project: 'Axis-C++'
  1. Axis-C++
  2. AXISCPP-820

-l(c++|c) option is commented in the source code of WSDL2Ws in main method.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.5 Final
    • 1.6 Alpha
    • None
    • None

    Description

      -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+

      Attachments

        Activity

          People

            Unassigned Unassigned
            sanjibdas Sanjib Das
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: