Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Architecture Question › Re: Architecture Question
Actually we are doing it in a generic catch all orchestration, we dont know the schema at all, because it is recieving messages on behalf of all the biztalk projects deployed. So we'd have a pass thru pipeline, with XmlDocument as the data type of the incoming message. My question was can we parse such a message inside the generic orchestration, we dont its schema, dont know how many tags are in there, what we know is the root node name, and that there is a service tag name in there, whose value we need to decide further processing?
Also I'd like to know from experts out there, that how if we not go for this generic orchestration, but rather deal this routing to right orchestration in the facade web service, in which we have service based queue pairs for each biztalk project, web service routes to appropriate queue after examining the service name passed to it. As the projects in biztalk grow the queue pairs would also grow, and perhaps would be difficult to manage. I'd like to see your thoughts on it…
Regards,
Sajid.