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

Problems with Stub::setTransportProperty

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      The exception processing in Call::setTransportProperty is not in Stub::setTransportProperty. Stub::setTransportProperty should just call Call::setTransportProperty instead of SOAPTransport::setTransportProperty. Also the message is new[]'ed in Call but delete'd in AxisGenException. This will fail on Linux, where it should be delete[]'ed.

      Attachments

        Issue Links

          Activity

            People

              whitlock Mark Whitlock
              whitlock Mark Whitlock
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: