We’re about to embark on a project where we will be required to communicate with an external Biztalk server via our existing .NET code. My first assumption was that in order to do this we would need to utilize the standard soap adapters offered, however, I’ve heard that because we are using .NET, there are other more efficient connection techniques available.
Admittedly, my knowledge of Biztalk at present is extremely limited, so I was wondering if somebody could point me at some relevant information?
Thanks
David
Probably the easiest way would be to send XML messages directly into BizTalk over MSMQ. This is the best and most lightweight solution:
Steps 1 and 2 can be acheived easily using .NET code.