Last modified by Erik Bakker on 2024/09/03 09:17

From version 26.1
edited by Erik Bakker
on 2024/07/01 13:08
Change comment: There is no comment for this version
To version 27.1
edited by Erik Bakker
on 2024/07/01 13:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,9 +36,9 @@
36 36  [[image:Main.Images.Microlearning.WebHome@advanced-file-connectivity-dynamically-manipulate-smb-settings--standard-service-activator.png]]
37 37  
38 38  Here, we must define an expression to set the host based on a supplied value. Important in this expression is that we correctly reference the complete name of the SMB Session Factory support object in the flow and that once the host is set, the actual message is passed along. An example of such an expression is:
39 -
39 +
40 40  {{code}}@'smb.gtwydynm.exit.support.smb-session'.setHost(headers.server) ?: #root{{/code}}
41 -
41 +
42 42  This expression will set the host based on the value in the header called "server" and, once done, will pass the full message to the output channel.
43 43  
44 44  [[image:Main.Images.Microlearning.WebHome@advanced-file-connectivity-dynamically-manipulate-smb-settings--standard-service-activator-filled-in.png]]
... ... @@ -52,9 +52,9 @@
52 52  [[image:Main.Images.Microlearning.WebHome@advanced-file-connectivity-dynamically-manipulate-smb-settings--standard-service-activator.png]]
53 53  
54 54  Here, we must define an expression to set the host based on a supplied value. Important in this expression is that we correctly reference the complete name of the SMB Session Factory support object in the flow and that once the host is set, the actual message is passed along. An example of such an expression is:
55 -
55 +
56 56  {{code}}@'smb.gtwydynm.exit.support.smb-session'.setShareAndDir(headers.share) ?: #root{{/code}}
57 -
57 +
58 58  This expression will set the host based on the value in the header called "server" and, once done, will pass the full message to the output channel.
59 59  
60 60  [[image:Main.Images.Microlearning.WebHome@advanced-file-connectivity-dynamically-manipulate-smb-settings--standard-service-activator-filled-in-share-and-dir.png]]