Hi,
I have the case of incoming xml file in oracle B2B. Obviously I have to identify the fromPartner so that B2B could identify the agreement.
Ma question is : is there is any way that B2B could identify the partner from the content of an xml file (like we do in EDIFACT files from UNB segment) .
The file has like this structure and the ID of the partner is in the node //NotificationMessage/Entete/Sender
<NotificationMessage>
<Entete>
<NumeroMessage>3618</NumeroMessage>
<Sender>611SEND00100</Emetteur>
<Receiver>611RECI00100</Destinataire>
<DateMessage>2016-08-24T15:26:24</DateMessage>
<TypeMessage>UNM</TypeMessage>
<Fonction>R</Fonction>
</Entete>
<Integration>
<Etat>1</Etat>
<DateTraitement>2016-08-24T15:22:36</DateTraitement>
<MotifReject>Paiement intégré avec succès</MotifReject>
</Integration>
</NotificationMessage>