105 AbstractDataProviderRecordIterator
searchRecordsImpl(*hash<auto> where_cond, *hash<auto> search_options);
The Soap data provider base class.
Definition: SoapDataProviderBase.qc.dox.h:34
WebService webservice
The WebService object.
Definition: SoapDataProviderBase.qc.dox.h:39
WSOperation op
The operation object.
Definition: SoapDataProviderBase.qc.dox.h:42
The Soap data provider class.
Definition: SoapOperationDataProvider.qc.dox.h:34
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returned the response.
AbstractDataProviderRecordIterator searchRecordsImpl(*hash< auto > where_cond, *hash< auto > search_options)
Returns an iterator for zero or more records matching the search options.
*hash< string, AbstractDataField > record_type
If the request supports a list of hashes in the response and therefore the record API.
Definition: SoapOperationDataProvider.qc.dox.h:41
*hash< string, hash< DataProviderOptionInfo > > getApiOptions()
Returns API options for the current operation.
*hash< string, AbstractDataProviderType > getErrorResponseTypesImpl()
Returns a hash of error responses, if any.
*hash< string, AbstractDataField > getRecordTypeIntern()
Returns the description of the record type, if any.
string getName()
Returns the data provider name.
constructor(WebService webservice, *SoapClient soapclient, WSOperation op)
Creates the object from the arguments.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
SoapClient getSoapClient()
Returns a REST client for HTTP operations.
hash< DataProviderInfo > getInfo()
Returns data provider info.
*hash< string, AbstractDataField > getRecordTypeImpl(*hash< auto > search_options)
Returns the description of the record type, if any.
hash< auto > doRequestIntern(auto req, *hash< auto > options)
Makes a REST request and returns the response.
*SoapClient soapclient
The SOAP client object for API calls.
Definition: SoapOperationDataProvider.qc.dox.h:38
Qore SoapDataProvider module definition.
Definition: SoapDataProvider.qc.dox.h:32