Create a standalone SOAP Web Service

The standalone service provides CRUD operations on specified business records (data sets).

There are two options to select from:
  • SOAP Web Service (.4ws)
  • SOAP Web Service from Database (.4ws)
  1. Create a new Web service.
    • From an open BA diagram, right-click on the background and select New from the context menu, then select from the types of Web Services.
    • Alternatively, select File > New > Genero BAM Desktop and look under the Sources section.
  2. Right-click on the service to implement it. Create the business records that you want to handle in the services.
  3. Save the file in your project. (This project can now be imported into a BA diagram using the Import Project Files to BA Diagram menu option.)
  4. Functionality properties can be set on each record to specify whether the services operation of add, update, delete and/or search should be generated.