SOAP using C#

37,878

Solution 1

SOAP is encapsulated with the Web Service model in ASP.Net. Here's a good intro article on MSDN: http://msdn.microsoft.com/en-us/library/ms972326.aspx

You can find some good tutorials on MSDN and at the ASP.Net web site. Here's a great introductory video: http://www.asp.net/learn/videos/video-7025.aspx

Solution 2

I like the tutorial at http://users.skynet.be/pascalbotte/rcx-ws-doc/dotnet.htm

Solution 3

Are you using Visual Studio ?

In VS2008 you can add a "Service Reference" http://www.techtoolblog.com/archives/add-web-references-to-visual-studio-2008

(Google really is your friend on this one :p)

Share:
37,878
yoitsfrancis
Author by

yoitsfrancis

Updated on July 09, 2022

Comments

  • yoitsfrancis
    yoitsfrancis almost 2 years

    How do you use SOAP using C#? Is there a simple, yet effective tutorial for this?