Creating a Schema Project
To create a schema project:
In Visual Studio, create the SWIFT MX Schema BizTalk project.
Add the appropriate MX schema (downloaded from ISO20022 site), which you wish to test, to this project.
If you want to execute the Message Repair and New Submission functionality for the above MX message, then an Envelope schema corresponding to the above message type also needs to be deployed else proceed to step 6.
Note
For information on how to generate MX Envelope schemas, please refer to the Form Generator Documentation.
Add the Envelope schema to the SWIFT MX Schema project.
Open the Envelope schema in the BizTalk editor and promote “CorrelationToken” and “IsNewSubmission” properties. Right-click the above fields and click Promote -> Quick Promotion to promote these properties.
Note
For more information on how to promote properties of a schema, please refer to the BizTalk Server documentation.
Create a key file (using Sn –k key.snk), and then assign it to the project to create a strong named assembly.
Build and then deploy the project.