You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by as...@apache.org on 2008/07/14 06:24:28 UTC

svn commit: r676477 - /synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml

Author: asankha
Date: Sun Jul 13 21:24:28 2008
New Revision: 676477

URL: http://svn.apache.org/viewvc?rev=676477&view=rev
Log:
It seems like the transport Axis2 properties must be set at the "axis2" scope instead of "axis2-client"

Modified:
    synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml

Modified: synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml?rev=676477&r1=676476&r2=676477&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml (original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Sun Jul 13 21:24:28 2008
@@ -1308,12 +1308,6 @@
         Mercury2LastMessage - 'true' will make this the last message and
         terminate the sequence
       </li>
-    </ul>
-    <p>
-      There are some Axis2 client side properties/options that are useful which
-      are set at scope="axis2-client"
-    </p>
-    <ul>
       <li>
         FORCE_HTTP_1.0 - forces outgoing http/s messages to use HTTP 1.0
         (instead of the default 1.1)