Troubleshooting XML to JSON Conversion: Mapping the Parent Record for Proper Format
Scenario When attempting to convert XML to JSON format using the map in the BizTalk send port, I encountered an issue. The output I received was not in the expected format. Please note that the XML format would be then converted to the corresponding JSON format by means of a JSON encoder. Expected format < Order > < CustomerPO > 1234 </ CustomerPO > < DeliveryDate > 0610202312:00 </ DeliveryDate > < OrderSource > Sales Order </ OrderSource > < LineItems > < LineItem > < ItemNumber > 1111 </ ItemNumber > < OrderQuantity > 2 </ OrderQuantity > < UnitOfMeasure > CASE </ Unit...