[ http://issues.apache.org/jira/browse/AXISCPP-111?page=comments#action_58360 ] John Hawkins commented on AXISCPP-111: --------------------------------------
This error is not visible in doc/lit (it does not support multi-ref. WS-I are moving away from rpc encoded and towards doc/lit. However, I do understand that people may wish to support "old" standards ;-) > Axis C++ doesn't support href/multiRef > -------------------------------------- > > Key: AXISCPP-111 > URL: http://issues.apache.org/jira/browse/AXISCPP-111 > Project: Axis-C++ > Type: Improvement > Components: Serialization/Deserialization > 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
