cancel
Showing results for 
Search instead for 
Did you mean: 

Odata call to on premise system from XSJS failed

former_member602501
Discoverer
0 Kudos

Hi experts ,

When I'm Trying to consume Odata from onpremise system from XSJS in cloud, i'm getting the following error.

HttpClient.getResponse: Can't get the response from the server: internal error occurred "Connection to <<host>> lost while reading response."

Kindly help.

This is my xshttpdestination configuration

description = "xxxxxxx";

host = "virtual host from cloud connector";

port = 44300; (from virtual host in cloud connector)

pathPrefix = "/sap/opu/odata/sap/Y_CHATBOT_SRV_01";

proxyType = http;

proxyHost = "proxy"; (Not sure what to enter here so from other post in SCN i saw and entered the proxy host and port)

proxyPort = 8080;

authType = basic;

useSSL = false;

timeout = 0;

Accepted Solutions (0)

Answers (1)

Answers (1)

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos