cancel
Showing results for 
Search instead for 
Did you mean: 

Get the value of JsonSlurper().parseText(body);

0 Kudos

Good morning experts,

Help please, to solve the following case, I try to consume a service with the following structure:

I use JsonSlurper to get the body, but I can't send the entitydata value to the service

I've already tried to get entitydata like this, but I can't send the correct value.

I only require the value that I have in the body as entitydata

Can you help me how can I solve it please?

Cheers!

0 Kudos

This is the value that I should get entitydata

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

I managed to solve it like this:

"&access_token="+slurperToken.result.entitydata

Answers (0)