<?php
/**
 * This file aims to show you how to use this generated package.
 * In addition, the goal is to show which methods are available and the first needed parameter(s)
 * You have to use an associative array such as:
 * - the key must be a constant beginning with WSDL_ from AbstractSoapClientBase class (each generated ServiceType class extends this class)
 * - the value must be the corresponding key value (each option matches a {@link http://www.php.net/manual/en/soapclient.soapclient.php} option)
 * $options = array(
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL => 'main.wsdl',
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_TRACE => true,
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_LOGIN => 'you_secret_login',
 * \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_PASSWORD => 'you_secret_password',
 * );
 * etc...
 */
require_once __DIR__ . '/vendor/autoload.php';
/**
 * Minimal options
 */
$options = array(
    \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_URL => 'main.wsdl',
    \WsdlToPhp\PackageBase\AbstractSoapClientBase::WSDL_CLASSMAP => ClassMap::get(),
);
/**
 * Samples for Get ServiceType
 */
$get = new \ServiceType\Get($options);
/**
 * Sample call for getBinData operation/method
 */
if ($get->getBinData() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCameraImages operation/method
 */
if ($get->getCameraImages() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getEvalMap operation/method
 */
if ($get->getEvalMap() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getIsBlocked operation/method
 */
if ($get->getIsBlocked() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getClearZoneId operation/method
 */
if ($get->getClearZoneId() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getX operation/method
 */
if ($get->getX() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getY operation/method
 */
if ($get->getY() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getZ operation/method
 */
if ($get->getZ() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCountIn operation/method
 */
if ($get->getCountIn() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCountOut operation/method
 */
if ($get->getCountOut() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCountingGateId operation/method
 */
if ($get->getCountingGateId() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getObj operation/method
 */
if ($get->getObj() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getBinaryData operation/method
 */
if ($get->getBinaryData() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getPos operation/method
 */
if ($get->getPos() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getMov operation/method
 */
if ($get->getMov() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getActivityState operation/method
 */
if ($get->getActivityState() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getValue operation/method
 */
if ($get->getValue() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getDigitalInputPort operation/method
 */
if ($get->getDigitalInputPort() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getErrorReason operation/method
 */
if ($get->getErrorReason() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getErrorText operation/method
 */
if ($get->getErrorText() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getErrorLogData operation/method
 */
if ($get->getErrorLogData() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getIpAddress operation/method
 */
if ($get->getIpAddress() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getFirmwareVersion operation/method
 */
if ($get->getFirmwareVersion() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCustomerVersion operation/method
 */
if ($get->getCustomerVersion() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getFillLevel operation/method
 */
if ($get->getFillLevel() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getFillRegionId operation/method
 */
if ($get->getFillRegionId() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getLostCount operation/method
 */
if ($get->getLostCount() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getExitTime operation/method
 */
if ($get->getExitTime() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getHeight operation/method
 */
if ($get->getHeight() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getExit operation/method
 */
if ($get->getExit() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getLogData operation/method
 */
if ($get->getLogData() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getMacAddress operation/method
 */
if ($get->getMacAddress() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCustomerID operation/method
 */
if ($get->getCustomerID() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getTaskType operation/method
 */
if ($get->getTaskType() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getNotificationID operation/method
 */
if ($get->getNotificationID() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getServerTaskID operation/method
 */
if ($get->getServerTaskID() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCallerTypeID operation/method
 */
if ($get->getCallerTypeID() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getTimestamp operation/method
 */
if ($get->getTimestamp() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCountNotification operation/method
 */
if ($get->getCountNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getFillNotification operation/method
 */
if ($get->getFillNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getDigitalInputNotification operation/method
 */
if ($get->getDigitalInputNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCameraImagesNotification operation/method
 */
if ($get->getCameraImagesNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getParameterNotification operation/method
 */
if ($get->getParameterNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getLogfilesNotification operation/method
 */
if ($get->getLogfilesNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getErrorLogfilesNotification operation/method
 */
if ($get->getErrorLogfilesNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getAliveNotification operation/method
 */
if ($get->getAliveNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCurrObjlistNotification operation/method
 */
if ($get->getCurrObjlistNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getHistObjlistNotification operation/method
 */
if ($get->getHistObjlistNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getStartupNotification operation/method
 */
if ($get->getStartupNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getClearZoneNotification operation/method
 */
if ($get->getClearZoneNotification() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getOsdState operation/method
 */
if ($get->getOsdState() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getId operation/method
 */
if ($get->getId() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getZone operation/method
 */
if ($get->getZone() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getDwell operation/method
 */
if ($get->getDwell() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getEntry operation/method
 */
if ($get->getEntry() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getParameterData operation/method
 */
if ($get->getParameterData() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getRebootType operation/method
 */
if ($get->getRebootType() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getDate operation/method
 */
if ($get->getDate() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getStart operation/method
 */
if ($get->getStart() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getCycle operation/method
 */
if ($get->getCycle() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Sample call for getRandomOffset operation/method
 */
if ($get->getRandomOffset() !== false) {
    print_r($get->getResult());
} else {
    print_r($get->getLastError());
}
/**
 * Samples for Set ServiceType
 */
$set = new \ServiceType\Set($options);
/**
 * Sample call for setBinData operation/method
 */
if ($set->setBinData($mixed) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCameraImages operation/method
 */
if ($set->setCameraImages($\Counter\PushService\BinaryDataType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setEvalMap operation/method
 */
if ($set->setEvalMap($\Counter\PushService\BinaryDataType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setIsBlocked operation/method
 */
if ($set->setIsBlocked($bool) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setClearZoneId operation/method
 */
if ($set->setClearZoneId($\Counter\PushService\ClearZoneIDType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setX operation/method
 */
if ($set->setX($x) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setY operation/method
 */
if ($set->setY($y) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setZ operation/method
 */
if ($set->setZ($z) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCountIn operation/method
 */
if ($set->setCountIn($countIn) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCountOut operation/method
 */
if ($set->setCountOut($countOut) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCountingGateId operation/method
 */
if ($set->setCountingGateId($\Counter\PushService\CountingGateIDType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setObj operation/method
 */
if ($set->setObj($\Counter\PushService\CurrentObjectType[]) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setBinaryData operation/method
 */
if ($set->setBinaryData($\Counter\PushService\BinaryDataType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setPos operation/method
 */
if ($set->setPos($\Counter\PushService\Coordinate3DType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setMov operation/method
 */
if ($set->setMov($\Counter\PushService\Coordinate2DType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setActivityState operation/method
 */
if ($set->setActivityState($bool) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setValue operation/method
 */
if ($set->setValue($value) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setDigitalInputPort operation/method
 */
if ($set->setDigitalInputPort($\Counter\PushService\DigitalInputElementType[]) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setErrorReason operation/method
 */
if ($set->setErrorReason($errorReason) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setErrorText operation/method
 */
if ($set->setErrorText($errorText) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setErrorLogData operation/method
 */
if ($set->setErrorLogData($\Counter\PushService\BinaryDataType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setIpAddress operation/method
 */
if ($set->setIpAddress($ipAddress) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setFirmwareVersion operation/method
 */
if ($set->setFirmwareVersion($firmwareVersion) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCustomerVersion operation/method
 */
if ($set->setCustomerVersion($customerVersion) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setFillLevel operation/method
 */
if ($set->setFillLevel($fillLevel) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setFillRegionId operation/method
 */
if ($set->setFillRegionId($\Counter\PushService\FillRegionIDType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setLostCount operation/method
 */
if ($set->setLostCount($lostCount) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setExitTime operation/method
 */
if ($set->setExitTime($\DateTime) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setHeight operation/method
 */
if ($set->setHeight($height) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setExit operation/method
 */
if ($set->setExit($\Counter\PushService\Coordinate3DType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setLogData operation/method
 */
if ($set->setLogData($\Counter\PushService\BinaryDataType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setMacAddress operation/method
 */
if ($set->setMacAddress($macAddress) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCustomerID operation/method
 */
if ($set->setCustomerID($customerID) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setTaskType operation/method
 */
if ($set->setTaskType($taskType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setNotificationID operation/method
 */
if ($set->setNotificationID($notificationID) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setServerTaskID operation/method
 */
if ($set->setServerTaskID($serverTaskID) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCallerTypeID operation/method
 */
if ($set->setCallerTypeID($callerTypeID) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setTimestamp operation/method
 */
if ($set->setTimestamp($\DateTime) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCountNotification operation/method
 */
if ($set->setCountNotification($\Counter\PushService\CountNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setFillNotification operation/method
 */
if ($set->setFillNotification($\Counter\PushService\FillNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setDigitalInputNotification operation/method
 */
if ($set->setDigitalInputNotification($\Counter\PushService\DigitalInputNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCameraImagesNotification operation/method
 */
if ($set->setCameraImagesNotification($\Counter\PushService\CameraImagesNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setParameterNotification operation/method
 */
if ($set->setParameterNotification($\Counter\PushService\ParameterNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setLogfilesNotification operation/method
 */
if ($set->setLogfilesNotification($\Counter\PushService\LogfilesNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setErrorLogfilesNotification operation/method
 */
if ($set->setErrorLogfilesNotification($\Counter\PushService\ErrorLogfilesNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setAliveNotification operation/method
 */
if ($set->setAliveNotification($\Counter\PushService\AliveNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCurrObjlistNotification operation/method
 */
if ($set->setCurrObjlistNotification($\Counter\PushService\CurrentObjectListNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setHistObjlistNotification operation/method
 */
if ($set->setHistObjlistNotification($\Counter\PushService\HistoricObjectListNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setStartupNotification operation/method
 */
if ($set->setStartupNotification($\Counter\PushService\StartupNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setClearZoneNotification operation/method
 */
if ($set->setClearZoneNotification($\Counter\PushService\ClearZoneNotificationType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setOsdState operation/method
 */
if ($set->setOsdState($osdState) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setId operation/method
 */
if ($set->setId($id) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setZone operation/method
 */
if ($set->setZone($zone) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setDwell operation/method
 */
if ($set->setDwell($dwell) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setEntry operation/method
 */
if ($set->setEntry($\Counter\PushService\Coordinate3DType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setParameterData operation/method
 */
if ($set->setParameterData($\Counter\PushService\BinaryDataType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setRebootType operation/method
 */
if ($set->setRebootType($rebootType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setDate operation/method
 */
if ($set->setDate($\Counter\PushService\DateType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setStart operation/method
 */
if ($set->setStart($\Counter\PushService\ClockTimeType) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setCycle operation/method
 */
if ($set->setCycle($\DateInterval) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Sample call for setRandomOffset operation/method
 */
if ($set->setRandomOffset($\DateInterval) !== false) {
    print_r($set->getResult());
} else {
    print_r($set->getLastError());
}
/**
 * Samples for Add ServiceType
 */
$add = new \ServiceType\Add($options);
/**
 * Sample call for addToObj operation/method
 */
if ($add->addToObj($\Counter\PushService\CurrentObjectType) !== false) {
    print_r($add->getResult());
} else {
    print_r($add->getLastError());
}
/**
 * Sample call for addToDigitalInputPort operation/method
 */
if ($add->addToDigitalInputPort($\Counter\PushService\DigitalInputElementType) !== false) {
    print_r($add->getResult());
} else {
    print_r($add->getLastError());
}
/**
 * Samples for Isset ServiceType
 */
$isset = new \ServiceType\_Isset($options);
/**
 * Sample call for issetObj operation/method
 */
if ($isset->issetObj($int|string) !== false) {
    print_r($isset->getResult());
} else {
    print_r($isset->getLastError());
}
/**
 * Sample call for issetDigitalInputPort operation/method
 */
if ($isset->issetDigitalInputPort($int|string) !== false) {
    print_r($isset->getResult());
} else {
    print_r($isset->getLastError());
}
/**
 * Samples for Unset ServiceType
 */
$unset = new \ServiceType\_Unset($options);
/**
 * Sample call for unsetObj operation/method
 */
if ($unset->unsetObj($int|string) !== false) {
    print_r($unset->getResult());
} else {
    print_r($unset->getLastError());
}
/**
 * Sample call for unsetDigitalInputPort operation/method
 */
if ($unset->unsetDigitalInputPort($int|string) !== false) {
    print_r($unset->getResult());
} else {
    print_r($unset->getLastError());
}
/**
 * Samples for Notificationmessage ServiceType
 */
$notificationmessage = new \ServiceType\Notificationmessage($options);
/**
 * Sample call for notification_message operation/method
 */
if ($notificationmessage->notification_message($xml) !== false) {
    print_r($notificationmessage->getResult());
} else {
    print_r($notificationmessage->getLastError());
}
