Forum Discussion

vselyanin's avatar
vselyanin
New Contributor
10 years ago

How to use HttpRequest as array of "[key] = [value]"

I'm looking for solution to my problem:

I'm got rest request in TestCase, and i need to get this request in script as Array['name' = 'value']

How can i do this using SoapUI\NG ? I tried something like:

def request = context.expand( '${selectMemberId#Request}')

 

but its seems like string, or something. After trying execute this im getting empty string, but i have atleast 2 custom properies filled

Can anybody help me?

No RepliesBe the first to reply