How do you use SOAP using C#? Is there a simple, yet effective tutorial for this?
+2
A:
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
womp
2009-05-20 02:24:48
A:
I like the tutorial at http://users.skynet.be/pascalbotte/rcx-ws-doc/dotnet.htm
Alex Martelli
2009-05-20 02:25:34
A:
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)
TimothyP
2009-05-20 02:26:38