Forum Discussion
zawistol
17 years agoOccasional Contributor
Hi,
We tried to workaround by using groovy, but it fails on "getInputStream" with same error as GUI:
Mon Dec 14 13:29:33 CET 2009:ERROR:An error occured [string value 'BASE64' is not a valid enumeration value for DefinitionCacheType in namespace http://eviware.com/soapui/config], see error log for details
Lech
def request = testRunner.testCase.testSteps['AddGzip'];
def response = request.getTestRequest().getResponse();
def attachments = response.getAttachments();
def spack = attachments[0];
def attStream = spack.getInputStream(); //// ERROR ///
We tried to workaround by using groovy, but it fails on "getInputStream" with same error as GUI:
Mon Dec 14 13:29:33 CET 2009:ERROR:An error occured [string value 'BASE64' is not a valid enumeration value for DefinitionCacheType in namespace http://eviware.com/soapui/config], see error log for details
Lech
def request = testRunner.testCase.testSteps['AddGzip'];
def response = request.getTestRequest().getResponse();
def attachments = response.getAttachments();
def spack = attachments[0];
def attStream = spack.getInputStream(); //// ERROR ///