pleuraXeraphim
15 years agoOccasional Contributor
Difference in getting Respinse from AMF Request vs HTTP ?
Hi
I am using the following to get back the XML returned from an AMF Request.
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
def holder = groovyUtils.getXmlHolder( "GetAllUserTypes#Response" )
log.info holder.xml;
However I am getting a Null pointer exception.
However If I run the same code on another Test Step which is a HTTP step. It works fine.
Is there a difference in accessing the Responses for an AMF call ?
The format of the AMF response looks like as follows:
false
false etc etc ....
I am using the following to get back the XML returned from an AMF Request.
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
def holder = groovyUtils.getXmlHolder( "GetAllUserTypes#Response" )
log.info holder.xml;
However I am getting a Null pointer exception.
However If I run the same code on another Test Step which is a HTTP step. It works fine.
Is there a difference in accessing the Responses for an AMF call ?
The format of the AMF response looks like as follows: