Hello,
Working on to learn very basic CUSTOM Business Service which sends to a EnsLib.File.PassthroughOperation.
But operation is not writing to File and erroring out (No Stream contained in StreamContainer Request")'.
How do convert the object to STREAM and wrap in the StreamContainer so the operation does not error and write to a file.
Thanks.
Persistent Class
Class Hospital.PatientApptRequest Extends %Persistent
{
Property PatientId As %Stream.FileCharacter;
Property PatientName As %Stream.FileCharacter;
..
Custom Service reads from a file
Method OnProcessInput(pInput As %FileCharacterStream, Outpu




