I had these questions in mind when I was trying synapse and asked Ashanka.
Since these are general questions I am posting it on the list as per Asnkhas
request so everybody else can benifit from the answers.
1. Do we support TCP as a transport in synapse? I assume that we can switch
between any transport supported by axis2
2. if I want to do simple camparisons on an element value, is script
mediators the best ? like use e4x or ruby etc...
Can I use beanshell bcos now are using the beanscripting framework? (I
figured the answer for this, but still posting it for the benifit of others)
here is an example of what I want to do.
<transaction>
<amount>36533</amount>
<time>10.44</time>
</transaction>
What I like to do is if amount > 1000 then follow a particular sequence or
if time is between a particular vale (say 11.30pm and 6.00 am) then follow
a particular sequence
3. If I do headers and synapse takes care of converting it to the correct
header type based on the out going message format right?
like if it's soap it becomes a soap header, if it's POX it becomes a
HTTP header and if JMS, it's a JMS header ..etc
Thanks a lot for your help.
Regards,
Rajith