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 da...@apache.org on 2005/12/28 10:38:51 UTC

svn commit: r359461 - /webservices/axis2/trunk/c/modules/core/description/src/op.c

Author: damitha
Date: Wed Dec 28 01:38:15 2005
New Revision: 359461

URL: http://svn.apache.org/viewcvs?rev=359461&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/core/description/src/op.c

Modified: webservices/axis2/trunk/c/modules/core/description/src/op.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/src/op.c?rev=359461&r1=359460&r2=359461&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/src/op.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/src/op.c Wed Dec 28 01:38:15 2005
@@ -909,7 +909,7 @@
         extensible_component->wsdl_component, env, MODULEREF_KEY);
     
     size = AXIS2_ARRAY_LIST_SIZE(collection_module, env);
-    if(AXIS2_TRUE != size)
+    if(AXIS2_SUCCESS != AXIS2_ERROR_GET_STATUS_CODE(*env->error))
     {
         return AXIS2_FAILURE;
     }