SOAP Data Module Wizard
Go Up to File Menu
File > New > Other > Delphi Projects > Web Services > SOAP Server Data Module
Use this dialog box to add a SOAP data module to a Web Service application. A SOAP data module allows a Web Service application to export database information as a Web Service. Client datasets on the client application can display and update this database information.
Item | Description |
---|---|
Module Name |
Enter the base name of a TSoapDataModule descendant that your application creates. It is also the base name of the interface for that class. For example, if you specify the class name MyDataServer, the wizard creates a new unit declaring TMyDataServer, a descendant of TSoapDataModule, which implements IMyDataServer, a descendant of IAppServerSOAP. |