Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Div
Classe2e-refDiv

Otp
Floatingfalse

Rp

All URL adapter parameters, that are specified on the <<URLAlias>> in the component diagram, can also be supplied dynamically via action script. Find below a list of all relevant parameters of the URL adapter and their description.

Note
iconfalse

With the URL adapter, it is possible to get and put messages via file transfer protocols: FTP, FTPS and SFTP. These protocols often get confused and mixed up due to the similarity in function and names. Please refer to Using the URL Adapter with the FTP Protocol and Related Protocols for a distinction and more information on the usage with the URL adapter.

<<URLAlias>>

Multiexcerpt
MultiExcerptNameurl_parameters
NameTypeDirectionRestrictionsDescription
to listed protocol onlyto listed method only
urlstringin

...



This parameter contains the URL that will be accessed by the adapter. The URL contains protocol, port and path.
contentBlobin

...


post, put, writeUse this parameter to supply the content to be used by the listed methods.
headerParametersArray of HeaderFieldinhttp, https

...


Use this parameter to supply additional header information for the URL adapter call in the form of name and value pairs.
methodStringin

...



This parameter provides the method of the URL adapter call.
authenticationAuthenticationinldap, ftp, ftps, sftp, http, https

...


This parameter provides an object of type Authentication containing the user and the password.
proxyProxyinldap, ftp, ftps, sftp, http, https

...


Use this parameter to supply necessary proxy information.
followRedirectsIntegerinhttp, https

...


Specify here the maximum number of redirects to follow.
sslSSLinhttps, ftps

...


Use this parameter to supply SSL information.
commandsArray of Stringinftp, ftps

...


Use this parameter to specify ftp commands. All commands are executed after executing the ftp method. For a list of available ftp commands see RFC 959.

optionsArray of Optioninldap, ftp, ftps, sftp, http, https

...


Use this parameter to specify cURL options for the URL adapter call.
responseBlobout

...


get, post, put, list, readContains the response content in relation to the used method.
streamSourceStringinftp, ftps, sftp, http, httpspost, putIf you want to use file streaming with streaming method fromFile, supply the streaming source here. Then, content is not used.
streamTargetStringinftp, ftps, sftp, http, httpsget, post, put, listIf you want to use file streaming with streaming method toFile, supply the streaming target here. Then, response is not used.
ignoreHTTPErrorsBooleaninhttp, https

...


Version
SingleLinefalse
  • Added in Builder 6.0.0.37

If true, HTTP error codes > 300 will not cause an exception in the model. This implies, that the response body is accessible even if HTTP errors occur. The default value is false.

httpStatusIntegerouthttp, https

...


Contains the HTTP status of the response.
httpHeaderParameterArray of HeaderFieldouthttp, https

...


Contains the HTTP header of the response.

URL Parameter Types

Multiexcerpt
MultiExcerptNameurl_parameter_types
CURL OptionAttributeTypeCURL OptionDescriptionValues/Example
AuthenticationpasswordString

...


Password needed for authentication.
usernameString

...


Username needed for authentication.
HeaderFieldnameString

...


Name of the header field.
valueString

...


Value of the header field.
OptionnameString

...


Native cURL option.CURLOPT_CONNECTTIMEOUT
valueString

...


Value of the cURL option.10
ProxyauthenticationAuthenticationCURLOPT_PROXYUSERPWDProxy user.
typeStringCURLOPT_PROXYTYPEType of the proxy.HTTP, SOCKS5
urlStringCURLOPT_PROXYURL of the proxy server.

...



SSLcaInfoStringCURLOPT_CAINFOFile name containing additional certificates for the connection verification (e.g. additional root CAs).

...


certificateCertificate

...


Client certificate
keyKey

...


Private key of client certificate
verifyHostStringCURLOPT_SSL_VERIFYHOST

Whether to verify the host information form the SSL connection.

OnVerification on.
OffVerification off.
verifyPeerStringCURLOPT_SSL_VERIFYPEERWhether to verify the peer information from the SSL connection.OnVerification on.
OffVerification off.
KeyfileStringCURLOPT_SSLKEYFile name containing the private key.

...


passwordStringCURLOPT_KEYPASSWDPassword for the private key.

...


typeStringCURLOPT_SSLKEYTYPEType of the key.PEM, DER, ENG
CertificatefileStringCURLOPT_SSLCERTFile name containing the client certificate.

...


typeStringCURLOPT_SSLCERTTYPEType of the certificate.PEM, DER, P12