Author: asankha
Date: Wed Nov 1 22:21:27 2006
New Revision: 470244
URL: http://svn.apache.org/viewvc?view=rev&rev=470244
Log:
Addressing handler is now updated and this workaround is not required anymore
Modified:
incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
Modified:
incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
URL:
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java?view=diff&rev=470244&r1=470243&r2=470244
==============================================================================
---
incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
(original)
+++
incubator/synapse/trunk/java/modules/core/src/org/apache/synapse/core/axis2/Axis2FlexibleMEPClient.java
Wed Nov 1 22:21:27 2006
@@ -102,9 +102,6 @@
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]