SWIFT Module 7.1 SP10.July 2020 | Package Services | WmSWIFTNetServer Package Services | wm.swiftnet.server.services Folder | wm.swiftnet.server.services:handleRequest
 
wm.swiftnet.server.services:handleRequest
The SwCallBack function in WmSWIFTNetServer.dll invokes this service when a request is received from SAG. This service recognizes the incoming request primitive as a TN document type and invokes the processing rule specified by the user. The output of the service specified by the user for the processing rule must contain the string variable xmlResponse that is send back to SAG as the response to the incoming request.
Input Parameters
xmlRequest
String Incoming request primitive.
SwSecUserDN
String User DN returned by security context created in SAG at startup.
Output Parameters
xmlResponse
String Outgoing response primitive.