Have created a virtual service and deployed to VSE.
When sending requests to this virtual service, not able to view complete incoming request details in inspection view.
Is it possible to view complete incoming request details in inspection view?
Al supported DevTest releases.
Yes. You can view complete request details in virtual service inspection view by following one of the below options followed with a restart of VSE server to increase incoming request length in VSE
1. Adding below property in 'VirtualServiceEnvironment.vmoption' file
-Dtestexec.lite.longMsgLen=65535
2. VirtualServiceEnvironmentService.vmoptions file (to start VSE as a service)
-Dtestexec.lite.longMsgLen=65535