Create a Webservice server

A Web service server is in charge of publishing services. It listens for incoming requests and executes the relevant service operation.

  1. Open the BA Diagram, right-click on the background of the diagram and select New>>Webservice Server. Optionally, specify a common namespace used for published services.
  2. Draw a relation from the Webservice Server to each Web Service or Form with Web Service entity that are to be connected to the Webservice Server. Service publication is done by creating the relations between the server entity and the form with service or service standalone entities.
  3. Select the Webservice Server and select Implement Webservice Server. Save and name the server in your project.