cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP channel using Rest Operation

abhay_rajhans2
Contributor
0 Kudos

Hi All,

Scenario is

A message has to be passed through HTTP channel using Rest operation as defined by RFC 2616. In Rest operation two methods will be used POST and GET. In post method message should be signed and signature and access key should be attached to header. For signing algorithm to be used is hmac (md5) .At last, message will be send using POST method on the url specified.Posting server will authenticate the client using the signature and accessKey and save the data in form of an XML .

Get method will be used to retrieve acknowledgment.

Please guide whether this scenario is possible using XI and if yes then how to develop it .

Accepted Solutions (0)

Answers (2)

Answers (2)

abhay_rajhans2
Contributor
0 Kudos

The link provided above helped to get a view of design

Former Member
0 Kudos

Hi,

this blog might be helpful:

http://wiki.sdn.sap.com/wiki/display/XI/RESTWebServicesinXI%28Proofof+Concept%29

Regards

Patrick