ProfileID | String The partner ID for the partner in the network. |
CorporationName | String The name of the corporation. The value can be a string from 1-64 characters. |
OrgUnit | String The name of the organizational unit within the corporation. The value can be any string from 1-64 characters. |
Type | String The type of software the partner uses to connect to your network. The value can be one of the following: TNServer (webMethods Trading Networks) TNPartner (webMethods for Partners) Browser (web browser) Other |
Self? | Object Indicates if the partner profile represents the Enterprise profile (the host of the trading network). Self? is a com.wm.data.Boolean and can have one of the following values: true false |
Status | String The status of the partner in your Integration Server. The value can be either Active or Inactive. |
RemoteStatus | String Not currently used. |
PreferredProtocol | String The delivery protocol that the partner prefers for documents. Valid values are: ftp1 - Primary FTP ftp2 - Secondary FTP http1 - Primary HTTP http2 - Secondary HTTP https1 - Primary HTTPS https2 - Secondary HTTPS smtp1 - Primary Email smtp2 - Secondary Email <null> Polling <name of the delivery method that you created> - The delivery method that you created using the delivery protocols that Trading Networks provides. |
PollingProtocol | String The delivery protocol the partner uses to poll for documents on your Integration Server. Valid values are: http1 - Primary HTTP http2 - Secondary HTTP https1 - Primary HTTPS https2 - Secondary HTTPS |
TNVersion | String The version of Trading Networks that the partner uses. The data type of the variable Value in
wm.tn.rec:Field is java.lang.String. |
Deleted? | Object Whether the partner has been marked as deleted. Deleted? is a com.wm.data.MBoolean. |
TimeToWait | Object The number of milliseconds you want Trading Networks to wait before making its first attempt to redeliver a document (if the original attempt to deliver the document fails). The data type of the variable Value in
wm.tn.rec:Field is java.lang.Short. (Trading Networks uses TimeToWait along with RetryFactor to calculate how long to wait for subsequent retry attempts.) |
RetryLimit | Object If the delivery of a document to the partner fails, how many times Trading Networks is to retry to deliver the document. The data type of the variable Value in
wm.tn.rec:Field is java.lang.Short. |
RetryFactor | Object The factor Trading Networks should use when calculating how long to wait before making the second and subsequent attempts to redeliver the document. Trading Networks calculates the time to wait by multiplying the last wait time by retryFactor. Specify a whole number greater than zero for RetryFactor. The data type of the variable Value in
wm.tn.rec:Field is java.lang.Integer. |
ProfileGroups | String List The names of the partner groups of which the partner is a member. |
RoutingStatusOff? | String Whether document delivery is suspended for the partner. Valid values are: true - Delivery is suspended for the partner. false - Delivery is not suspended for the partner. This is the default. |