I have installed Microsoft BizTalk Accelerator for SWIFT and BizTalk A4Swift Message Pack 2016 as per the documentation attaced in the installable.
I am have also deployed sample solution available in Installed folder.
C:\Program Files (x86)\Microsoft BizTalk Accelerator for SWIFT\SDK\Tutorial\SWIFTSolution\SWIFTSolution.sln
After deployed when I am dropping sample message, I am getting below error.
<?xml version="1.0" encoding="Windows-1252"?> <SWIFT_ERROR MessageType=""> <ParseError ExceptionType="" LineNumber="0" LinePosition="0" MultipleEmptyLines="False" SchemaName="http://schemas.microsoft.com/BizTalk/Solutions/FinancialServices/SWIFT/SWIFTHeader#SWIFTHeader"> <Message>Finding the document specification by name failed. Verify the schema deployed properly. </Message> </ParseError> </SWIFT_ERROR>
I have verified all the artifacts are correctly deployed as per sample solution. I have also verified that there is no duplicate schema in BizTalk Admin Console. In Receive pipeline I have tried to use all available options for SWIFTHeaderSchema like "Microsoft.Solutions.FinancialServices.SWIFT.RuntimeSchemas.HeaderSchema"
etc. But none is working.