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 na...@apache.org on 2007/07/24 06:48:21 UTC

svn commit: r558927 - /webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c

Author: nandika
Date: Mon Jul 23 21:48:20 2007
New Revision: 558927

URL: http://svn.apache.org/viewvc?view=rev&rev=558927
Log:
fix for svc_client not receiving fault

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

Modified: webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c?view=diff&rev=558927&r1=558926&r2=558927
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c Mon Jul 23 21:48:20 2007
@@ -1241,7 +1241,7 @@
                     binary_data_map);
         }
 
-        if (soap_envelope && content_type)
+        if (soap_envelope)
         {
             /* hack to get around MTOM problem */
             axiom_soap_body_t *soap_body =



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