i’m using wm9.6, i’m not sure if there are issues with WM IS
@IS server level, the setting i have is watt.server.http.jsonFormat=parsed
at each HTTP POST (rest) transaction level, i’m passing jsonFormat=stream
i just have savepipelinetofile in my HTTP POST rest service, unfortunately i dont see the jsonStream variable available in my pipeline file
but i’ve this variable jsonStream, i can process this variable using streamtodocument
why is it that my savepipelinetofile not showing the jsonStream variable.
same is scenario, when i have jsonFormat=bytes in the query string, i dont see the jsonBytes in my savepipeline file, but jsonBytes is available for processing it.
one more question, when would i have contentStream as variable in my pipeline?
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services