InterviewSolution
Saved Bookmarks
| 1. |
Explain what you mean by flow service. |
|
Answer» Flow services are services written in the webMethods flow LANGUAGE. With a flow service, you can encapsulate a sequence of services into a SINGLE service and manage the data flow between them. Example: Suppose, for example, you created a flow service that ACCEPTS PURCHASE orders from buyers and executes the following SERIES of services before submitting them to your internal ordering system:
|
|