I have a question that is related to creating an EDI document in webMethods IS and sending it out through TN.
I have a service that pulls data from a database and then needs to format the records into an EDI 867 document. My concern is that the number of records I get from the database could get very large. So instead of getting all of them at the same time, I would like to read them one at a time, convert each record into some edi string using convertToString.
Can somebody tell me a way to do this ? I dont think I can call convertToString in a loop concatenating the results from each call and still end up with a valid edi document as some segments and control numbers get duplicated.
Is there a way to achieve this ?
#edi#webMethods#Integration-Server-and-ESB