mscheunerVisitor10 years agoLog entire REST request in a mock rest service I'd like to be able to log the entire REST (JSON) requests that come into a Mock REST service in SoapUI. I do see them in the Message Log - but only the date/time stamp and the URL is shown - no deta...Show More
atulbNew Contributor10 years agoCopy LinkIt's possible to log request by using "OnRequest Script" option in Mock Service Editor (I am using version 5.2.1) Put following code in above option and the request content should be visible in "Script Log" log.info(mockRequest.getRequestContent())
Recent DiscussionsWhich current version of POI bin files is compatible with SOAP UI 5.5 free version ?sonatype-2016-0133SOAP UI testing technical user issue
Related ContentReadyAPI - How to access the entire request and response from a Groovy script?Run entire TestSuite from groovyLoop entire Scenario