How to respond to HTTP GET with c#/.net and XML
What I am trying to is when another service call posts to a get with say 5 parameters. This service would respond with an appropriate xml file.
Is WCF the way to go? Any good examples out there?
Is this way easier/faster on some other platform?