I need help in integration of recast chatbot with backend ABAP system.
I already have a backend ODATA service in ABAP system and am trying to call this service in XSJS service built in HANA web development workbench on SCP.
This XSJS service will then be used as webhook of recast chatbot.
Now I am facing issues while running above XSJS service. Below is the error :
<div> <div>The content could not be delivered due to the following condition:</div> <div> Received invalid request line from client </div> </div>
Could you please guide how can I resolve the above issue or do you have any step guide as to how to achieve above requirement?