What is the easiest way to create a web service with XML response?
- Use WCF to create the web service? (seems really complicated)
- If i want to use WCF to create my web service, where do I start?
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.
In your case, I would definitely use WCF with the REST binding (
webHttpBinding) – and I would disagree about it being complicated to learn.Check out these resources to get started: