We have a publicly facing classic ASP site and I need to capture some data from that site and push it to SharePoint and vice versa.
There are a few options as far as I know;
- Writing a custom web service and consume it in Javascript/jQuery in the ASP application.
- Using REST interface in Javascript/jQuery.
What would you guys suggest to sort this problem? What are the difficulties using SharePoint apis in a "non-.Net" language? Or do you think that would be easier to write the form capture pages in ASP.Net?