41 const ProviderInfo = ...;
45 const ConstructorOptions = ...;
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
string getName()
Returns the data provider name.
checkSoapClient(SoapClient soap)
Checks the SOAP client.
hash< auto > path_tree
hash of valid paths
Definition SoapDataProvider.qc.dox.h:50
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*SoapClient soapclient
The client object for API calls.
Definition SoapDataProvider.qc.dox.h:38
WebService webservice
The SOAP schema.
Definition SoapDataProvider.qc.dox.h:35
*AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
constructor(*hash< auto > options)
Creates the object from constructor options.
constructor(WebService webservice, *SoapClient soapclient)
Creates the object from the arguments.
Qore SoapDataProvider module definition.
Definition SoapDataProvider.qc.dox.h:26
const AppName
The application name for SOAP servers.
Definition SoapDataProvider.qc.dox.h:28