cancel
Showing results for 
Search instead for 
Did you mean: 

Configure Receiver REST Adapter

Former Member
0 Kudos

Hi All,

I am working on File to REST scenario in SAP PI 7.5 landscape. For receiver REST Adapter , how to host a web service and which tool can be used ?

I tried to use a external REST Service but during my testing its showing UnknownHostException.

The File Adapter is picking the file successfully and the data in the file should be the input for the REST adapter but I am not able to configure URL Pattern that has to be configured under REST URL tab.

Please let me know if there is some specific way to configure the URL so that I can test whether the REST Adapter is working fine.

Thanks in Advance.

Hoping for a quick response.

Regards

Sohni

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sohni,
first of all try to test the destination REST service with test queries (e.g. using SOAPUI). Eventually, you will collect the necessary URL for request and data structure.

After that you can use all this data to configure the REST receiver adapter. Here's the basic but well-documented help about it:

Configuring the Receiver REST Adapter - Advanced Adapter Engine - SAP Library

Best regards!

former_member186851
Active Contributor
0 Kudos

Hello Sohni,

check the below link,It has all the scenarios with example