SAP S4H API Integration Issue

Hi,

I’m trying to integrate SAP API within my bot but no luck at the moment. When I send the request out from Postman for example there is no issue. I get a proper response with status 200. When I try to replicate the request within a Service I get the following response:

{
“cause”: {
“errno”: -71,
“code”: “EPROTO”,
“syscall”: “write”
},
“isOperational”: true,
“errno”: -71,
“code”: “EPROTO”,
“syscall”: “write”
}

Can you please advice as to what could the root cause be? Alternatively, can you please advise if there is any other possible way to integrate SAP querying from within the bot?

Regards,
Jakub

Hello @dzejk ,

Could you share the curl used in Postman that does not work in bot?

That’s no longer an issue. The problem here were internal network settings.