cancel
Showing results for 
Search instead for 
Did you mean: 

Use of HTTP operations in REST adapter

former_member538284
Discoverer
0 Kudos

Hi All,

While configuring Sender REST adapter, what is the use of determining HTTP operation i.e. GET,POST,PUT and DELETE?

Also while testing the scenario through SOAP UI,is it necessary to give the same method as given in operation determination tab under "Expression" field  in adapter configuration?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Monika

GET - fetch data

POST - create object

PUT -  update object

DELETE - delete object

In SOAPUI you choose what you want to do e.g POST to create as define above

The following blogs will be helpful.

http://scn.sap.com/community/process-orchestration/blog/2015/10/26/exposing-rest-service-with-multip...

Cheers,

Faith