|
Home > Archive > BizTalk Server Orchestration > May 2004 > How to handle multiple schemas in orch?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to handle multiple schemas in orch?
|
|
| Karthik 2004-03-18, 2:00 pm |
| I'm dealing with a scenario in which I'll receive 2 different messages(off 2
different schemas).
But then the Header section's 'messageType' node should tell the orch that
the inbound message is of which type.
How could I configure the Orch such that its smart enough to handle this
situation?
I cant opt mapping, cos the schemas are pretty complex.
I know for sure that there is a way to do this. But I dont have a best
solution to go with it.
Some input would be appreciated.
Thanks,
Karthik
| |
|
| Hi Karthik,
One of the solution is to use a message agonstic port to receive an
XmlDocument type of message. Thus you don't care about the message type
while receiving the message. In your orchestration you use XPath to
determine type of document.
HTH,
VJK.
|
|
|
|
|