cancel
Showing results for 
Search instead for 
Did you mean: 

How can i check if Rest adapter installed in java engine PI?

former_member331989
Participant
0 Kudos

Hi Experts,

I want to use rest adapter for some web service integrations.

I'm not sure rest adapter installed in PI.

Our PI is version 7.4

How can i check  if Rest adapter installed in java engine PI?

If rest adapter not installed where can i download installation files?

Best regards.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Cemil,

Rest is adapter introduced from PI 7.4 SP09 on wards, what is your current version??

Regards,

Praveen.

former_member331989
Participant
0 Kudos

Hi Praveen,

SAP PO,

It writes in system info:   7.40.8.0.201408.......

Regards,

former_member182412
Active Contributor
0 Kudos

Hi Cemil,

  • So you are on SP08 the REST adapter only available from SP09 so in your system it is not available.
  • But you can use HTTP_AAE adapter instead of REST adapter, if the payload is JSON then you can use java mapping or custom adapter module for converting XML to JSON or JSON to XML.

Regards,

Praveen.

former_member331989
Participant
0 Kudos

Hi Praveen,

thanks for your reply,

I want to use rest adapter.

Is it enough to upgrade SP09 , SP10 ,SP11..... Does it needs to install additional component for rest adapter?

Regards.

former_member182412
Active Contributor
0 Kudos

Hi Cemil,

If you update the service pack it will contain all the required components for REST, you can directly use it, you no need to install any others.

Regards,

Praveen.

Answers (1)

Answers (1)

0 Kudos

Hi Cemil,

Recently I have upgraded my SP for REST Adapter.

Below steps I performed from my end.

1. With the help of BASIS team I have downloaded and extracted SP13 (Filename : XICNTSAPBASIS13_0-20010011.SCA)

2. Once you extract SCA file you will find folder DEPLOYARCHIVES, in this folder XI7_3_SAP_BASIS_7.40_SP_13_1.tpz file will be there, import this file in your ESR.

3. Once you imported .tpz file successfully, go into SAP BASIS swcv of your ESR and check REST Adapter is there in metadata or not.

Regards,

Ajinkya