Server Functionality
The WmSWIFTNetServer libraries (that is, WmSWIFTNetServer.dll or WmSWIFTNetServer.so) invoke functionality for a server, which receives a request from, and sends a response to, a client. When using SWIFT Module with a server, you can do the following:

Receive an InterAct request message and send a response in real-time or store-and-forward mode.

Accept a
put file request from the client application in real-time mode only.

Accept a
get file request from the client application in real-time mode only.

Receive the pushed messages from the SnF queue in store-and-forward mode only.
For more information about the architecture of the module, see
SWIFTNet Component Architecture.