Hello,
In order to use the stream version of envelopeprocess you must have at least:
- a variable named “edidata” on the pipeline with the data in an inputstream
- a document on the pipeline named “headers” with atleast a field name “Content-type” with the value “application/EDIstream”
- your edi document delimiters should not be in unicode format or be control characters (like carriage return or linefeed). do any manual or automatic replaces as necessary.
These are all musts. You should be able to parse your data in stream format. If the data is small enough, you will get the data in the undefdata field, else you get a new stream RID in that location. Good day.
Yemi Bedu
#edi#webMethods#Integration-Server-and-ESB