Concept: Assembly Transports
Studio provides 2 categories of assembly transports on the
Palette
:- In Transports
- Out Transports
Out-transports exchange messages with a resource such as an HTTP endpoint, Workday application,
or FTP site. Assemblies containing a
local-out
transport can
communicate with subassemblies containing a local-in
transport.Studio supports these in-transport assembly elements on the
Palette
:Name | Function | Notes |
|---|---|---|
workday-in
| Defines a starting point for executing an assembly. |
|
local-in
| Defines an entry point to an assembly or a subassembly. |
|
Studio supports these out-transport assembly elements on the
Palette
:Name | Function | Notes |
|---|---|---|
workday-out-rest
| Sends Workday application REST request messages to an HTTP URL. |
|
workday-out-soap
| Sends Workday application SOAP request messages to an HTTP URL. |
|
local-out
| Exchanges messages with assemblies and subassemblies containing a
local-in transport. |
|
http-out
| Sends HTTP request messages to an HTTP URL. |
|
ftp-out
| Sends messages to an FTP server. |
|
ftps-out
| Sends messages securely to an FTP server using the FTP over SSL (FTPS)
protocol. |
|
sftp-out
| Sends messages securely to an FTP server using the FTP over SSH (SFTP)
protocol. |
|
xmpp-out
| Writes text messages to a Jabber server. Example: a Google Gmail
server. |
|
custom-out
| Creates a customizable out-transport. |
|
email-out
| Writes e-mails to an SMTP (mail) server. |
|