Is it possible to view complete request details in VSE inspection view, currently it shows as _TRUNCATED in incoming request message?
search cancel

Is it possible to view complete request details in VSE inspection view, currently it shows as _TRUNCATED in incoming request message?

book

Article ID: 68020

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

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?

 

Environment

Al supported DevTest releases.

Resolution

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