You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by sa...@apache.org on 2006/01/04 13:37:12 UTC

svn commit: r365903 - /incubator/synapse/trunk/java/src/org/apache/synapse/axis2/Axis2FlexibleMEPClient.java

Author: saminda
Date: Wed Jan  4 04:37:07 2006
New Revision: 365903

URL: http://svn.apache.org/viewcvs?rev=365903&view=rev
Log:
An Axis2 dependent code has to be corrected 

Modified:
    incubator/synapse/trunk/java/src/org/apache/synapse/axis2/Axis2FlexibleMEPClient.java

Modified: incubator/synapse/trunk/java/src/org/apache/synapse/axis2/Axis2FlexibleMEPClient.java
URL: http://svn.apache.org/viewcvs/incubator/synapse/trunk/java/src/org/apache/synapse/axis2/Axis2FlexibleMEPClient.java?rev=365903&r1=365902&r2=365903&view=diff
==============================================================================
--- incubator/synapse/trunk/java/src/org/apache/synapse/axis2/Axis2FlexibleMEPClient.java (original)
+++ incubator/synapse/trunk/java/src/org/apache/synapse/axis2/Axis2FlexibleMEPClient.java Wed Jan  4 04:37:07 2006
@@ -119,7 +119,7 @@
         OperationClient mepClient =
                 axisAnonymousOperation.createClient(sc, options);
         mepClient.addMessageContext(mc);
-        mepClient.execute(false);
+        mepClient.execute(true);
         MessageContext response = mepClient
                 .getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE);
         response.setProperty(MessageContext.TRANSPORT_OUT,



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