Hi all, I'm currently using a pattern where I POST to a rather generic restxq function that performs some pre-validation on the POST body. At that point, according to information I get from the request (path, headers) I call a subsequent more specific function through the <forward/> construct. It works nicely up to the access to the POST content which appears to be consumed defintely by the first function. Actually I get the following error at the called function:
[BASX0003] Input could not be converted: "POST.xml" (Line 1): No input found.
I don't see in the docs any way I can get forward to pass ahead the bost body and I thought it should be natural ... what am I missing?
Regards, Marco Lettere.
P.S. I'm using basex 7.7.