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 2006/10/27 07:40:16 UTC

svn commit: r468281 - /webservices/axis2/trunk/c/modules/core/clientapi/op_client.c

Author: damitha
Date: Thu Oct 26 22:40:15 2006
New Revision: 468281

URL: http://svn.apache.org/viewvc?view=rev&rev=468281
Log:
Fixed AXIS2C-308

Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/op_client.c

Modified: webservices/axis2/trunk/c/modules/core/clientapi/op_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/op_client.c?view=diff&rev=468281&r1=468280&r2=468281
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/op_client.c Thu Oct 26 22:40:15 2006
@@ -520,8 +520,7 @@
                 if (AXIS2_STRCMP(mep, AXIS2_MEP_URI_OUT_ONLY) == 0 ||
                         AXIS2_STRCMP(mep, AXIS2_MEP_URI_ROBUST_OUT_ONLY) == 0)
                 {
-                    return AXIS2_ERROR_GET_STATUS_CODE(env->error);
-                    /*return AXIS2_SUCCESS;*/
+                    return AXIS2_SUCCESS;
                 }
                 else
                     return AXIS2_FAILURE;



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