Hi,
When running the pipeline component with some rules I sometimes get following error:
ForwardOnlyEventingReadStream does not support setting Position.
This happens in the MessageModificationTranslatorStream.
Isn't it possible to convert the stream to a ReadOnlySeekableStream type of stream?
Actions that take place when it occures are:
- Property promotion based on XPath.
- Namespace renamings.
- XML disassembling
- XML Validation
Hi,
When running the pipeline component with some rules I sometimes get following error:
ForwardOnlyEventingReadStream does not support setting Position.
This happens in the MessageModificationTranslatorStream.
Isn't it possible to convert the stream to a ReadOnlySeekableStream type of stream?
Actions that take place when it occures are: