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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]