Uploaded image for project: 'Axis2-C'
  1. Axis2-C
  2. AXIS2C-637

Generated code for axis2_svc_skel_servicename_init function adds operation names to func_array without duplicating the string

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • 1.0.0
    • None
    • wsdl2c tool
    • None

    Description

      For example following is how the generated code adds an operation name to the func_array.

      axutil_array_list_add(svc_skeleton->func_array, env, "buy");

      since array_list keeps only a shallow copy to the operation name "buy" and when this string is created in the stack it cannot be accessible.

      Attachments

        Activity

          People

            xydinesh Dinesh Weerapurage
            manjula peiris Manjula Peiris
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: