My vote is as follows:
1. main sequence and fault sequence
Option 2: Expect a <sequence key="main"....> and an <sequence key="fault"...> on the local registry, or remote registry if a local definition does not exist. If neither can be found, default to a <send> and <log> respectively.

2. Overall configuration - decide on the name of the main element, and noun vs verb usage Option 2: This is similar to a WSDL - but note that we are using the Synapse NS
<definitions xmlns="http://ws.apache.org/ns/synapse";>
   <registry../>
   <proxy..../>
   <sequence.../>
   <endpoint..../>
   ...
</definitions>

3. Element / Attribute naming
Option 1: <fooBar fooBar="xx"/>

4. Element name that defines a local registry entry that would override a remote registry entry with the same name
   <definitions ...>
         ...
         <entry>
         ...
   </definitions>

Pick one: entry


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to