DevTest Portal v10.1.0, using Inspection View to check incoming transactions to a VS. When a TX is matched, I seem to be able to view only a truncated excerpt of the request message, on the Listener's "Step Response" event. Is there a VSE configuration which controls how much of the request message is captured, here? Thank you.
The request what comes to VS is available in a property "lisa.vse.http.current.transaction.body". If it is not a big request, you should see it in the property "lisa.vse.http.current.transaction.body".
As Joel said, setting the property -Dtestexec.lite.longMsgLen with some big number in VSE vmoptions should help you with the truncation.
The response usually in a Transient form and you can't see it in the inspection view. If you want to see the response in inspection view, then the VSE response should be stored in a property before the Responder step deletes it.