I have a web application, in which i have added wcf service item using add new item menu. Is it possible to having a webserivce in web application? If yes, can be called from client?
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.
Yes it is possible to have a web service in a web application and you should be able to call the service from the client. For example, I’ve called wcf services in my web application using either jquery or asp.net ajax.