Web Service entities Use BAM entities to add SOAP or JSON Web services Web Service entityA 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.CRUD form with Web Service entityA 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.)Zoom form with Web Service entityA Zoom form and SOAP Web Service or Zoom form and JSON Web Service entity generates the code for a Zoom form (a GUI supporting read operations only using a direct connection to a database) and the code for a single standalone Web Service (doing read operations only using Web service requests.)Web Service Server entityA SOAP Web Service Server or JSON Web Service Server entity contains the main logic to publish services. It listens for incoming requests and executes the relevant service operation.