I have to implement a web service in my work, the problem is that I don’t have any idea what a web services is.
Can you give me some references to get started and to understand what people are asking me for?
Maybe some good book also …
Thanks.
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.
Get Started with basics about a web service here
Assuming you want to use WCF to build web services read about it more here or if you want to use legacy web services with .net read here
Here is a simple wcf service application with code which you can build on further and understand.