The easy way for .NET developers to create an API over HTTP is to use SOAP web services. It’s natively supported by .NET and has rich support for more complex data types such as the DataSet. The problem with SOAP is that it isn’t well supported by other platforms and to consume a .NET SOAP web service
Similar Posts
So is BizTalk really smart enough to allow me to do request response operations on both sides of my process without an orchestration in the middle I set
Introduction The project contains code that allows to Describe, Discover and Invoke a web service in .NET using SOAP SDK 3.0 and UDDI SDK 2.0 beta on
Exposing an Orchestration as Web Service This is the safest option you can choose, when you want to expose your business process as an industry standard
So what if I want to open up a BizTalk web services channel that accepts any XML message and then lets BizTalk Server figure out what do with that data