2

I using BizTalk to translate one message to potentially two different message types based on a value of a field in the input message.

I am looking for some guidance on how this can be achieved without using an orchestration (ideally I want a pure routing solution).

Is this possible with a custom XSLT inside a map?

tom redfern
  • 30,562
  • 14
  • 91
  • 126

1 Answers1

-1

I actually found out a way to do this by using BizTalk mapper to generate the multi-output schema template for me and then customising the generated XSLT.

Similar to what is described here but with multiple output schemas instead of input schemas.

Community
  • 1
  • 1
tom redfern
  • 30,562
  • 14
  • 91
  • 126