HTTP

Content for connection configurations

property namediscriptions
connection name Input a name to recognize the connection configuration.
URL[url] Input a URL for accessing to a HTTP server. The format is "http(s)://<host name >:<port number>/<path>".
encoding[urlencoding] Select a URL encoding type. The initial value is shift_jis.
time-out period (second)[timeout] Set a time-out period (second) for the case of no response. The initial value is 60.
proxy server[dontProxy] Select whether to send http request through the proxy server by this connection configuration or not.Select "Use" to access through the proxy server which is set in "Settings"-"Proxy" of Management Console.
Don't use[true]Don't use the proxy server.(initial value)
Use[false]Use the proxy server.
username[user] Input username if authentication is required. The 3 authentications as below are supported.
  • Basic Authentication
  • Digest Authentication
  • WSSE Authentication
password[password] Input password if authentication is required.
modify dynamically Select whether to enable it to modify the connection definition by DynamicConnection component while flow is running. Select "Yes" to enable it to select in the "connection" property of DynamicConnection component.
NoDon't enable it to modify. (initial value)
YesEnable it to modify

About time-out period

The time-out period for connecting is set in "time-out" property. If the value is longer than the time-out period of the OS, the system will take the OS's instead. For example, if the time-out period of OS is 30 seconds, otherwise, the value for the "time-out" property is 60 seconds, the system will take 30 seconds as the time-out period.