Skip to Content
0
Former Member
Jun 29, 2009 at 11:42 AM

Problem: Merging same Files into 1 File using BPM, Receiver File empty.

27 Views

Hi All,

I am trying a scenario where I need to merge two similar files into one single file (Append) using BPM

I am following the same structure as defined in the predifined BASIS Namespace i.e. http://sap.com/xi/XI/System/Patterns for Integration Process BpmPatternCollectPayloads. The only thing I changed is that inside my loop I am having a container dat counts till 2.

Now when m testing d interface, the file @ reciver directory is generating, but without any data i.e an empty xml is generating. PI is also not showing any error anywhere.

My Message mapping structure is as follows:

Sender Side:

<Message> (1..1)

<Message1> (1..1)

<MT_myMessageType> (0..unbounded)

<Records> (1..1)

<Id(Used for correlation)> (1..1)

<Name> (1..1)

<Address> (1..1)

Receiver Side:

<Message> (1..1)

<Message1> (1..1)

<MT_myMessageType> (1..1)

<Records> (0..Unsbounded)

<Id(Used for correlation)> (1..1)

<Name> (1..1)

<Address> (1..1)

Can anyone plz help me.