Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20990

SOAPUI - Extracting data using jsonpath when element has space

$
0
0

I'm attempting to use jsonpath in SOAPUI to facilitate my testing.

I would like to transfer values using property transfer in SOAPUI from a response to a request, however the element has a space.

Below is a extract from the JSON response:

"Email address": "EwanWalker@dayrep.com",
"NameonCardLine2": null,

 

The expression I would use is as follows:

$.custCriteria.Email address

However this fails.

 


Viewing all articles
Browse latest Browse all 20990

Trending Articles