Hi,
How can I get an instance of stream which is a successor of %Stream.Object in a method that handles a REST POST request?
#dim request as %CSP.Request = %request
set content = request.Content
This returns a variable of type %CSP.Stream which is totally useless, because %CSP.Stream does not inherit from %Stream.Object