The ActiveGrid Data Service is a special service for making database calls. The
Data Service is different from other services in ActiveGrid Application because it does not have a
Service Definition or defined input and output messages.
The Data Service provides a variety of operations for manipulating data, including
save,
commit,
rollback,
delete and
insert. The
Data Service also includes the
getObject and
getObjects operations.
The getObject and
getObjects operations return a single complex type (
getObject) or a list of complex types (
getObjects).