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 sa...@apache.org on 2006/07/12 18:40:21 UTC

svn commit: r421314 - /webservices/axis2/trunk/c/modules/core/transport/http/sender/http_transport_sender.c

Author: samisa
Date: Wed Jul 12 09:40:21 2006
New Revision: 421314

URL: http://svn.apache.org/viewvc?rev=421314&view=rev
Log:
Fixed problems that were related to SOAP version when using MTOM

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

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/http_transport_sender.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/http_transport_sender.c?rev=421314&r1=421313&r2=421314&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/http_transport_sender.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/http_transport_sender.c Wed Jul 12 09:40:21 2006
@@ -253,6 +253,8 @@
         xml_writer = NULL;
         return AXIS2_FAILURE;
     }
+
+    AXIOM_OUTPUT_SET_SOAP11(om_output, env, AXIS2_MSG_CTX_GET_IS_SOAP_11(msg_ctx, env));
    if(NULL != epr)
    {
         if (AXIS2_STRCMP(AXIS2_WSA_NONE_URL_SUBMISSION, AXIS2_ENDPOINT_REF_GET_ADDRESS(epr, env)) == 0 || 



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