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 di...@apache.org on 2006/12/09 23:50:43 UTC

svn commit: r485079 - /webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c

Author: dinesh
Date: Sat Dec  9 14:50:42 2006
New Revision: 485079

URL: http://svn.apache.org/viewvc?view=rev&rev=485079
Log:
echo skeleton, mistakenly checked in, this is the original one

Modified:
    webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c

Modified: webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c?view=diff&rev=485079&r1=485078&r2=485079
==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c (original)
+++ webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c Sat Dec  9 14:50:42 2006
@@ -93,12 +93,7 @@
      * To see how to deal with multiple impl methods, have a look at the
      * math sample.
      */
-	if (AXIS2_MSG_CTX_GET_IS_SOAP_11 (msg_ctx, env))
-	{
-		AXIS2_ERROR_SET_STATUS_CODE (env->error, AXIS2_FAILURE);
-		AXIS2_ERROR_SET_MESSAGE (env->error, "Not Handling SOAP11 request \n");
-		return NULL;
-	}
+
     return axis2_echo_echo(env, node);
 }
 



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