38 const ProviderInfo = ...;
42 const ConstructorOptions = ...;
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
string getName()
Returns the data provider name.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
checkSoapClient(SoapClient soap)
Checks the SOAP client.
hash< auto > path_tree
hash of valid paths
Definition: SoapDataProvider.qc.dox.h:47
*SoapClient soapclient
The client object for API calls.
Definition: SoapDataProvider.qc.dox.h:35
WebService webservice
The SOAP schema.
Definition: SoapDataProvider.qc.dox.h:32
*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