cbyndr
16 years agoContributor
[SOLVED]best way to get at/transfer contents of an AMF Request Step's response?
I have a test case sending a request to a secured AMF endpoint. The request returns an ASObject:
false
false
net.co.sb.dto.ContactDTO
I'd like to use some of these strings for later test steps. Is there a way to parse this AMF response/ASObject from a Groovy Script step, similar to how we'd parse an XML response?
I did try creating a Property Transfer from the AMF response, but the Property Transfer step is created without the Property, Transferred Value's source property is always missing.
I'd like to use some of these strings for later test steps. Is there a way to parse this AMF response/ASObject from a Groovy Script step, similar to how we'd parse an XML response?
I did try creating a Property Transfer from the AMF response, but the Property Transfer step is created without the Property, Transferred Value's source property is always missing.