ProtocolSettings

 

Important

Microsoft Azure BizTalk Services (MABS) is being retired, and replaced with Azure Logic Apps. If you currently use MABS, then Move from BizTalk Services to Logic Appsprovides some guidance on moving your integration solutions to Logic Apps.

If you're brand new to Logic Apps, then we suggest getting started here:

A ProtocolSettings entity is an abstract entity that defines the protocol settings common to X12 and AS2 protocols. The X12ProtocolSettings and AS2ProtocolSettings entities derive from the ProtocolSettings entity. The ProtocolSettings entity cannot be instantiated. You must instead instantiate X12ProtocolSettings or AS2ProtocolSettings.

  • ProtocolSettings Entity Properties

ProtocolSettings Entity Properties

Property

Type

Description

ID

Int

Specifies a unique ID for the protocol settings. This value is auto-generated.

Name

String

Required. Specifies a unique name for the protocol settings. This must not be more than 256 characters.

ProtocolName

String

Required. Set this to X12 for an X12 agreement or AS2 for an AS2 agreement. This value must not be more than 50 characters and is case-insensitive.

BusinessProfile

BusinessProfile

A navigation property that references the business profile to which the protocol settings belong.

OnewayAgreement

OnewayAgreement

A navigation property that references the agreement with which the protocol settings is associated.

Considerations

A ProtocolSettings entity must be associated with a BusinessProfile, AgreementAsSender, or AgreementAsReceiver.

See Also

TPM OM API: Exposed Entities and Properties