cancel
Showing results for 
Search instead for 
Did you mean: 

n:1 transformation not working

Former Member
0 Kudos

I am using a n:1 transformation in a bpm. The output message however is getting only the first message entry of the the mutiple entries available in the input message. In the interface mapping and the message mapping I have configured the occurance in the source message as 0:unbounded and that for target message as 0:1. I tried to test the message mapping by uploading the input xml file and the output shows me just the first message.

Guidance from the forum members in resolving the problem will be greatly appreciated.

Thanking you

Regards

Vinay Rane

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hii Vinay,

Suppose ur input XML is as follows

<message> //1-1

<root> //1-1

<head> //0-unbounded

--

--

</head>

</root>

</message>

now ur target shud be -

<message> //1-1

<root> //0-unbounded

---

---

</root>

</message>

And mapping betwen the head of source and root of target..

This way it worked for me.. Hope it works for u too..

Regards,

Divya

Former Member
0 Kudos

Are you using a multiline object types where you have appended more then one message to as the source message in you BPM mapping step.

Regards

Daniel Graversen

Former Member
0 Kudos

Thank u Daniel for your response,

Yes I am using a multiline object type to collect the messages and then calling a transformation step before send step