Contents tagged with SOAP
-
Sending XML data through WCF using System.ServiceModel.Channels.Message without using DataContractSerializer.
WCF - Windows Communication Foundation is a beautiful enterprise ready framework for developing service-oriented applications in .NET. They handle Synchronous and Asynchronous messages from one endpoint to another.
-
WCF meet WSDL, WSDL meet WTF?
When developing enterprise SOA applications you will come accross the term: Contract First Development / Contract First Design. If you haven't heard of this term it is the act of creating your contracts (WSDL, XSD, Schemas etc.) before touching code. When working with multiple parties and connected systems this approach is the best approach because it forces everyone to use the same rules.