Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Identify partner for a custom document

Yousra-85Apr 30 2019

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>

Comments
Post Details
Added on Apr 30 2019
0 comments
157 views