SWIFT Module 7.1 SP10.July 2020 | Package Services | WmSWIFTNetClient Package Services | wm.swiftnet.client.services Folder | wm.swiftnet.client.services:sendSynchronousRequest
 
wm.swiftnet.client.services:sendSynchronousRequest
This service formats the input request primitive into an XML string and then invokes the wm.swiftnet.client.services:swCall service to send the request primitive to SAG over RA. The response XML string received is then formatted into the appropriate response primitive.
Input Parameters
requestDocument
Document Request primitive to be sent.
requestDocNSName
String NS record name of request primitive.
responseDocNSName
String NS record name of response primitive.
Output Parameters
responseDocument
Document Response primitive received.
error
String Whether an error occurred. Valid values: true and false.
errorXMLString
String Conditional. Error details received from SAG.