EDIData Property

This property contains the EDI payload of the transmission.

Object Oriented Interface

public function getEDIData();
public function setEDIData($value);

Procedural Interface

ipworksedi_as2sender_get($res, 32 );
ipworksedi_as2sender_set($res, 32, $value );

Default Value

''

Remarks

This property contains the EDI payload of the transmission.

In a receiver, this property will only be populated if IncomingDirectory and EDIOutputStream have not been specified and ParseRequest finishes without an error, setting ScanResult to 0. If so, Data will contain the full decrypted text of the EDI message.

The EDI message to send.

This property is not available at design time.

Data Type

Binary String

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