SWIFT Module 7.1 SP10.July 2020 | Package Services | WmSWIFTNetClient Package Services | wm.swiftnet.client.services Folder | wm.swiftnet.client.services:swArguments
 
wm.swiftnet.client.services:swArguments
This service initializes the client application by invoking the SwArguments() function defined in the SNL libraries. The service takes a String[ ] of arguments as input. The only mandatory parameter to be passed is the SAGMessagePartner defined in SAG.
For example:
args[0] = "WmSWIFTNetClient"args[1] = "-SagMessagePartner"args[2] =
"<message partner name defined in SAG>"
Input Parameters
args
String Array Initialization arguments to be passed to the SNL libraries.
Output Parameters
None.