IEC 61499 series mapped on
RESTFUL

General desciption of RESTFUL:

From https://en.wikipedia.org/wiki/Representational_state_transfer: Representational state transfer (REST) is a software architectural style that describes a uniform interface between physically separate components, often across the Internet in a Client-Server architecture.(...) REST has been employed throughout the software industry and is widely accepted as a set of guidelines for creating stateless, reliable web APIs. A web API that obeys the REST constraints is informally described as RESTful.

No additional information available