ContributionsMost RecentMost LikesSolutionsRe: Issue -Resource/Method type change is not persisting Please respond ASAP Hi Guys, I have the same problem with Resource/Method, It's not persisting. Someone have the solution? What I'm wronging? Thanks GC Dispatch Style Script doesn't work Hi Guys, I have a problem with Dispatch Style Strategy Script in Ready! API. I have inserted this code in Script form: def requestBody = mockRequest.getRequestContent() log.info "Request body: " + requestBody if( requestBody.contains("getLineData") ) { return "getLineData" } if( requestBody.contains("rechargeConfig") ) { return "rechargeConfig" } and in Default Response: getLineData After start of mockServer, when I send my Request on mock endpoint I get only the Default Response (getLineData) for each Request! This happen with Ready! API and not with SoapUI. Thanks GC