/AWS1/CL_TRNAS2ASYNCMDNCONNCFG¶
Contains the configuration details for asynchronous Message Disposition Notification (MDN) responses in AS2 connectors. This configuration specifies where asynchronous MDN responses should be sent and which servers should handle them.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_url TYPE /AWS1/TRNURL /AWS1/TRNURL¶
The URL endpoint where asynchronous MDN responses should be sent.
it_serverids TYPE /AWS1/CL_TRNAS2ASYNCMDNSRVID00=>TT_AS2ASYNCMDNSERVERIDS TT_AS2ASYNCMDNSERVERIDS¶
A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.
Queryable Attributes¶
Url¶
The URL endpoint where asynchronous MDN responses should be sent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
ServerIds¶
A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERIDS() |
Getter for SERVERIDS, with configurable default |
ASK_SERVERIDS() |
Getter for SERVERIDS w/ exceptions if field has no value |
HAS_SERVERIDS() |
Determine if SERVERIDS has a value |