cancel
Showing results for 
Search instead for 
Did you mean: 

Problem In Mapping

Former Member
0 Kudos

Hi Geeks,

I m working on File (XML ) to SOAP Scenario through BPM .In Bpm i m using a transformation step which converts from one source structure to 3 diff target structure.( One has the pay load and rest two have constant values ( this will be generated any how ) .The problem i m facing is the first structure which should holds the pay load is not getting generated, so the interface is getting failed in block 2.

Below is the Source Text view of the message structure

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

<ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">

<ns0:Message1>

<ns1:MT_PromoNumber xmlns:ns1="http://pricemanagement.southernwine.com">

<PromoNumber>

<PromoNumber_rec/>

</PromoNumber>

</ns1:MT_PromoNumber>

</ns0:Message1>

</ns0:Messages>

Test Data :

<?xml version="1.0" encoding="ISO-8859-1"?>

<ns1:PromoNumber xmlns:ns1="http://pricemanagement.southernwine.com">

<PromoNumber>

<PromoNumber_rec><![CDATA[FLA,85371 ,85371 ,F]]></PromoNumber_rec>

</PromoNumber>

</ns1:PromoNumber>

Additional Info :

While testing through tree mode in mapping test all three target structure's are generated , while using XML tress through source text view only two are generated.

Thanks,

Karthik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I recreated the scenario again and it worked .

Thanks,

Karthik