Hi,
I'm new for Biztalk 2006, and have the issue needs to fix.
I received an order and the order detail has same information such as line number, part number. However it has different serial number. How I can put the serail number in one section?
For instance:
Instead, it should be like:
However, the quantity might change to 3 or 4 with 3 or 4 serial numbers. Thanks for the help.
You have 2 possibilities:
1. Create a custom receive pipeline where you recreate the new message in code
2. Map the incoming message to schema A. Create a schema B that covers you solution file. Create a map where you use custom xslt to map the data from your incoming schema A to your schema B.
Regards
ps If you want some sample code, just give me a sign