I knew of three techniques for creating generic service on-ramps into BizTalk, but last night learned of a fourth.
So what if you want to create an untyped web service endpoint that can accept any valid XML message? I previously knew of three choices:
Orchestration with XmlDocument message type. Here you create a throw-away orchestration which takes […]