IPWorks EDI 2020 Python Edition

Questions / Feedback?

cem_response_url Property

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

Syntax

def get_cem_response_url(cem_index: int) -> str: ...
def set_cem_response_url(cem_index: int, value: str) -> None: ...

Default Value

""

Remarks

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

When using AS2Sender set this property before calling on_send_cem_request. 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 cem_index parameter specifies the index of the item in the array. The size of the array is controlled by the cem_count property.

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