Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 93657 invoked from network); 20 Jul 2004 21:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Jul 2004 21:12:18 -0000 Received: (qmail 26017 invoked by uid 500); 20 Jul 2004 21:12:18 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 25922 invoked by uid 500); 20 Jul 2004 21:12:18 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 25909 invoked by uid 99); 20 Jul 2004 21:12:18 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 20 Jul 2004 14:12:14 -0700 Received: (qmail 1195 invoked from network); 20 Jul 2004 21:13:39 -0000 Received: from localhost (HELO nagoya) (127.0.0.1) by nagoya.betaversion.org with SMTP; 20 Jul 2004 21:13:39 -0000 Message-ID: <1349513282.1090358019525.JavaMail.apache@nagoya> Date: Tue, 20 Jul 2004 14:13:39 -0700 (PDT) From: axis-c-dev@ws.apache.org To: axis-c-dev@ws.apache.org Subject: [jira] Created: (AXISCPP-111) Axis C++ doesn't support href/multiRef Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/AXISCPP-111 Here is an overview of the issue: --------------------------------------------------------------------- Key: AXISCPP-111 Summary: Axis C++ doesn't support href/multiRef Type: Bug Status: Unassigned Priority: Major Project: Axis-C++ Components: Serialization/Deserialization Versions: 1.2 Final Assignee: Reporter: Alexei Dets Created: Tue, 20 Jul 2004 2:12 PM Updated: Tue, 20 Jul 2004 2:12 PM Environment: RedHat Linux 9 Description: Axis C++ doesn't understand SOAP requests (and replies) that use . 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); --------------------------------------------------------------------- JIRA INFORMATION: 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