EBPartyInfo Type
This type defines information about the party.
Remarks
The fields define information about the respective party. This is used to define both sending and receiving party information.
Fields
Id String |
The Id of the party. This value is required. This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:PartyInfo/eb:From/eb:PartyId" |
IdType String |
The optional type of the Id. If specified this value should be the domain to which the Id belongs. This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:PartyInfo/eb:From/eb:PartyId@type" |
Role String |
This field specifies the role of the party. This may be any value agreed upon by the trading partners. In AS4From this specified the role of the party sending the document. The default value is "http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/initiator". In AS4To this specifies the role of the party receiving the document. The default value is "http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/responder". This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:PartyInfo/eb:From/eb:Role" |
Constructors
public EBPartyInfo();
Public EBPartyInfo()
public EBPartyInfo(string id, string role);
Public EBPartyInfo(ByVal Id As String, ByVal Role As String)
public EBPartyInfo(string id, string role, string idType);
Public EBPartyInfo(ByVal Id As String, ByVal Role As String, ByVal IdType As String)