Author: upul Date: Wed Jan 16 03:42:57 2008 New Revision: 612426 URL: http://svn.apache.org/viewvc?rev=612426&view=rev Log: doc - configuration updates
Modified: webservices/synapse/branches/1.1.1/src/site/resources/Synapse_Configuration_Language.html Modified: webservices/synapse/branches/1.1.1/src/site/resources/Synapse_Configuration_Language.html URL: http://svn.apache.org/viewvc/webservices/synapse/branches/1.1.1/src/site/resources/Synapse_Configuration_Language.html?rev=612426&r1=612425&r2=612426&view=diff ============================================================================== --- webservices/synapse/branches/1.1.1/src/site/resources/Synapse_Configuration_Language.html (original) +++ webservices/synapse/branches/1.1.1/src/site/resources/Synapse_Configuration_Language.html Wed Jan 16 03:42:57 2008 @@ -494,7 +494,7 @@ on messages sent to an endpoint using the enableRM, enableSec and enableAddressing elements. Optionally, the WS-RM and WS-Security policies could be specified using the 'policy' attributes.</p> -<pre><address uri="endpoint-address" format="soap11|soap12|pox|get" [optimize="mtom|swa"]> +<pre><address uri="endpoint-address" [format="soap11|soap12|pox|get"] [optimize="mtom|swa"]> <enableRM [policy="key"]/>? <enableSec [policy="key"]/>? <enableAddressing/>? @@ -611,11 +611,11 @@ with the optional 'transports' attribute.</p> <p>You can give a list of synapse server names where this proxy service -should be deployed using 'pinnedServers' attribute.� It takes the server -names separated by comma or space character. If there is no pinned server -list then proxy service will be started in all server instances.� If a pinned -server names list is given it will only start in the given named Synapse -server instances. The Synapse server name picked up from the system property +should be deployed using 'pinnedServers' attribute. It takes the server names +separated by comma or space character. If there is no pinned server list then +proxy service will be started in all server instances. If a pinned server +names list is given it will only start in the given named Synapse server +instances. The Synapse server name picked up from the system property 'SynapseServerName', failing which the hostname of the machine would be used or default to 'localhost'. You can give a name to a Synapse server instance as ./synapse.sh -DSynapseServerName=<ServerName> or by editing the @@ -641,6 +641,36 @@ <p></p> +<p>You can give the following as service parameters:</p> + +<table border="0" cellpadding="0" cellspacing="0" style="width: 100%" +class="data-table"> + <caption></caption> + <tbody> + <tr> + <th>Parameter</th> + <th>Value</th> + <th>Default</th> + <th>Description</th> + </tr> + <tr> + <td>useOrignalWSDL</td> + <td>true|false</td> + <td>false</td> + <td>Use the given WSDL instead of generating the WSDL.</td> + </tr> + <tr> + <td>modifyUserWSDLPortAddress</td> + <td>true|false</td> + <td>true</td> + <td>(Effective only with useOriginalWSDL=true) If true (default) modify + the port addresses to current host.</td> + </tr> + </tbody> +</table> + +<p></p> + <p>Transport specific parameters that may be set as service parameters:</p> <table border="0" cellpadding="0" cellspacing="0" style="width: 100%" @@ -671,7 +701,7 @@ <td></td> <td>Optional</td> <td>transport.jms.DestinationType</td> - <td>The JMS destination� type. Accept values 'queue' or 'topic'� + <td>The JMS destination type. Accept values 'queue' or 'topic' (default: queue)</td> </tr> <tr> @@ -1143,7 +1173,7 @@ </connection> <statement> <sql>select something from table where something_else = ?</sql> - <parameter [value="" | expression=""] type="int|string"/>* + <parameter [value="" | expression=""] type="CHAR|VARCHAR|LONGVARCHAR|NUMERIC|DECIMAL|BIT|TINYINT|SMALLINT|INTEGER|BIGINT|REAL|FLOAT|DOUBLE|DATE|TIME|TIMESTAMP"/>* <result name="string" column="int|string"/>* </statement>+ </dblookup></pre> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]