Forum Discussion
MarcusJ
Staff
9 years agoHi,
The WsdlDataSinkTestStep class does not have a setFileName method, that's why you get the MissingMethodException. Please look at the java doc below for the applicable methods for that class.
https://www.soapui.org/apidocs/pro/com/eviware/soapui/impl/wsdl/teststeps/WsdlDataSinkTestStep.html
Regards,
Marcus
SmartBear Support
twozedz
9 years agoOccasional Contributor
Hi I Understand that WsdlDataSinkTestStep doesnt have that method.
but i need to use the ExcelDataSink methods. Could you please let me know how i can use the ExcelDataSink Class? How do i define the object for that class and then use that its methods?