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"> <makefault [version="soap11|soap12|pox"]> +<pre xml:space="preserve"> <makefault [version="soap11|soap12|pox"] [response="true|false"]> <code (value="literal" | expression="xpath")/> <reason (value="literal" | expression="xpath")> <node>? @@ -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>