Click here to Skip to main content
15,891,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900