Author: asankha
Date: Mon Nov 20 23:41:31 2006
New Revision: 477543
URL: http://svn.apache.org/viewvc?view=rev&rev=477543
Log:
addressing handler is not updated as we expected a few commits back.. so
reverting back to the previous behaviour until this is not required anymore
Modified:
incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
Modified:
incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java?view=diff&rev=477543&r1=477542&r2=477543
==============================================================================
---
incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
(original)
+++
incubator/synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
Mon Nov 20 23:41:31 2006
@@ -102,6 +102,9 @@
axisOutMsgCtx.setConfigurationContext(serviceCtx.getConfigurationContext());
axisOutMsgCtx.setServerSide(false); // this will become a client
+ // set SOAP envelope on the message context, removing WS-A headers
+ axisOutMsgCtx.setEnvelope(removeAddressingHeaders(axisOutMsgCtx));
+
// get a reference to the DYNAMIC operation of the Anonymous Axis2
service
AxisOperation axisAnonymousOperation = anoymousService.getOperation(
new QName(AnonymousServiceFactory.DYNAMIC_OPERATION));
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]