Forum Discussion
omatzura
17 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
Related Content
- 4 years ago
- 4 years ago
- 7 years ago
- 3 years ago
- 12 years ago
Recent Discussions
- 14 hours ago
- 17 days ago