User220959680 posted
explain
Add service reference and consume service methods in MVC client application.
how to use mvc 4 with wcf soap
Refer http://www.c-sharpcorner.com/UploadFile/krishnasarala/accessing-wcf-service-in-Asp-Net-mvc-application/
Note:- As conveyed in another thread of yours ASP.NET Web API can be used to implement RESTFul service, which is widely adopted than
SOAP. If it is brand new service, then choose ASP.NET Web API to implement the service.