04-13-04 01:47 PM
I have a flat file that is converted into message1, works fine.
Then I have a class library which brakes out each row in the message1 into a
single message2.
Then Message2, the single row, is passed through the rules engine. A flag is
set in the rules engine whether message2 is a acceptable item.
This is where I have the problem.
I try to build Message3 which is a list of accepted items and Message4 which
is a list of invalid items in a class library.
Everything works in debug I can see all the items in Message 3 and 4, BUT t
hey do NOT persist to a port, file, or WebService.
What could I be doing wrong?
Thanks
Dan
[ Post a follow-up to this message ]
|