Hi Vinay,
I Removed split value for for feature. I am getting id values in feature also. i want values to be populate in "id" field only.
<?xml version="1.0" encoding="UTF-8" ?>
-<ns1:DescribeConfigRequest xmlns:ns1="urn:ford/Describe">
<ns1:Catalogid="" />
-<ns1:Config>
-<ns2:Product xmlns:ns2="urn:ford/Common/DescribeModel">
<ns2:Feature id="BAYAA">BAYAA</ns2:Feature>
<ns2:Feature id="DWAA9">DWAA9</ns2:Feature>
<ns2:Feature id="IDBA9">IDBA9</ns2:Feature>
<ns2:Feature id="ABCD3">ABCD3</ns2:Feature>
</ns2:Product>
</ns1:Config>
-<ns1:ContentSets>
-<ns2:ContentSet xmlns:ns2="urn:ford/Common/DescribeModel" id="" targetType="">
<ns2:Itemtarget="" name="" />
</ns2:ContentSet>
</ns1:ContentSets>
</ns1:DescribeConfigRequest>