Forum Discussion
depeche
16 years agoContributor
Hi,
I cloned the test steps under different TestSuite, but still getting the same error. I think its a threading issue at soapUI (just a guess) as every execution finishes off and you will get the response but before populating "ResponseAsXML" it goes to next step.
The very next step, I am trying to retreive the value in the groovy script as follows:
def responseAsXML = context.expand( '${JDBC Request#ResponseAsXML#//Results[1]/ResultSet[1]/Row[1]/PERSONRECORDID[1]}' );
But it throws error.
Thanks & regards,
depeche
I cloned the test steps under different TestSuite, but still getting the same error. I think its a threading issue at soapUI (just a guess) as every execution finishes off and you will get the response but before populating "ResponseAsXML" it goes to next step.
The very next step, I am trying to retreive the value in the groovy script as follows:
def responseAsXML = context.expand( '${JDBC Request#ResponseAsXML#//Results[1]/ResultSet[1]/Row[1]/PERSONRECORDID[1]}' );
But it throws error.
Thanks & regards,
depeche