SOAP using C# [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . 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