cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PI 7.5 - Mapping failed in runtime. Value missing in queue context

former_member201275
Active Contributor
0 Likes
1,847

Hi,

I have a scenario REST -> PI -> RFC, when I test the following error is received:

For me though my mapping looks fine and also works in test mode:

Also the REST Sender is correct:

i've been trying for 3 weeks now to get this REST Service working :((((

View Entire Topic
Bhargavakrishna
Active Contributor
0 Likes

Hi Glen,

Did you tried by sending test message from Test tab in configuration and monitoring page?

If the message is success, then we need to recheck the REST communication channel configuration.

In soap-ui, for GET method

Method = ‘GET’
Endpoint = ‘http://{host}:{port}/RESTAdapter’
Resource = Endpoint value specified above in communication channel plus the URL pattern.

Parameter = Company ID

Example

In SOAP-UI pass the company ID in the parameters tab, it should work.

I suggest you to refer the below link and check the communication channel configurations.

https://blogs.sap.com/2018/07/17/rest-sender-adapter-get-and-post-examples/

Regards

Bhargava Krishna

former_member201275
Active Contributor
0 Likes

Tried testing from the 'configuration and monitoring' page and it also doesn't work. 😞

mtest.png