I am working with an existing ASMX (SOAP) based service. I have been tasked with extending the service to support a RESTFul based interface.
Is the easiest approach to convert the service to a WCF service with the interface definitions decorated with [WebInvoke(Method="")]?
Can someone point me to an example?
Thanks, JB