Skip to Content
0
Former Member
Aug 05, 2016 at 12:25 PM

Question regarding Websocket connection between HCP and ABAP Push Channel

208 Views

Hello SCN,

I have a problem regarding websockets. I want to host a website on HCP, that monitors the activity of a class used for parallelization purposes located on an ABAP server. Currently I am using the ABAP messaging channel and the ABAP Push channel to push data about the parallelization to my frontend website, implementing the SapPcpWebSocket. I am currently hosting the Website on the ABAP server as an BSP application, where it is fully functional. Now I want to host the same website on HCP, but I can't get the websocket connection working. I have a working destination for the server in question, but when I try to use the service via the "manifest.json" "Data Sources" tab, the entered ICF service path is not available.

My Question: How do I connect a UI5 website hosted on HCP to my backend OnPremise ABAP Push Channel via the WebSocket Protocol only.