Ensemble Business Process receive Stream , how to push through RecordMapper
Hi, We have a business process that receives back a character stream that has csv content from a SOAP Operation call. I was hoping to make use of the record mapper to map the content to a record map to be able to process the transactions.
I only see examples/documentation of how to use a File or ftp business operation/service to map the stream to a record map.
Is this at all possible to get the csv stream into a record map batch object.
Regards
Thomas
Discussion (1)0
Comments
If it is possible write this stream to a file which can be processed by a RecordMap Batch File Service. Alternative is to write your own code to create the batch object from the stream (refer GetBatchObject method in EnsLib.RecordMap.Service.BatchStandard.cls)