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

Axis C++ doesn't support href/multiRef

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.2 Final
    • None
    • Serialization
    • None
    • RedHat Linux 9

    Description

      Axis C++ doesn't understand SOAP requests (and replies) that use <multiRef>. This automatically makes it incompatible, for example, with Axis Java because it uses multiRef by default.

      If it is not possible to fix this issue quickly then this issue should be very well documentated and probably it should contain instructions how to switch off multiRefs usage in Axis Java (it is possible). I'm sure that this is a very common source of problems.

      For example, if I have an Axis C++ server & an Axis Java client than it is necessary to add to the client something like:
      ((org.apache.axis.client.Stub)port)._setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dets Alexei Dets
              Votes:
              4 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: