Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 22.1

...

Multiexcerpt
MultiExcerptNamee2e_composite_attributes
AttributeTypeDescriptionAllowed Values / Example
NameStringName of the composite.
HelloWorldExample
Version
(version)
String
Multiexcerpt
MultiExcerptNameversion

A service version number. This service version is visible in service context on the Bridge.

7.8.0
ControlPort
(controlPort)
IntegerPort used by the Bridge to control this xUML service.
22020
Category
(category)
String
Multiexcerpt
MultiExcerptNamecategory

Optional category to group similar xUML services.

Examples
Node Type
(nodeType)
StringNot used, leave empty.
External Test Proxy Host
(externalTestProxyHost)
String

Specifies the host name as seen by the client.

  • If a server certificate is used, the certificate must be issued for this name.
  • If this tagged value is not set, the name of the node hosting the proxy is being used.
scheer-acme.com
Class To XML Default Root Name
(classToXMLDefaultRootName)
String
Multiexcerpt
MultiExcerptNameclassToXMLDefaultRootName

Bridge 7 Specify which name to assign to the XML root element upon serializing. This setting can be overridden by using XML composer options as described on classToXML.

Refer to XML - UML Class Mapping for more information on the topic of XML serialization.
Default
Multiexcerpt
MultiExcerptNamerootName_Default
Try to use name and namespace defined on the class by the <<XML>> stereotype. Fallback to Variable Name if not provided (default).
Type Name
Multiexcerpt
MultiExcerptNamerootName_Type
Use static name and namespace of the class as name of XML root element.
Variable Name
Multiexcerpt
MultiExcerptNamerootName_Variable
Use the name of the reference (object/variable) as name of XML root element.
HTTP
Http Header Roles
(httpHeaderRoles)
Array of String

Builder 7.12.0 Runtime 2020.12 In the context of HTTP based services (HTTP, REST, SOAP), assign roles to dedicated incoming headers  that define how the related header will be treated by the xUML Runtime. These definitions overwrite the default behavior, and X-Transaction-Id, X-Request-Id, X-Sender-Host and/or X-Sender-Service will be substituted by this definition. Refer to HTTP Header Support > Overwriting the Standard HTTP Headers for more details.

Http Header Roles can hold a list of definitions in format <http header name>:<role>, where <role> can be one of the listed allowed values (one list entry per line).

client_hostTake the sender host from header <http header name> instead of X-Sender-Host.
client_serviceTake the sender service from header <http header name> instead of X-Sender-Service.
correlation_idTake the correlation ID from header <http header name> instead of X-Request-Id.
transaction_idTake the transaction ID from header <http header name> instead of X-Transaction-Id.
Request Http Header Roles
(requestHttpHeaderRoles)
Array of String

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamerequest_http_header_roles
PageWithExcerptINTERNAL:_bridge_excerpts

requestHttpHeaderRoles can hold a list of definitions in format <http header name>:<role>, that will automatically be generated for each adapter call inside this service composite. <role> can be one of the listed allowed values (one list entry per line).
Refer to HTTP Header Support > Overwriting the Standard HTTP Headers for more details on header roles.

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.
JVM
Read Modeling the Java Components for more information on these tagged values.
Persistent State
Read Persistent State Components for more information on these tagged values.
SAP
SAP Default Connection Pool Size
(sapDefaultConnectionPoolSize)
Integer
Multiexcerpt
MultiExcerptNamesapDefaultConnectionPoolSize
Default capacity of a single SAP connection pool (Bridge acting as a SAP client). If undefined, a default of 10 connections will be applied.
Each distinct connection to a SAP system has its own pool. Connections are distinguished by the set of connection parameters (connection string).

You can override the connection pool size for a specific connection on the corresponding SAP alias. On using dynamic SAP access, the default connection pool size is used.

a valid integer, default is 10
SAP Padding
(sapPadding)
String
Div
Stylemargin-top: 0;
Multiexcerpt
MultiExcerptNamesapPadding

Service-wide setting for SAP values padding. This setting will be applied to all IDoc and SAP adapters within the service.

Info
icontrue

It is not recommended to use Mixed padding. This option is only available for reasons of backwards compatibility. Mixed padding is default for older services that have been compiled before the implementation of this tagged value, whereas Never is default, if no SAP padding is specified.

NeverNo padding, removes existing padding (default).
AlwaysAlways pad to specified length.
MixedPadding only fields that are not within deep structures.
SAP Server Worker Threads
(sapServerWorkerThreads)
Integer
Div
Stylemargin-top: 0;
Multiexcerpt
MultiExcerptNamesapServerWorkerThreads

Number of parallel request (workers) the Bridge (acting as an RFC server) can process. If this value is undefined, the Bridge will only process one request at a time (equivalent to sapServerWorkerThreads=1).

Info
icontrue

Each active worker requires one license slot (concurrent connection). For more information on licensing and concurrent connections, refer to License for Running xUML Services.

a valid integer, default is 1
Startup/Shutdown
Startup Shutdown Trace Port
(startupShutdownTracePort)
Integer
Multiexcerpt
MultiExcerptNamestartupShutdownTracePort

Default port for tracing startup or shutdown activities is 30000. You can change this default here, if necessary.

Startup Activity
(startupActivity)
Reference to ActivityThe referenced activity is called while starting up before any other component gets invoked - including timers and schedulers.
Shutdown Activity
(shutdownActivity)
Reference to ActivityThe referenced activity is called when the xUML Runtime is being shutdown.
Startup Must Succeed
(startupMustSucceed)
Boolean

Runtime 2021.9 The service does not start if the implemented startup activity fails.

Info
iconfalse

Older Runtimes than 2021.9 will not start if this flag is set.

trueThe service does not start if the startup activity fails.
falseThe service starts although the startup activity fails (default).
Test
Read Using Testable Classes for more information on these tagged values.
WSDL
WSDL Per Service
(wsdlPerService)
Boolean
Multiexcerpt
MultiExcerptNamewsdlPerService

If true (default=false), each xUML service gets its own WSDL file. Additionally, all XML Schema elements and types having the same namespace are put into one schema file. These schema files are imported into the WSDLs to be shared among them. In this case it is also possible to mix RPC/soap-encoded services with Document/literal services.

WSDL Namespace
(wsdlNamespace)
String
Multiexcerpt
MultiExcerptNamewsdlNamespace

Target WSDL namespace of the generated WSDL file. Relevant only, if wsdlPerService is false (this is the default).



Soap Version
(soapVersion)
String
Multiexcerpt
MultiExcerptNamesoapVersion

Specify the version of the SOAP protocol you want to use with the service.



1.1SOAP version 1.1 (default)
1.2SOAP version 1.2
Resolve Inheritance
(resolveInheritance)
Boolean
Multiexcerpt
MultiExcerptNameresolveInheritance
If true, the inheritance hierarchy is resolved into flat messages.

As of Bridge 7, setting resolveInheritance to true is deprecated, because this will generate a different output structure than modeled. It also has hidden requirements to the element uniqueness.

falseKeep inheritance hierarchy. (Bridge 7 default)
trueResolve inheritance hierarchy into flat messages. (before Bridge 7 default)

...