Public Member Functions | |
doRequest (oxOnlineLicenseCheckRequest $oRequest) | |
Public Attributes | |
const | WEB_SERVICE_URL = 'https://olc.oxid-esales.com/check.php' |
const | XML_DOCUMENT_NAME = 'olcRequest' |
Protected Member Functions | |
_formEmail ($oRequest) | |
_getXMLDocumentName () | |
_getServiceUrl () | |
Private Attributes | |
$_sResponseElement = 'olc' |
Class makes call to given URL address and sends request parameter.
Definition at line 11 of file oxonlinelicensecheckcaller.php.
oxOnlineLicenseCheckCaller._formEmail | ( | $ | oRequest | ) | [protected] |
Removes serial keys from request and forms email body.
oxOnlineLicenseCheckRequest | $oRequest |
Reimplemented from oxOnlineCaller.
Definition at line 49 of file oxonlinelicensecheckcaller.php.
oxOnlineLicenseCheckCaller._getServiceUrl | ( | ) | [protected] |
Gets service url.
Reimplemented from oxOnlineCaller.
Definition at line 113 of file oxonlinelicensecheckcaller.php.
oxOnlineLicenseCheckCaller._getXMLDocumentName | ( | ) | [protected] |
Gets XML document name.
Reimplemented from oxOnlineCaller.
Definition at line 103 of file oxonlinelicensecheckcaller.php.
oxOnlineLicenseCheckCaller.doRequest | ( | oxOnlineLicenseCheckRequest $ | oRequest | ) |
Performs Web service request
oxOnlineLicenseCheckRequest | $oRequest Object with request parameters |
oxException |
Definition at line 35 of file oxonlinelicensecheckcaller.php.
oxOnlineLicenseCheckCaller.$_sResponseElement = 'olc' [private] |
Definition at line 25 of file oxonlinelicensecheckcaller.php.
const oxOnlineLicenseCheckCaller.WEB_SERVICE_URL = 'https://olc.oxid-esales.com/check.php' |
Online License Key Check web service url.
Definition at line 15 of file oxonlinelicensecheckcaller.php.
const oxOnlineLicenseCheckCaller.XML_DOCUMENT_NAME = 'olcRequest' |
XML document tag name.
Definition at line 18 of file oxonlinelicensecheckcaller.php.