Scott has posted an interesting example: a webservice that accepts any type of XML Document, which will be send to a single BizTalk receive port. Afterwards you can process the XML Document in an orchestration for example. Cool stuff, I can defenitly imagine some scenarios where this would be useful! With this web service you don't need to have a special web service for each type of InfoPath form you want to submit to BizTalk for example.
2 Comments
Thanks EROL www.mysps.info
I am not into biztalk, but I wonder where the selfdescribing part of this webservice is? In this case all service facades could have only one method: Handle(xml).