HANA XSJS Web服务调用(Cloud Foundry服务)错误

2020-09-24 23:23发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


同事们,

这个问题似乎很笼统,(检查了scn的许多类似问题并发表了文章),但无济于事!

我基本上是在调用Web服务,以从我的xs包(hcptrial帐户)中获取Cloud Foundry的hana实例上托管的某些数据,但是我一直收到此错误

 HttpClient.request:请求失败:发生内部错误"无法将请求发送到套接字... rc = -1"
 

spring.xshttpdest文件是

 host =" thedevam.cfapps.sap.hana.ondemand.com";
 端口= 80;
 proxyType = http;
 proxyHost ="代理审判";
 proxyPort = 8080;
 authType =无;
 useSSL = true;
 超时= 30000;
 

spring.xsjs文件

 var destination_package =" spring";
 var destination_name =" spring";

 尝试{
        var dest = $ .net.http.readDestination(destination_package,destination_name);
        var client = new $ .net.http.Client();
        var req = new $ .web.WebRequest($。net.http.GET,"/img/all");
        client.request(req,dest);
        var response = client.getResponse();
       
     $ .response.contentType =" application/json";
        $ .response.setBody(response.body.asString());
        $ .response.status = $ .net.http.OK;
 }抓住(e){
        $ .response.contentType ="文本/纯文本";
        $ .response.setBody(e.message);
 }
 

我还在xs hana管理门户的信任存储中添加了Cloud Foundry的Web服务证书。

当我在xshttpdest文件中将时,我得到以下响应。

在这件事上的任何帮助都是超级有帮助的!

此致

Devam

(38.1 kB)

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


同事们,

这个问题似乎很笼统,(检查了scn的许多类似问题并发表了文章),但无济于事!

我基本上是在调用Web服务,以从我的xs包(hcptrial帐户)中获取Cloud Foundry的hana实例上托管的某些数据,但是我一直收到此错误

 HttpClient.request:请求失败:发生内部错误"无法将请求发送到套接字... rc = -1"
 

spring.xshttpdest文件是

 host =" thedevam.cfapps.sap.hana.ondemand.com";
 端口= 80;
 proxyType = http;
 proxyHost ="代理审判";
 proxyPort = 8080;
 authType =无;
 useSSL = true;
 超时= 30000;
 

spring.xsjs文件

 var destination_package =" spring";
 var destination_name =" spring";

 尝试{
        var dest = $ .net.http.readDestination(destination_package,destination_name);
        var client = new $ .net.http.Client();
        var req = new $ .web.WebRequest($。net.http.GET,"/img/all");
        client.request(req,dest);
        var response = client.getResponse();
       
     $ .response.contentType =" application/json";
        $ .response.setBody(response.body.asString());
        $ .response.status = $ .net.http.OK;
 }抓住(e){
        $ .response.contentType ="文本/纯文本";
        $ .response.setBody(e.message);
 }
 

我还在xs hana管理门户的信任存储中添加了Cloud Foundry的Web服务证书。

当我在xshttpdest文件中将时,我得到以下响应。

在这件事上的任何帮助都是超级有帮助的!

此致

Devam

(38.1 kB)
付费偷看设置
发送
1条回答
黑丝骑士
1楼-- · 2020-09-24 23:45

您好-自从我们在SAP CP环境中发布了Cloud Foundry的GA版本以来,我们已经取得了很大的进步(并且还在 answers.sap.com )。 通过输入基于GA版本的新问题,您是否可以重新检查您的报告并让我们知道是否仍然存在上述问题? 感谢您的参与!

一周热门 更多>