0
kicks
Bing API 2.0: Consume results with SOAP using .NET
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...