SWIFT Module 7.1 SP10.July 2020 | Getting Started | Concepts | SWIFTNet Component | SWIFTNet Component Store-and-Forward Mode | Store and Forward FileAct
 
Store and Forward FileAct
Store-and-forward FileAct services can only be used to send a file to a receiver. They cannot be used to request a file.
A store-and-forward FileAct request resembles a real-time FileAct request message. The sender must indicate that SnF be used to store the file, as well as the queue in which SWIFTNet SnF should store any delivery notifications that it generates. If the file delivery fails, the failed delivery notification, including the reason the delivery failed, is stored in the queue the sender specified in the RequestControl.
<Sw:ExchangeFileRequest>
<SwSec:AuthorisationC ontext>
<SwSec:UserDN>cn=abc,o=xxxx,o=swift</SwSec:UserDN>
</SwSec:AuthorisationContext>
<Sw:FileRequest>
<Sw:FileRequestControl>
<SwInt:RequestCrypto>FALSE</SwInt:RequestCrypto>
<SwInt:DeliveryCtrl>
<SwInt:DeliveryMode>SnF</SwInt:DeliveryMode>
<SwInt:NotifQueue>xxxx_generic!x</SwInt:NotifQueue>
</SwInt:DeliveryCtrl>
</Sw:FileRequestControl>
<Sw:FileRequestHeader>
<SwInt:Requestor>o=xxxx, o=swift</SwInt:Requestor>
<SwInt:Responder>o=xxxx, o=swift</SwInt:Responder>
<SwInt:Service>swift.generic.fast!x</SwInt:Service>
</Sw:FileRequestHeader>
<Sw:FileOpRequest>
<Sw:PutFileRequest>
<Sw:TransferDescription>atlog.txt</Sw:TransferDescription>
<Sw:PhysicalName>C:\atlog.txt</Sw:PhysicalName> </Sw:PutFileRequest>
</Sw:FileOpRequest>
</Sw:FileRequest>
</Sw:ExchangeFileRequest>