Forum Discussion
msche72
14 years agoNew Contributor
Dirty solution that made the thing working was appending the following snippet at the start of the groovy script:
// Temp bugfix, see http://www.eviware.com/forum/viewtopic.php?f=13&t=13488
WsdlMockService mockService = mockRunner.mockService
for (MockRunListener listener : mockService.mockRunListeners) {
mockService.removeMockRunListener(listener)
}