Skip to Content
0
Former Member
Jan 05, 2012 at 12:07 PM

Target Xml

29 Views

Hello every one,

I have just done a file to file Scenario

Actually the requirement is my trading partner want target xml like shown below

<?xml version="1.0" ?>

- <ACKNOWLEDGE_DELIVERY_001>

- <CNTROLAREA>

- <BSR>

<VERB value="ACKNOWLEDGE">ACKNOWLEDGE</VERB>

<NOUN value="DELIVERY">DELIVERY</NOUN>

<REVISION value="001">001</REVISION>

</BSR>

But for me after i have done the whole scenario it is comming like shown below

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

- commscope.com/ALUespares/AckDelivery">

- <ACKNOWLEDGE_DELIVERY_001>

- <CNTROLAREA>

- <BSR>

<VERB value="ACKNOWLEDGE">ACKNOWLEDGE</VERB>

<NOUN value="DELIVERY">DELIVERY</NOUN>

<REVISION value="001">001</REVISION>

</BSR>

You might have noticed the difference between the two xml

The Message Type and Name Space part as shown below should not come according to requirement

- commscope.com/ALUespares/AckDelivery">

Can any one please help me ho do i do that

Regards

Swetha

Edited by: swethaXI on Jan 5, 2012 1:14 PM