Forum Discussion

ar1607's avatar
ar1607
New Contributor
9 years ago
Solved

[SoapUI 5.2.1] mockRequest is NULL in REST MockService

I'm using SoapUI 5.2.1 and I have a REST MockService. Whenever I try to implement the following script, I get the NullPointerException .   Script: def requestBody = mockRequest.getRequestContent()...