Author: ruwan
Date: Sun Jun 29 12:43:16 2008
New Revision: 672666

URL: http://svn.apache.org/viewvc?rev=672666&view=rev
Log:
Fixed the Configuration Language as per SYNAPSE-367 (fault mediator optionally 
marking the message as response)

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=672666&r1=672665&r2=672666&view=diff
==============================================================================
--- synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml 
(original)
+++ synapse/trunk/java/src/site/xdoc/Synapse_Configuration_Language.xml Sun Jun 
29 12:43:16 2008
@@ -1443,7 +1443,7 @@
     <h4>
       <a name="makefault" id="makefault">Makefault</a>
     </h4>
-<pre xml:space="preserve"> &lt;makefault [version="soap11|soap12|pox"]&gt;
+<pre xml:space="preserve"> &lt;makefault [version="soap11|soap12|pox"] 
[response="true|false"]&gt;
    &lt;code (value="literal" | expression="xpath")/&gt;
    &lt;reason (value="literal" | expression="xpath")&gt;
    &lt;node&gt;?
@@ -1457,7 +1457,9 @@
       header is set to the "Fault-To" of the original message if such a header
       exists on the original message. If a 'version' attribute is specified,
       the created fault message will be created as a selected SOAP 1.1, SOAP
-      1.2 or POX fault.
+      1.2 or POX fault. At the same time if you specify the optional response
+      attribute value as 'true' makefault will mark the mesage as a response
+      regardless of whether the message is a request or a response.
     </p>
     <p/>
     <h4>


Reply via email to