You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2007/02/20 11:34:41 UTC

svn commit: r509499 - /webservices/axis2/trunk/c/modules/core/context/msg_ctx.c

Author: samisa
Date: Tue Feb 20 02:34:41 2007
New Revision: 509499

URL: http://svn.apache.org/viewvc?view=rev&rev=509499
Log:
Fixed the error caused by not initing the response SOAP envelope to NULL

Modified:
    webservices/axis2/trunk/c/modules/core/context/msg_ctx.c

Modified: webservices/axis2/trunk/c/modules/core/context/msg_ctx.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/context/msg_ctx.c?view=diff&rev=509499&r1=509498&r2=509499
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/msg_ctx.c (original)
+++ webservices/axis2/trunk/c/modules/core/context/msg_ctx.c Tue Feb 20 02:34:41 2007
@@ -216,6 +216,7 @@
     msg_ctx->transport_headers = NULL;
     msg_ctx->transfer_encoding = NULL;
     msg_ctx->transport_url = NULL;
+    msg_ctx->response_soap_envelope = NULL;
 
     msg_ctx->base = axis2_ctx_create(env);
     if (!(msg_ctx->base))



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