Kartik Mody

Kartik Mody

  • NA
  • 23
  • 0

How REST service endpoint will be available for SOA service

Sep 30 2015 5:07 AM

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?

http://servername/_api/web/lists/getbytitle('name%20of%20List')/items?$para%Name1='1',$Varchar%20No='s3SS2'

With Method="Post" SOA can push data to list? kindly confirm and please assist me suitably.Thanks Kartik cell  +91 9987072052 or +91 9987521326
 
 

Answers (8)