| Stephen W. Thomas 2005-07-26, 5:53 pm |
| Hello.
You can apply maps on both the Receive Ports and Send Port… as well as
inside the Orchestrations. Just right click on a Receive Port (not the
location), go to Edit. You will see Inbound Maps. You would add the maps
your want to run here.
You will also need to make sure you use the Xml Disassembler pipeline
component. Otherwise, the MessageType property needed for mapping would not
be promoted and your messages would not map.
You can have multiple maps on a single Port. So if you receive message A
and message B on the same port they can both be mapped using different maps.
Hope this helps.
Stephen W. Thomas
http://www.biztalkgurus.com
"gavkel" wrote:
> Hi all
>
> Just a quick bit of advice - Ive to do a simple transform on an
> incoming xml file to a another xml format. Planning on using XSLT
> through a map. Do I need to call this through an orchestration? Seems a
> bit heavy...
>
> Can anyone advise me on the best way to do this?
>
> Thanks
>
>
|