Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Cormac,
it seems to me that the fileStartRow and fileEndRow are passed as strings instead of ints, how are you creating these? Maybe you could cast them to int with
soapUIXmlUtils.validateResponseAgainstFile(parentNode, errors,
Integer.parseInt(rangeStart), Integer.parseInt(rangeEnd))
?
regards,
/Ole
eviware.com
it seems to me that the fileStartRow and fileEndRow are passed as strings instead of ints, how are you creating these? Maybe you could cast them to int with
soapUIXmlUtils.validateResponseAgainstFile(parentNode, errors,
Integer.parseInt(rangeStart), Integer.parseInt(rangeEnd))
?
regards,
/Ole
eviware.com