How to implement a SOAP client in C# (specifically for Windows Mobile)?

Posted by pbean on Stack Overflow See other posts from Stack Overflow or by pbean
Published on 2010-05-26T09:19:30Z Indexed on 2010/05/26 9:21 UTC
Read the original article Hit count: 259

I'm really confused about how to create a SOAP client in C# using .NET. I have found this page which looks really promising, but for the life of me I can't find Microsoft.Web.Services2. Also most information I find about SOAP with C#/.NET are about creating web services in ASP.NET and that's not what I want to do.

Basically what I want to do is implement a SOAP client in C# in a Windows Mobile application.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET