$propertyArr = array();
$propertyArr[] = new SoapVar(
(object)['name' => 'Birthday', 'value' => '1999-01-01T00:00:00'],
SOAP_ENC_OBJECT,
'Property',
'core');
$propertyArr[] = new SoapVar(
(object)['name' => 'Duration', 'value' => '0001-01-01T00:30:00'],
SOAP_ENC_OBJECT,
'Property',
'core');