Hello,
I try to use the Outbound API to access an external resource. Therefore, I want to implement a xshttp destination as specified in the HANA Developer Guide on page 337.
Creating the destination works with the example provided in the Dev Guide but for my specific case, I need to access a service on port 50009 and not on port 80. When entering this port, I receive the following error upon activation:
ERROR jakob/jakob/testApp/data.xshttpdest
Repository: Encountered an error in repository runtime extension;caught ltt::exception thrown by runtime XSHttpDestinations while trying to generate objects.
Do you guys know whether there are constraints or other limitations on the port parameter? How can I use the specific port for my destination?
Thanks for your ideas!