RAD Studio (Common)
ContentsIndex
PreviousUpNext
SOAP Data Module Wizard

FileNewOtherDelphi ProjectsWeb ServicesSOAP 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.  
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!