325 Views
Compared to XML, using SOAP in .NET has some advantages. Advantage There is less XML processing to do, since the web services infrastructure in .NET handles deserializing the SOAP XML responses from the SOAP interfaces into strongly-typed .NET collections...
0 comments