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.5.0
Div
Classe2e-refDiv

Otp
Floatingfalse

Rp

Tagged Values (<<SOAPAlias>>)

Multiexcerpt
MultiExcerptNameSOAPAlias
Tagged ValueDescriptionAllowed Values
SOAP
messageFormatDefines the formatting of the SOAP message.Noneno linebreaks and no indentation
Linebreaks (default)linebreaks, but no indentation
Indentationlinebreads and indentation
sendTransactionID

Defines whether the transaction ID is sent in a SOAP header element <TransactionID>...</TransactionID> with namespace http://e2e.ch/bridge .
If sent, the calling and the called service can be identified to belong to the same transaction.

falsetransaction ID is not sent in the SOAP header element
true (default)transaction ID is sent in the SOAP Header element
sendCorrelationID

Defines whether the correlation ID is sent in a SOAP header element <CorrelationID>...</CorrelationID> with namespace http://e2e.ch/bridge .
The correlation ID is used to identify each SOAP call.

falsecorrelation ID is not sent in the SOAP header element
true (default)correlation ID is sent in the SOAP header element
Advanced
followRedirectsMaximum number of redirects to follow.any integer

timezone

Multiexcerpt include
MultiExcerptNametimezone
nopaneltrue
PageWithExcerptSOAP Service Components

Multiexcerpt-include
MultiExcerptName

...

timezone_examples
nopaneltrue
PageWithExcerptSOAP Service Components
dateFormatString

Multiexcerpt include
MultiExcerptNamedateFormatString
nopaneltrue
PageWithExcerptSOAP Service Components

Multiexcerpt include
MultiExcerptNamedateFormatString_examples
nopaneltrue
PageWithExcerptSOAP Service Components
optionsSpecify native cURL options as listed in Setting cURL Options on the URL Adapter.
Also refer to this page for more details on how to set these options.
Example: CURLOPT_TIMEOUT=20

soapVersion

Specify the SOAP version used with this SOAP call.

1.1 (default)use SOAP version 1.1
1.2use SOAP version 1.2
Authentication
userUsername/password.
Proxy
proxyType

Multiexcerpt include
MultiExcerptNameproxyType
nopaneltrue
PageWithExcerptURL

one of: HTTP, SOCKS5

proxyURL

Multiexcerpt include
MultiExcerptNameproxyURL
nopaneltrue
PageWithExcerptURL



proxyUser

Multiexcerpt include
MultiExcerptNameproxyUser
nopaneltrue
PageWithExcerptURL



SSL
sslCAInfo

Multiexcerpt include
MultiExcerptNamesslCAInfo
nopaneltrue
PageWithExcerptURL



sslCertificateFile

Multiexcerpt include
MultiExcerptNamesslCertificateFile
nopaneltrue
PageWithExcerptURL



sslCertificateType

Multiexcerpt include
MultiExcerptNamesslCertificateType
nopaneltrue
PageWithExcerptURL

one of: PEM (default), DER, P12

sslPrivateKeyFile

Multiexcerpt include
MultiExcerptNamesslPrivateKeyFile
nopaneltrue
PageWithExcerptURL



sslPrivateKeyPassword

Multiexcerpt include
MultiExcerptNamesslPrivateKeyPassword
nopaneltrue
PageWithExcerptURL



sslPrivateKeyType

Multiexcerpt include
MultiExcerptNamesslPrivateKeyType
nopaneltrue
PageWithExcerptURL


one of: PEM (default), DER, ENG
sslVerifyHost

Multiexcerpt include
MultiExcerptNamesslVerifyHost
nopaneltrue
PageWithExcerptURL

OnVerification on.
OffVerification off.
ExistenceLimit verification to the mere existence of the host.
sslVerifyPeer

Multiexcerpt include
MultiExcerptNamesslVerifyPeer
nopaneltrue
PageWithExcerptURL

OnVerification on.
OffVerification off.

Parameters

NameTypeDirectionDescriptionDocumentation
<any>Array of SOAPHeaderElementinUse this parameter to provide the SOAP headers in an array of type SOAPHeaderElement. The xUML Runtime will then set the SOAP headers accordingly to the header block of the SOAP message.Accessing the SOAP Headers
urlParameterURLMessagein

Use this parameter to supply the URL that will be accessed by the adapter and some additional URL parameters, e.g cURL options.

Info
iconfalse

urlParameter contains an array of HTTP header fields. Do not confuse these headers with the SOAP headers (see above). The SOAP headers go to the SOAP message to the body of the HTTP call, the headers from urlParameter go to the HTTP headers.

Providing the SOAP Adapter with URL Parameter
<any>HTTPTransportoutUse this parameter to supply the content to be used by the listed methods.Accessing HTTP Headers of a SOAP Call

...