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

When AXIS_OUT_PARAM comes with the basic types generating wrong code

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6 Alpha
    • None
    • WSDL processing - Doc
    • None

    Description

      When AXIS_OUT_PARAM is a basic type it’s put the asterisk in front of it.

      E.g.
      *OutValue0 = m_pCall->getElementAsInt("areaCode", 0);

      It should be -
      OutValue0 = m_pCall->getElementAsInt("areaCode", 0);

      Attachments

        1. ClientStubWriter.java
          40 kB
          Chinthana Dinapala

        Activity

          People

            dchandradasa Marcus Dushshantha Chandradasa
            cdinapala Chinthana Dinapala
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: