CRUD form with Web Service entity
A CRUD form and SOAP Web Service or CRUD form and JSON Web Service entity generates the code for a CRUD form (a GUI doing create, read, update and delete functionality using a direct connection to a database) and the code for a single standalone Web Service (doing create, read, update and delete functionality using Web service requests.)
There is no relation between the form and standalone Web service, however you can use the same object in two different situations: to display a CRUD form and to define a Web Service.
The object files can be opened and edited in Form Designer.
Properties
The Type property is set to "FormWebService" for a CRUD Form with SOAP Web Service entity, and "FormWebServiceJSON" for a CRUD Form with JSON Web Service entity.
The Service Name property must be set, otherwise the Web Service will not execute. The Comment property is optional.
The other properties of the standard CRUD Form entity also apply.