i have to publish orchestration as web service but with multiple operations
now i have 2 options
either
use listen shape with multiple receive shapes to receive different schema in single orchestration
or
use multiple orchestrstion for different schemas (coz business logic is different for each input schema) n then publish as single web service.
now i need to know which 1 is better in performance.
Thanks.
Hi,
I would recommend you go with option #2 for better performance, as you will have fewer persistence points.
Good luck.
"Google skills are more important than your coding skills."