GetTPInfo Method

Gets the profile of the specified partner as a XML TPInfo.

Syntax

ANSI (Cross Platform)
char* GetTPInfo(const char* lpszpartnerOrganization);

Unicode (Windows)
LPWSTR GetTPInfo(LPCWSTR lpszpartnerOrganization);
- (NSString*)getTPInfo:(NSString*)partnerOrganization;
#define MID_AS2PROFILEMGR_GETTPINFO 5

IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_AS2ProfileMgr_Do(void *lpObj, int methid, int cparam, void *param[], int cbparam[], int64 *lpllVal);

Remarks

If the parameter partnerOrganization is "self", GetTPInfo returns a XML string representing the "self" profile otherwise it returns a XML string of partner profile. These strings can be directly fed to AS2Sender and AS2Receiver using the method SetTPInfo.

Error Handling (C++)

This method returns a String value; after it returns, call the GetLastErrorCode() method to obtain its result code; 0 indicates success, while a non-zero error code indicates that this method encountered an error during its execution. If an error occurs, the GetLastError() method can be called to retrieve the associated error message.

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