EDI Integrator 2016 PHP Edition
EDI Integrator 2016 PHP Edition
Questions / Feedback?

CEMResponseURL Property

This property defines the URL to which the response should be sent.

Object Oriented Interface

public function getCEMResponseURL($cemindex);
public function setCEMResponseURL($cemindex, $value);

Procedural Interface

inedi_as2sender_get($res, 23 , $cemindex);
inedi_as2sender_set($res, 23, $value , $cemindex);

Default Value

''

Remarks

This property defines the URL to which the response should be sent.

When using AS2Sender set this property before calling SendCEMRequest. This tells the recipient where to send the response.

When using AS2Receiver query this property to determine the URL where the response should be sent.

The size of the array is controlled by the CEMCount property.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 PHP Edition - Version 16.0 [Build 7240]