EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

GetTPInfo Method

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

Syntax

[VB.NET]
Public Function GetTPInfo(ByVal partnerOrganization As String) As String
[C#]
public string GetTPInfo(string partnerOrganization);

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.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]