Hi All,
While trying to extract parameters in "MockeService/MockAction/Dispatch script" from POST request we faced the following issue:
POST with parameters ecoded: application/x-www-form-urlencoded
mockRequest.getRequest().getParameter("paramName") - returns null
parametersMap() is empty
the same code in SoapUI 5.0.0 works correctly,
Any ideas? or ways to bypass this issue?