[Batchserver-cvs] Batch_IO_1.1/src/org/jmonks/batch/io/ofx sample-ofx-file-sgml-format.ofx, 1.1.1.1
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2007-05-08 20:49:18
|
Update of /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28062 Modified Files: sample-ofx-file-sgml-format.ofx sample-ofx-file-xml-format.ofx Log Message: no message Index: sample-ofx-file-sgml-format.ofx =================================================================== RCS file: /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/sample-ofx-file-sgml-format.ofx,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample-ofx-file-sgml-format.ofx 18 Oct 2006 03:19:16 -0000 1.1.1.1 --- sample-ofx-file-sgml-format.ofx 8 May 2007 20:49:18 -0000 1.2 *************** *** 24,28 **** </SONRQ> </SIGNONMSGSRQV2> ! <SIGNUPMSGSRQV2> <ENROLLTRNRQ> <TRNUID>0000-8ea7-8098-0000-ffff --- 24,28 ---- </SONRQ> </SIGNONMSGSRQV2> ! <SIGNUPMSGSRQV1> <ENROLLTRNRQ> <TRNUID>0000-8ea7-8098-0000-ffff *************** *** 44,50 **** <SECURITYNAME>NONE <DATEBIRTH>19891111 ! <MVNT.SVCLEVEL>124 ! <MVNT.BRAND.ID>3004 ! <MVNT.BRAND.NAME>Paytrust Bill Ce </ENROLLRQ> </ENROLLTRNRQ> --- 44,49 ---- <SECURITYNAME>NONE <DATEBIRTH>19891111 ! <CUSTOMTAG1>CustomValue1 ! <CUSTOMTAG2>CustomValue2 </ENROLLRQ> </ENROLLTRNRQ> *************** *** 68,76 **** <SECURITYNAME>NONE <DATEBIRTH>19000109 ! <MVNT.SVCLEVEL>124 ! <MVNT.BRAND.ID>3004 ! <MVNT.BRAND.NAME>Paytrust Bill Ce </ENROLLRQ> </ENROLLTRNRQ> ! </SIGNUPMSGSRQV2> </OFX> \ No newline at end of file --- 67,74 ---- <SECURITYNAME>NONE <DATEBIRTH>19000109 ! <CUSTOMTAG1>CustomValue1 ! <CUSTOMTAG2>CustomValue2 </ENROLLRQ> </ENROLLTRNRQ> ! </SIGNUPMSGSRQV1> </OFX> \ No newline at end of file Index: sample-ofx-file-xml-format.ofx =================================================================== RCS file: /cvsroot/batchserver/Batch_IO_1.1/src/org/jmonks/batch/io/ofx/sample-ofx-file-xml-format.ofx,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample-ofx-file-xml-format.ofx 18 Oct 2006 03:19:16 -0000 1.1.1.1 --- sample-ofx-file-xml-format.ofx 8 May 2007 20:49:18 -0000 1.2 *************** *** 18,22 **** </SONRQ> </SIGNONMSGSRQV2> ! <SIGNUPMSGSRQV2> <ENROLLTRNRQ> <TRNUID>0000010d-8ea7-8098-0000-ffff</TRNUID> --- 18,22 ---- </SONRQ> </SIGNONMSGSRQV2> ! <SIGNUPMSGSRQV1> <ENROLLTRNRQ> <TRNUID>0000010d-8ea7-8098-0000-ffff</TRNUID> *************** *** 37,43 **** <SECURITYNAME>NONE</SECURITYNAME> <DATEBIRTH>19891111</DATEBIRTH> ! <MVNT.SVCLEVEL>124</MVNT.SVCLEVEL> ! <MVNT.BRAND.ID>3004</MVNT.BRAND.ID> ! <MVNT.BRAND.NAME>Paytrust Bill Ce</MVNT.BRAND.NAME> </ENROLLRQ> </ENROLLTRNRQ> --- 37,42 ---- <SECURITYNAME>NONE</SECURITYNAME> <DATEBIRTH>19891111</DATEBIRTH> ! <CUSTOMTAG1>CustomValue1</CUSTOMTAG1> ! <CUSTOMTAG2>CustomValue2</CUSTOMTAG2> </ENROLLRQ> </ENROLLTRNRQ> *************** *** 60,68 **** <SECURITYNAME>NONE</SECURITYNAME> <DATEBIRTH>19891111</DATEBIRTH> ! <MVNT.SVCLEVEL>124</MVNT.SVCLEVEL> ! <MVNT.BRAND.ID>3004</MVNT.BRAND.ID> ! <MVNT.BRAND.NAME>Paytrust Bill Ce</MVNT.BRAND.NAME> </ENROLLRQ> </ENROLLTRNRQ> ! </SIGNUPMSGSRQV2> </OFX> \ No newline at end of file --- 59,66 ---- <SECURITYNAME>NONE</SECURITYNAME> <DATEBIRTH>19891111</DATEBIRTH> ! <CUSTOMTAG1>CustomValue1</CUSTOMTAG1> ! <CUSTOMTAG2>CustomValue2</CUSTOMTAG2> </ENROLLRQ> </ENROLLTRNRQ> ! </SIGNUPMSGSRQV1> </OFX> \ No newline at end of file |