Hi,
I have refered following url for REST service endpoint available in SharePoint 2013
https://msdn.microsoft.com/en-us/library/office/dn292556.aspx , So I have technical query how SOA service will access this endpoint services?
Fetching list items
To fetch list items, just append /items() to the previous url :
Type
http://servername/_api/web/lists/getbytitle(‘Products’)/items()
SOA service can consume following url to add data to SharePoint 2013 list? OR in SharePoint we will have to add any custom service to expose below mention url for SOA?
With Method="Post" SOA can push data to list? kindly confirm and please assist me suitably.Thanks Kartik cell +91 9987072052 or +91 9987521326
8 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kartik ModyPosted Oct 2, 2015, 2:23 AM
Kartik ModyPosted Oct 1, 2015, 12:03 PM
Priyaranjan K SPosted Oct 1, 2015, 11:54 AM
Priyaranjan K SPosted Oct 1, 2015, 11:44 AM
Kartik ModyPosted Oct 1, 2015, 9:47 AM
SOA service will have business rules and it will validate data comes from other CRM application.So SOA service will call sharepoint REST endpoints to add informations to SharePoint list.
If possible please share your contact number else you could call me on my cell :+91 9987072052, so I can able discuss with on solution aspect.
Thank you!
Priyaranjan K SPosted Oct 1, 2015, 8:29 AM
Kartik ModyPosted Oct 1, 2015, 7:22 AM
Actually REST service endpoint will be access by SOA service to add data to SharePoint list.
So REST service endpoint same you have mentioned in your example is enough?
Please confirm I don't have to create any additional service apart from out-of-box REST service endpoints.
Also, accessible this endpoint url through SOAP UI we are getting an error "Error code 401:unauthorized" message. So please help to resolve this issue also. Thanks once again.
Thanks!!
Priyaranjan K SPosted Oct 1, 2015, 6:35 AM
Similary if you want to update a list item you can use the POST method .
Thanks
Priyan
If you found this useful please mark this as answer