To add a TSoapDataModule component to your application, choose FileNewOther and select SOAP Server Data Module from the WebServices page of the new items dialog. The SOAP data module wizard appears.
You must supply a class name for your SOAP data module. This is the base name of a TSoapDataModule descendantthat 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!
|