SWIFT Module 7.1 SP13.June 2023 | Package Services | WmFIN Package Services | wm.sdk.fin Folder | wm.sdk.docgenerator:createMTISDocFromSchema
 
wm.sdk.docgenerator:createMTISDocFromSchema
This service creates IS document types and IS schema for the corresponding MT schemas.
Input Parameters
msgType
String Required. The SWIFT FIN MT message type for which the IS document type will be created (for example, 564).
sdkversion
String Required. The version of SWIFT SDK. This service uses the SDK version to determine which XSD to apply during file conversion. Valid values are any SDK version that SWIFT Module supports (for example, version 2009 or 2010).
rootNode
String Optional. Specifies the root element for the header document type. It is the value that inbound documents must have in the rootNode to match the header document type.
Note:
You must specify the rootNode for multiple nodes. For example, msgType=head.001.001.02 and namespaceURI=urn:iso:std:iso:20022:tech:xsd:head.001.001.02 then, rootNode=AppHdr.
Output Parameters
isSuccessful
String Required. Indicates if the service executed successfully.
Warnings
Document Optional. Warnings that result during the creation of the IS document type.
Errors
Document Optional. Errors that result during the creation of the IS document type.