[prev in list] [next in list] [prev in thread] [next in thread] 

List:       incubator-cvs
Subject:    [Incubator Wiki] Update of "Synapse/SynapseConfigurationLanguage" by
From:       Apache Wiki <wikidiffs () apache ! org>
Date:       2006-04-25 16:31:01
Message-ID: 20060425163101.23773.4600 () ajax ! apache ! org
[Download RAW message or body]

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Incubator Wiki" for change \
notification.

The following page has been changed by SanjivaWeerawarana:
http://wiki.apache.org/incubator/Synapse/SynapseConfigurationLanguage

------------------------------------------------------------------------------
  
  
  
- === Examples ===
+ == Examples ==
  
  The sample configuration presented below applies in the following hypothetical \
scenario. Assume that two web service endpoints exists, where registration requests \
could be processed. Requests may fall into Gold and Silver categories, and a \
specialized endpoint exists to process the Gold requests. If the Gold endpoint cannot \
be reached for whatever reason, requests should be processed via the Silver endpoint \
(i.e. failover).  
@@ -216, +216 @@

  {{{
    <synapse>
      <definitions>
-   
        <sequence name="registration_flow">
          <validate schema="http://registry/xsd/registration.xsd" \
source="//regRequest">  <on-fail>
@@ -252, +251 @@

        <endpoint name="gold_registration" address="http://gold/registration"/>
        <endpoint name="silver_registration" address="http://silver/registration"/>
    
-       <property>
-         <set-property name="reg_app" value="Registration Application"/>
+       <set-property name="reg_app" value="Registration Application"/>    
-       </property>
-       
-     <definitions>
+     </definitions>
    
      <rules>
        <switch source="synapse:get-property('to')">

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic