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

A soap fault of "No Error" return

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.7.0
    • core/engine
    • None

    Description

      A soap fault with reason "No Error" return for certain errors at server side. The reason is that some times failures happen at server side but error code is not set for these. When at later times code see the status failure and call axutil_error_get_message() then it give the wrong message "No Error".
      To avoid this there are two solutions
      1. Whenever there is an error make sure to call set_error_code(). Fix this in the current code.
      2. Avoid using axutil_eror_get_message() function.

      Ideally the solution should be the first one. Two is only a temporary hack.

      Attachments

        Activity

          People

            Unassigned Unassigned
            damitha Damitha N.M. Kumarage
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: