CEMResponseURL Property

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

Syntax

ANSI (Cross Platform)
char* GetCEMResponseURL(int iCEMIndex);
int SetCEMResponseURL(int iCEMIndex, const char* lpszCEMResponseURL); Unicode (Windows) LPWSTR GetCEMResponseURL(INT iCEMIndex);
INT SetCEMResponseURL(INT iCEMIndex, LPCWSTR lpszCEMResponseURL);
- (NSString*)CEMResponseURL:(int)cEMIndex;
- (void)setCEMResponseURL:(int)cEMIndex:(NSString*)newCEMResponseURL;
#define PID_AS2SENDER_CEMRESPONSEURL 23

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2Sender_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2Sender_CheckIndex(void *lpObj, int propid, int arridx);

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 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 C++ Edition - Version 20.0 [Build 8203]