Skip to Content
0
Jun 09, 2008 at 03:49 PM

** Transformation step - 1:n mapping error - BPM

26 Views

Hi friends,

In my BPM transformation step I am doing 1:n mapping. I created & tested the message mapping and Interface mapping for this. Its working fine there. But, while I put the payload, the message is not splitted. Instead only the first message is splitted.

Source Payload

-


<?xml version="1.0" encoding="UTF-8"?>

http://www.XYZ.com/ABCD/SDFunctions">

<row>

<PONO>5005</PONO>

<PODATE>2008-06-09</PODATE>

<VENDOR_CODE>0000100614</VENDOR_CODE>

<REFERENCE>PENA</REFERENCE>

<MATERIAL_CODE>100-00</MATERIAL_CODE>

<ORDER_QTY>1</ORDER_QTY>

</row>

<row>

<PONO>5006</PONO>

<PODATE>2008-06-09</PODATE>

<VENDOR_CODE>0000100614</VENDOR_CODE>

<REFERENCE>PENA-1</REFERENCE>

<MATERIAL_CODE>100-100</MATERIAL_CODE>

<ORDER_QTY>4</ORDER_QTY>

</row>

</ns0:PurchaseOrder>

-


But, only the message is splitted comes in SXMB_MONI with the following error.

-


HTTP response contains status code 500 with the description Timeout Error while sending by HTTP (error code: 500, error text: Timeout)</

-


What could be the problem ? Why second message is not splitted. Is it required to add any Receiver Determination step in ID ?

Kindly tell me, friends.

Thanking you.

Kind Regards,

Jeg P.