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?