Versions Compared

Key

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

Otp
Floatingfalse

Rp

Tagged Values

Anchor
SOAPAlias
SOAPAlias

<<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
digestAlgorithm
Multiexcerpt
MultiExcerptNamedigestAlgorithm

Builder 7.12.0 Runtime 2021.1 Generates a HTTP digest header using the specified algorithm. When applied, a  digest  header is generated using the specified algorithm, and sent with the request . The generated header conforms with RFC3230 and RFC5843. 

Info

Only one value is supported (no multi-value header).

NoneNo header generated.

MD5

Generate header using MD5 algorithm.

SHA

Generate header using SHA algorithm.

SHA-1

Generate header using SHA-1 algorithm.

SHA-256

Generate header using SHA-256 algorithm.
SHA-512Generate header using SHA-512 algorithm.
Advanced
followRedirectsMaximum number of redirects to follow.any integer

timezone

Multiexcerpt include
SpaceWithExcerptWBRIDGE
MultiExcerptNametimezone
nopaneltrue
PageWithExcerptSOAP Service Reference

Multiexcerpt include
MultiExcerptNametimezone_examples
nopaneltrue
PageWithExcerptSOAP Service Reference
dateFormatString

Multiexcerpt include
SpaceWithExcerptWBRIDGE
MultiExcerptNamedateFormatString
nopaneltrue
PageWithExcerptSOAP Service Reference

Multiexcerpt include
MultiExcerptNamedateFormatString_examples
nopaneltrue
PageWithExcerptSOAP Service Reference
requestHttpHeaderRoles

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamerequest_http_header_roles
PageWithExcerptINTERNAL:_bridge_excerpts

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamerequest_http_header_roles_adapter
PageWithExcerptINTERNAL:_bridge_excerpts

client_hostProvide the client host in a header <http header name> instead of X-Sender-Host.
client_serviceProvide the client service in a header <http header name> instead of X-Sender-Service.
correlation_idProvide the correlation ID in a header <http header name> instead of X-Request-Id.
transaction_idProvide the transaction ID in a header <http header name> instead of X-Transaction-Id.
passthroughPass a present header <http header name> to the called service.
passthrough= <request header name> Pass an incoming header <request header name> to the called service under the name of <http header name>.
This is equivalent to renaming a header.
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.

Anchor
SOAPAdapter
SOAPAdapter

<<SOAPAdapter>>

AttributeDescriptionAllowed Values
aliasSpecify the SOAP alias the adapter should connect to.a valid SOAP alias
digestAlgorithm
Multiexcerpt include
MultiExcerptNamedigestAlgorithm
PageWithExcerptSOAP
NoneNo header generated.

MD5

Generate header using MD5 algorithm.

SHA

Generate header using SHA algorithm.

SHA-1

Generate header using SHA-1 algorithm.

SHA-256

Generate header using SHA-256 algorithm.
SHA-512Generate header using SHA-512 algorithm.

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.SOAP Call and HTTP Headers

Parameter Types

SOAPHeaderElement

Multiexcerpt
MultiExcerptNameSOAPHeaderElement
ClassAttributeTypeSOAP AttributeDescriptionExample XML Fragment
SOAPHeaderElementencodingStringencodingStyleSpecifies the encoding style used to construct the message.
env:encodingStyle="http://www.w3.org/2003/05/soap-encoding"
headerBlob-

The header holds the actual header data of base type Blob.

Info
iconfalse

The blob must contain XML structured content. So, use either the classToXML (for objects of complex types) or the classToXMLFragment (for objects of base types) to provide the necessary structure.


mustunderstandBooleanmustUnderstandThis attribute says whether or not the recipient (indicated by the role attribute) is required to process a header entry.
env:mustUnderstand="true"
nameString-Holds the name of a header block.
namespaceString-Defines the namespace to be assigned to the header element serialized with use="encoded".
relayBooleanrelayIf relay is set to true, it indicates that the SOAP header block must not be processed by any node that is targeted by the header block, but must only be passed on to the next targeted node.
env:relay="true"
roleStringroleThe role is optional and defines the recipient of the header message.
env:role="http://example.com/Login"

URLMessage

Multiexcerpt
MultiExcerptNameURLMessage
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 HeaderField inhttp, 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.
authentication Authentication inldap, ftp, ftps, sftp, http, https
This parameter provides an object of type Authentication containing the user and the password.
proxy Proxy inldap, ftp, ftps, sftp, http, https
Use this parameter to supply necessary proxy information.
followRedirectsIntegerinhttp, https
Specify here the maximum number of redirects to follow.
ssl SSL inhttps, 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 Option inldap, ftp, ftps, sftp, http, https
Use this parameter to specify cURL options for the URL adapter call.

HTTPTransport

Multiexcerpt
MultiExcerptNameHTTPTransport
ClassAttributeTypeDescription
HTTPTransportheadersArray of HeaderField
Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamehttpHeaders_depr
PageWithExcerptINTERNAL:_bridge_excerpts

Header information as array of name/value pairs.

statusCodeIntegerHTTP status code of the SOAP request.
httpHeaderMapMap of Entry
Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamehttpHeaderMap
PageWithExcerptINTERNAL:_bridge_excerpts

Anchor
URL Parameter Types
URL Parameter Types

URLMessage and HTTPTransport Types

Multiexcerpt include
MultiExcerptNameurl_parameter_types
nopaneltrue
PageWithExcerptURL