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

Reference: XMPP-Out Transport Properties

Common Tab

Property
XML Attribute Name
Description
Id
id
The unique ID of the
xmpp-out
component within the assembly.
Routes Response To
routes-response-to
The destination of the response message for the
ftp-out
transport.
Execute When
execute-when
A condition that determines whether the transport executes.
Endpoint
endpoint
Specifies the recipient of the Instant Message. Example:
xmpp:logan.mcneil@gmail.com
Domain
domain
The domain where the username is registered. Example:
gmail.com
Server
server
The host or IP address of the XMPP/Jabber server.
Port
port
The port number at which the XMPP transport listens for messages. The port used by most XMPP servers is 5222.
Username
username
The username used to access the FTP server.
Password
password
The password associated with the username used to access the FTP server.

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.