Forum Discussion

saib's avatar
saib
Occasional Contributor
6 years ago

Ambiguous method overloading for method com.eviware.soapui.support.XmlHolder#

Getting this error

groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method com.eviware.soapui.support.XmlHolder# . Cannot resolve which method to invoke for [null] due to overlapping prototypes between: [interface org.apache.xmlbeans.XmlObject] [interface org.w3c.dom.Node]

 

import com.eviware.soapui.support.XmlHolder
import com.eviware.soapui.support.GroovyUtils


 def xml = new XmlHolder(context.response)

 

 

 

No RepliesBe the first to reply