cancel
Showing results for 
Search instead for 
Did you mean: 

REST adapter in SAP PI 7.3 dual stack

ramu_g4
Participant
0 Kudos

Hello Experts,

We are working on SAP PI 7.3 dual stack SP04 & the requirement is to communicate with webservice which supports REST protocol & where REST is not available by standard. The details of PI system version are as below:

Make Release: NW730EXT_04_REL

SP Stack Number: 04

Can you please guide to make REST adapter available in the system like what need to be installed from BASIS side, pre-requisites for making REST adapter available in ID of PI system? Up-gradation to system version where REST is available out-of the box [as standard feature like other adapters do] is not approved, hence please guide me how to achieve this?

Thanks,

Ramu G.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182412
Active Contributor
0 Kudos

Hi Ramu,

You can use HTTP_AAE adapter.

If you want to send the JSON to rest service then use java mapping or adapter module for XML to JSON conversion.

Regards,

Praveen.

former_member186851
Active Contributor
0 Kudos

Adding to Praveens comment.

you can refer the below ink for JSON handling

ramu_g4
Participant
0 Kudos

Hi Praveen,

Does this HTTP_AAE readily available in SAP PI 7.3 SP04 dual stack [ ABAP+Java ] ?

BTW, I am using swing tool rather than NWDS.

Thanks,

Ramu G.

ramu_g4
Participant
0 Kudos

Hi Raghu,

Thanks for sharing the link.

I will check this.

Regards,

Ramu.

former_member186851
Active Contributor
0 Kudos

HTTP_AAE will be available or try with HTTP Adapter..

And tat linke will help for configurations of JSON conversion.

manoj_khavatkopp
Active Contributor
0 Kudos

Ramu,

AFAIK , AAE adapters like IDOC_AAE and HTTP_AAE doesn't come with 7.31 package.This need to bought with extra cost.

We had done implementation with Rest Web Service(DellBoomi)  using SOAP , SOAP-Axis and Rest(Advantaco).

Br,

Manoj