You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by na...@apache.org on 2006/10/16 08:32:25 UTC

svn commit: r464395 - /webservices/axis2/trunk/c/tools/codegen/src/templates/c/ServiceSkeleton.xsl

Author: nandika
Date: Sun Oct 15 23:32:25 2006
New Revision: 464395

URL: http://svn.apache.org/viewvc?view=rev&rev=464395
Log:
fixing jira AXIS2C-325

Modified:
    webservices/axis2/trunk/c/tools/codegen/src/templates/c/ServiceSkeleton.xsl

Modified: webservices/axis2/trunk/c/tools/codegen/src/templates/c/ServiceSkeleton.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/src/templates/c/ServiceSkeleton.xsl?view=diff&rev=464395&r1=464394&r2=464395
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/src/templates/c/ServiceSkeleton.xsl (original)
+++ webservices/axis2/trunk/c/tools/codegen/src/templates/c/ServiceSkeleton.xsl Sun Oct 15 23:32:25 2006
@@ -192,7 +192,7 @@
                                     <xsl:when test="@ours">
                                        AXIS2_<xsl:value-of select="@caps-type"/>_PARSE_OM(ret_val<xsl:value-of select="$position"/>, env, NULL );
                                     </xsl:when>
-                                    <xsl:otherwise>ret_val;</xsl:otherwise>
+                                    <xsl:otherwise>ret_val<xsl:value-of select="$position"/>;</xsl:otherwise>
                                     </xsl:choose>
                               return ret_node;
                            </xsl:for-each>



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