What is the difference between web service aggregation and business process aggregation?

Freya

New member
Web services are typically application programming interfaces (API) or web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services. (wikipedia)

A business process or business method is a collection of related, structured activities or tasks that produce a specific service or product (serve a particular goal) for a particular customer or customers. It often can be visualized with a flowchart as a sequence of activities.

The definitions are different but why sometimes people use "web service aggregation" and business process aggregation" interchangeably?
 
Back
Top