Web Service entity
A SOAP Web Service or JSON Web Service entity generates a web service with its CRUD operations, but with no accessible form. CRUD operations are used to Create, Read, Update, and Delete data from a database.
It includes one global read operation that reads all records in once and one global create operation that creates all records at once.
The XML representation of a SOAP Web Service entity is a .4ws file. The XML representation of a JSON Web Service entity is a .4wsj file.
See the topic Introduction to Web services in the Genero Business Development Language User Guide for more information on Web Services concepts.
Properties
The Type property is set to "WebService" for a SOAP Web Service entity, and "WebServiceJSON" for a JSON Web Service entity.
The Service Name property must be set, otherwise the Web Service will not execute. The Comment property is optional.