Why is nit necessary to have coordination in web services?
because interactions are more complex than simple invocations. It is necessary to coordinate sets of activities or applications distributed or running on different platforms using local coordinators.
Generic Protocol handlers
It’s the module that implements a specific coordination protocol. It includes protocol-specific logic. It is mostly applicable to horizontal protocols (like transactions)> The handler can realize complete support with no intervation from the web service or it can join the web service to realize the support
SEARCH FOR MORE
QUESTIONS