umeriftikhar
10 years agoOccasional Contributor
GroovyUtils
Hi,
this function is giving no error:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
but when i call this function:
def holder = groovyUtils.getXml( mockRequest.requestContent )
i get this error:
ERROR:An error occurred [com.eviware.soapui.impl.wsdl.mock.DispatchException: Failed to dispatch using script; java.lang.NullPointerException], see error log for details
this function is giving no error:
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
but when i call this function:
def holder = groovyUtils.getXml( mockRequest.requestContent )
i get this error:
ERROR:An error occurred [com.eviware.soapui.impl.wsdl.mock.DispatchException: Failed to dispatch using script; java.lang.NullPointerException], see error log for details