问题
How do you use SOAP using C#? Is there a simple, yet effective tutorial for this?
回答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
回答2:
I like the tutorial at http://users.skynet.be/pascalbotte/rcx-ws-doc/dotnet.htm
回答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)
来源:https://stackoverflow.com/questions/885883/soap-using-c-sharp