Petals-BC-Filetransfer

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
{include:0 CDK SU Consume Configuration}
Configuration of a Service Unit to consume a service (Filetransfer) 

{table-plus}
|| Parameter || Description || Default || Required ||
| read-directory | The location of the directory to poll on files. The address must be absolute. \\
Accepted values : content, attachment. | content | No \\ |

{table-plus}

h3. Consumer restrictions

h2. Transfer files out of the JBI bus

PROVIDE SERVICE : Write JBI messages XML content and attachments to directory.
\\ !worddav93ef27655066d2f8dbcd5b821bb00665.png|align=center!

</jbi:jbi>{code}

{include:0 CDK SU Provide Configuration}
{table-plus}&nbsp;
|| Parameter || Description \\ || Default \\ || Required \\ ||
| write-directory \\ | The location of the directory where to write JBI message. It must be an absolute address.&nbsp; \\
The directory MUST exists. \\
Environment variables are supported with the form $\{myEnvVariable}. \\ | \- | Yes \\ |
| copy-mode \\ | Transfer either the source, the attachments or both of the payload. \\
Possible values are contentonly, attachments-only or content-and-attachments. \\ | content-and-attachments \\ | No \\ |
| file-pattern \\ | The name of the file where the JBI message (the XMl content) will be written in. \\
The system date is appended on each created file. \\ | The operation name, else content.xml \\ | No \\ |

{table-plus}


h3. Provider restrictions