Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: Local-Out Transport Properties

Reference: Local-Out Transport Properties

Common Tab

Property
XML Attribute Name
Description
Id
id
The unique ID of the
local-out
transport within the assembly.
Routes Response To
routes-response-to
The destination of the response message for the
local-out
transport.
Execute When
execute-when
A condition that determines whether the
local-out
transport executes.
Endpoint
endpoint
The target endpoint address towards which the
local-out
transport directs the message.
Endpoint addresses follow the format
application-name/component-ID
, where:
  • application-name
    is the name of the project containing the target assembly.
  • component-ID
    is the ID of the target component.
Example:
<cc:local-out id="local" endpoint="myassembly/mediation1"/>

Advanced Tab

Property
XML Attribute Name
Description
Store Message
store-message
Specify
none
unless otherwise advised by Workday Support.
To store messages, use Studio's
store
step.
Transport Class
transport-class
Specifies an alternative implementation class on a per-assembly basis, if required.
You can globally change the implementation classes by editing the WEB-INF/classes/spring/assembly-bean.xml file.
Ignore Dynamic Endpoints
ignore-dynamic-endpoints
Specifies whether to ignore the dynamic WS-Addressing (WSA) value in the incoming message's header or use it to override the value in the transport's
Endpoint
property.
Use the
set-dynamic-endpoint
step to specify WS-Addressing details.
Clone Request
clone-request
Specifies whether to create a copy of the request message processed by the
local-out
transport, so that any subassembly modifying the message doesn't affect the others.
Propagate Abort
propagate-abort
Specifies whether an abort flag propagates from a subassembly to the calling assembly.
A subassembly stops processing when it marks the
MediationContext
as aborted.
Unset Properties
unset-properties
Specifies whether all
local-out
properties reset after the
local-out
transport calls a subassembly.

Parameters Tab

Property
XML Attribute Name
Description
Name
name
The name of the parameter child element.
Value
value
The value of the parameter child element.