The information in this article applies to:
SYMPTOMSIn the Microsoft Internet Finance Server Toolkit (MIFST) SDK, the sample OFX_FI_Frame component has a bug that places the <SPNAME> tag in the wrong position within a <MSGSETCORE> aggregate. CAUSEThe initial public specification for OFX 1.02 had the location of the <SPNAME> tag for the <MSGSETCORE> aggregate as the optional second attribute. This is where the sample OFX_FI_Frame component places the <SPNAME> tag. The addendum to the OFX 1.02 specification indicates that the tag should actually be the last tag for the <MSGSETCORE> aggregate. Therefore, the tag should have been moved in the code sample OFX_FI_Frame component. RESOLUTION
In order to change the location of the <SPNAME> tag in the sample OFX_FI_Frame component, you can make a simple change to the AddResponse method of the CAG_MessageSetCore class (found in aggregate.hpp). The following declaration fixes the problem:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe sample testbank site does not use the <SPNAME> field thus it does not encounter the problem. Additional query words: kbDSupport
Keywords : |
Last Reviewed: March 31, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |