eb:PartyInfo
Identification of the sending and receiving parties of an ebMS 3.0 message.
Definition
eb:PartyInfo, a child of eb:UserMessage, contains eb:From and eb:To. Each holds one or more eb:PartyId (the party's identifier, qualified by a type attribute, e.g. a GLN or a Peppol identifier) and an eb:Role describing the role played in the exchange (e.g. a Buyer/Seller URI). This is the business-level logical addressing, distinct from the network endpoint.
Origin
Defined in section 5.2.2.3 of the OASIS Standard ebXML Messaging Services 3.0 Part 1: Core Features, OASIS, October 2007.
Example in context
<eb:PartyInfo><eb:From><eb:PartyId type="iso6523-actorid-upis">0088:7315458756324</eb:PartyId><eb:Role>…initiator</eb:Role></eb:From><eb:To>…</eb:To></eb:PartyInfo>
Related terms
- CollaborationInfo — the exchange's Service and Action.
- MessageInfo — neighbouring identification block.