Hello All,
I have to perform CRUD Operations on SharePoint 2013 lists, files and folders.
What I am doing is, I have made an ADO.Net Data service on Corpnet which is exposing data in XML and I am trying to Consume it using a client application which is in SharePoint 2013 on Cloud Environment.
While consuming the Service using AJAX call it was giving me Access Denied error, now I changed the client call and using SP.WebRequestInfo(); method, however it is giving me an error that Object doesn't support this action.
Can anybody please let me know how to solve this error ? Or if there is any other way to perform CROSS(Cloud to Corpnet) Domain CRUD operations then let me know ?
Thanks in advance,
Sushil Sahu