Reference: Custom-Out Transport Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Id
| id
| The unique ID of the custom-out component within
the assembly. |
Routes Response To
| routes-response-to
| The destination of the response message for the custom-out
transport. |
Execute When
| execute-when
| A condition that determines whether the transport executes. |
Endpoint
| endpoint
| The endpoint to which the custom-out transport will send
messages. Used by the custom-out Spring bean
implementation. |
Input
| input
| Specifies where the assembly component obtains data as input. There are
5 possible values:
|
Output
| output
| Specifies where the assembly component directs the output. There are 5
possible values:
|
Spring Bean
| spring-bean
| Specifies the Spring bean that implements the transport's interface class. |
Method Name
| method-name
| The name of the Java method in the custom Java class. |
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. |