Posts

Showing posts from November 13, 2013

SOA FAQ

What is singleton Property in SOA?       In the clustered environment when the processing of the message should happen via only one SOA managed server, then the property singleton needs to be defined at the adapter level.          What is a pick activity? Can I have a pick activity with no onMessage branch?         Pick activity picks the messages from service (Source) which has multiple operations or the BPEL process needs to receive the messages from multiple source system. Pick activity should have at least on Message branch.       What is a flow activity? What is a flowN activity and how does it leverages the flow activity? F   Flow activity is used, when parallel execution of the flow is needed and to use this property “non blocking invoke should be set as true “at the partner link level and no. of execution of parallel flow is defined and static. Where as in Flown the no. of execution of parallel flow is not static and it is determined d