• protocol – The network protocol used to connect to the back-end server. The choices are
either "http" or "https". Use http for un-encrypted network traffic and https for
encrypted network traffic using SSL. See Configuring the HTTP Adapter for SSL for
details on additional considerations when using SSL.
• domain – The network domain name or IP address of the server hosting the back-end
service.
• port – The TCP/IP port number on which the back-end HTTP service is listening upon for
incoming requests.
• cookiePolicy
• maxRedirects
See also:
• Using IBM Worklight HTTP Adapters with REST/JSON Services – blog – 2012-06-27
HTTP Adapter Procedure implementations
The core to implementing an HTTP Adapter procedure is to use the WL.Server.invokeHttp
API. This rich and powerful API makes an HTTP request. The result from making an invokeHttp
request should be the result returned from the procedure.
See also:
• WL.Server.invokeHttp(options)
Page 73
Comentários a estes Manuais