We want to setup an inbound HTTP interface that can accept multiple XML messages, all of a different type and be able to route to the appropriate mapping based on some element in the XML, most likely the opening tag name that contains the message name. This is necessary because our partner can only accept one URL to send different XML messages to so we need a way to branch accordingly in XI.
I would like to see this work similar to the /invoke/wm.tn/receive listener that webMethods uses to accept inbound messages from partners. You can send any message type to it and it knows how to route accordingly. Is there an easy way to replicate this feature in XI?