Link to home
Start Free TrialLog in
Avatar of chinawal
chinawalFlag for United States of America

asked on

Using .Net (ASP.Net and C#), RESTful Web Service vs SOAP Web Service

This question is pertaining to .Net (ASP.Net and C#). May be, I do not understand difference betwen REST vs SOAP. But, my main question is:
1) How do I develop RESTful Web Service using .Net?  
2) How do I develop SOAP Web Service using .Net?

In past, I have coded few Web Services using classic WebMethods and had given WSDL to other applications so that they can consume my web services. Does WSDL mean it is using SOAP there?
Also, I have coded few Services using WCF and deployed few on IIS and few on MSMQ so that other applications can consume my services. Does WCF deployed on IIS use SOAP or REST?

ASKER CERTIFIED SOLUTION
Avatar of Ted Bouskill
Ted Bouskill
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chinawal

ASKER

Thank you, tedbilly. This makes sense to me.