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/12/19 03:36:24 UTC

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

Author: samisa
Date: Mon Dec 18 18:36:23 2006
New Revision: 488507

URL: http://svn.apache.org/viewvc?view=rev&rev=488507
Log:
Fixed addressing being sent in SOAP 1.1 response when request did not use addressing.
AXIS2C-470

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=488507&r1=488506&r2=488507
==============================================================================
--- 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 Mon Dec 18 18:36:23 2006
@@ -308,7 +308,7 @@
         }
         AXIS2_FREE(env->allocator, mime_boundary);
     }
-    AXIS2_MSG_CTX_SET_WSA_ACTION(msg_ctx, env, soap_action_header);
+
     AXIS2_MSG_CTX_SET_SOAP_ACTION(msg_ctx, env, soap_action_header);
     AXIS2_MSG_CTX_SET_TO(msg_ctx, env, axis2_endpoint_ref_create(env,
             request_uri));



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