[ http://issues.apache.org/jira/browse/AXISCPP-111?page=all ]

Fred Preston updated AXISCPP-111:
---------------------------------

    type: New Feature  (was: Improvement)

Because of the amount of code that would need to change, it is not an 
enhancement, more new feature because Axis would need to parse the SOAP message 
using the DOM rather than the SAX model and thus would need a significant 
re-write (see JIRA AXISCPP-117).

> Axis C++ doesn't support href/multiRef
> --------------------------------------
>
>          Key: AXISCPP-111
>          URL: http://issues.apache.org/jira/browse/AXISCPP-111
>      Project: Axis-C++
>         Type: New Feature

>   Components: Serialization
>     Versions: 1.2 Final
>  Environment: RedHat Linux 9
>     Reporter: Alexei Dets

>
> 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);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to