Author: milinda
Date: Tue Apr 17 02:02:48 2007
New Revision: 529533

URL: http://svn.apache.org/viewvc?view=rev&rev=529533
Log:
change AXIS2_STRCMP to axutil_strcmp

Modified:
    
webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/ServiceSkeleton.xsl

Modified: 
webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/ServiceSkeleton.xsl
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/ServiceSkeleton.xsl?view=diff&rev=529533&r1=529532&r2=529533
==============================================================================
--- 
webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/ServiceSkeleton.xsl
 (original)
+++ 
webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/c/ServiceSkeleton.xsl
 Tue Apr 17 02:02:48 2007
@@ -170,7 +170,7 @@
                 <xsl:variable name="outputCapsType"><xsl:value-of 
select="output/param/@caps-type"/> </xsl:variable>
                 <xsl:variable name="outputtype"><xsl:value-of 
select="output/param/@type"/></xsl:variable>
 
-                if ( AXIS2_STRCMP(op_name, "<xsl:value-of 
select="@localpart"/>") == 0 )
+                if ( axutil_strcmp(op_name, "<xsl:value-of 
select="@localpart"/>") == 0 )
                 {
                     <xsl:for-each select="input/[EMAIL PROTECTED]'']">
                     input_val<xsl:value-of select="$position"/>_<xsl:value-of 
select="position()"/> = <xsl:choose>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to