Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.4.1
Div
Classe2e-refDiv

Otp
Floatingfalse

Rp

Children Display
depth2

...

The URL adapter supports the following protocols:

ProtocolDescriptionExample
ldap Via the URL adapter, it is possible to connect an LDAP server to retrieve user information.
You can also access a Microsoft Active Directory Service (ADS) if it provides an LDAP interface.
An E2E example model is provided with the documentation (see example reference).
Multiexcerpt include
MultiExcerptNameurlLdap
nopaneltrue
PageWithExcerptINTERNAL:_examples_BRIDGE
ftp
 

Multiexcerpt include
MultiExcerptNameurlFtp
nopaneltrue
PageWithExcerptINTERNAL:_examples_BRIDGE

ftps
sftp
http
https
file
gopher
telnet

  


If large amounts of data have to be transferred, the URL adapter offers the possibility of streaming the data from or into a file so avoiding to utilize large memory chunks. The Streaming FTP section explains how to do this for the ftp protocol. Applying streaming to the other protocols works analogously.

...

Find below a list of possible tagged values for the URL adapter and tagged values that are used in the component/deployment diagram.

Default values used when an option is not explicitly set are written in bold.
Some tagged values can only be used combined with a particular protocol. See the tagged values section of the documentation of this protocol for more information on that.

...

MultiExcerptNameurl_tagged_values
Tagged ValueDescriptionValues
protocolTransport protocol.ldap, file, ftp, ftps, sftp, gopher, http, https, telnet
methodHTTP method.get, post, read, write, put, list
portMachine port number the service is binding to. This port number can be given at service level only.80
pathHTTP path for the SOAP request. 
Advanced
followRedirectsMaximum number of redirects to follow.any integer 
optionsNative cURL options.cURL Options
Authentication
userUsername/password. 
Proxy
proxyTypeType of the proxy.HTTP, SOCKS5
proxyURLURL of the proxy server. 
proxyUserProxy user. 
SSL
sslCAInfoFile name containing additional certificates for the connection verification (e.g. additional root CAs). 
sslCertificateFileFile name containing the client certificate. 
sslCertificateTypeType of the certificate.PEM, DER, P12
sslPrivateKeyFileFile name containing the private key. 
sslPrivateKeyPasswordPassword for the private key. 
sslPrivateKeyTypeType of the key.PEM, DER, ENG
sslVerifyHostWhether to verify the host information form the SSL connection.OnVerification on.
OffVerification off.
sslVerifyPeerWhether to verify the peer information from the SSL connection.OnVerification on.
OffVerification off.

...

iconfalse

...

an overview on all tagged values and parameters of the URL adapter on URL.