I created a customized flow service to receive my bizdoc from TN and get the parameters and data to pass to wm.EDIINT:send, but when I run it, the data/stream never gets passed.
I know that when I run pub.file:getFile (as in wm.EDIINT.sample:send), my data/stream is of type java.io.InputStream. But I need to get byte data from my bizdoc, so I use wm.tn.doc:getContentPartData, which gives me java.io.ByteArrayInputStream.
Could that be the reason data/stream doesn’t get passed?
It seems like I’m missing something incredibly basic.
Dave