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 na...@apache.org on 2007/02/05 06:43:55 UTC

svn commit: r503557 - /webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c

Author: nandika
Date: Sun Feb  4 21:43:54 2007
New Revision: 503557

URL: http://svn.apache.org/viewvc?view=rev&rev=503557
Log:
compilation error fixed

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c?view=diff&rev=503557&r1=503556&r2=503557
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c Sun Feb  4 21:43:54 2007
@@ -1450,6 +1450,8 @@
 {
     axiom_soap_envelope_t *soap_env = NULL;
     axiom_soap_body_t *soap_body = NULL;
+    axiom_element_t *body_child = NULL;
+    axiom_node_t *body_child_node = NULL;
 
     AXIS2_ENV_CHECK(env, NULL);
     AXIS2_PARAM_CHECK(env->error, msg_ctx, NULL);
@@ -1465,9 +1467,6 @@
                 AXIS2_FAILURE);
         return NULL;
     }
-
-    axiom_element_t *body_child = NULL;
-    axiom_node_t *body_child_node = NULL;
 
     body_child = axiom_element_create_with_qname(env, NULL,
             AXIS2_OP_GET_QNAME(AXIS2_MSG_CTX_GET_OP(msg_ctx, env),



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