Getting error message "unexpected end of file after null"
Hello,
I am getting error "unexpected end of file after null"
What i did?
1)Created/Added new JDBC request (test connection is successfull)
3)added sql query- it is getting fired and retrieving response in xml
2)added a script assertion to the request.
3)trying to parse the request through xmlholder
on running the script getting error "unexpted end of file after null"
Following is the script
import com.eviware.soapui.impl.wadl.inference.schema.Context
import com.eviware.soapui.support.XmlHolder
def request = context.expand('${JDBC Request#Request}')
log.info request
def response = context.expand('${JDBC Request#Response}')
log.info response
def xml = new XmlHolder(response)
def _createdWhen = xml.getNodeValue('//Results/ResultSet/Row rowNumber[1]/CREATEDWHEN')
log.info "date is is --->" + _createdWhen
Can anyone help me out in solving error?
I am, new in soapUI
I am using openSoapui version:5.2.1
Attached log file as well
Thanks in advance
regards
Sharad koshal