CEMRespondByDate Property

This property specifies the date by which the other party should respond.

Object Oriented Interface

public function getCEMRespondByDate($cemindex);
public function setCEMRespondByDate($cemindex, $value);

Procedural Interface

ipworksedi_as2sender_get($res, 22 , $cemindex);
ipworksedi_as2sender_set($res, 22, $value , $cemindex);

Default Value

''

Remarks

This property specifies the date by which the other party should respond. If the other party does not respond the new certificate may be used without any further notice. This property exists to assist the recipient in knowing when they should respond by. It does not guarantee a response by the specified date.

The format is of the XML standard dateTime type expressed in local time with UTC offset. For instance: "2005-08-31T00:21:00-05:00".

When using AS2Sender set this before calling SendCEMRequest.

When using AS2Receiver this property may be queried.

The $cemindex parameter specifies the index of the item in the array. The size of the array is controlled by the CEMCount property.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 PHP Edition - Version 20.0 [Build 8203]