如何在SAP Server Side JavaScript裡消費destination

i042416發表於2018-05-16

在SAP雲平臺裡開啟SAP HANA Web-Based Development Workbench進行伺服器端JavaScript的開發。

如何在SAP Server Side JavaScript裡消費destination

建立一個新的package:

如何在SAP Server Side JavaScript裡消費destination

建立一個新的application:


如何在SAP Server Side JavaScript裡消費destination
如何在SAP Server Side JavaScript裡消費destination

建立一個新的檔案google-distance-api.xshttpdest用於維護destination相關資訊:


如何在SAP Server Side JavaScript裡消費destination
host = "maps.googleapis.com";
port = 80;
pathPrefix = "/maps/api/distancematrix/xml";
useProxy = true;
proxyHost = "proxy-trial";
proxyPort = 8080;
authType = none;
useSSL = false;
timeout = 30000; 

建立一個xsjs檔案消費該destination,獲取從Walldorf到Paris的距離資訊:


如何在SAP Server Side JavaScript裡消費destination

執行結果:


如何在SAP Server Side JavaScript裡消費destination

因為是伺服器端JavaScript,因此在Chrome開發者工具裡不再能夠觀察到Google service的http呼叫。


如何在SAP Server Side JavaScript裡消費destination

要獲取更多Jerry的原創技術文章,請關注公眾號"汪子熙"或者掃描下面二維碼:

如何在SAP Server Side JavaScript裡消費destination
如何在SAP Server Side JavaScript裡消費destination

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2154589/,如需轉載,請註明出處,否則將追究法律責任。

相關文章