Hi,
As per this link https://help.hana.ondemand.com/help/frameset.htm?b068356dd7c34cf7ad6b6023deeb317d.html
Supported Proxy Types for Connectivity
The proxy types supported by SAP HANA Cloud connectivity service are:
- Internet - The application can connect to an external REST or SOAP service on the Internet.
- OnPremise - The application can connect to an on-premise back-end system through SAP HANA Cloud connector.
The proxy type used for a destination must be specified by the destination property ProxyType. The property's default value (if not configured explicitly) is Internet.
I have an OData service hosted on my local machine its URL is http://localhost:8080/jpa.svc/
I have another SAPUI5 application which uses destinations to connect to this service. For testing purposes i need to connect to this local service as i dont want to test with the live services.
I wanted to know which ProxyType should i use? Using Internet type gives error while saving as port 8080 is not allowed. When i use OnPremise it requires a SAP Cloud connector. Can i achieve this without having to install SAP Cloud connector?
regards,
Ankur Kumar