You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/09/15 23:45:16 UTC

svn commit: r446746 - /incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp

Author: jsdelfino
Date: Fri Sep 15 14:45:15 2006
New Revision: 446746

URL: http://svn.apache.org/viewvc?view=rev&rev=446746
Log:
Changed name of generated return element from 'data' to 'return'

Modified:
    incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp

Modified: incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp?view=diff&rev=446746&r1=446745&r2=446746
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/extensions/ws/service/axis2c/src/tuscany/sca/ws/WSServiceProxy.cpp Fri Sep 15 14:45:15 2006
@@ -366,7 +366,7 @@
                         /*
                          * This code deals with returning xsd:any elements
                          */
-                        DataObjectList& l = outputDataObject->getList("data");
+                        DataObjectList& l = outputDataObject->getList("return");
                         Operation::ParameterType resultType = operation.getReturnType();
                         switch(resultType)
                         {



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org