0

I have 3 schemas which gives response as One,Two and Three respectively.

I have another schema which contains One,Two and Three as elements.

Is there any possible way to map these as the follows?

Say ResultSchema is the one which contains all the other output schemas as elements.

One ----> ResultSchema->One
Two ----> ResultSchema->Two
Three ----> ResultSchema->Three.

This is just like objects as properties of another object.

Midhun Mathew
  • 2,147
  • 8
  • 28
  • 45
  • 1
    Possible duplicate of [Creating BizTalk map with multiple input schema](http://stackoverflow.com/questions/929518/creating-biztalk-map-with-multiple-input-schema) – Dan Field Feb 01 '16 at 13:42
  • (Yes, you can, see the linked question for how) – Dan Field Feb 01 '16 at 13:42

0 Answers0