Are there any real advantages of using WCF client for consuming REST api. I have api which returns result in SOAP and REST format. Are there any specific advantages of using WCF for consuming this REST API ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Current WCF version doesn’t have any real client for REST services. You should check
HttpClientfrom Web-API as an option (HttpClientwill be also part of upcoming .NET 4.5).