cancel
Showing results for 
Search instead for 
Did you mean: 

REST webservice integration result is truncated

former_member545775
Participant
0 Kudos

Hello experts,

I am using an external integration to consume rest webservice which returns a JSON response.

The connection is done correctly but the content of the response is truncated and i cant get the whole content, any help how to solve that ?

Accepted Solutions (1)

Accepted Solutions (1)

JOSC_ITLAB
Participant

Hello Haitham,

i had the same troubles as you. The result is not actually truncated, it just looks like it.

Try splitting up the result into multiple variables in the coding by grabbing for example the first 100 characters of the result content and saving it into the variable. Then cut off the first 100 characters of the result content and repeat until the result content is empty. (You could also build a list).

I hope this helped you,

Johannes

former_member545775
Participant
0 Kudos

Thank you johannesschneider i will try this and get back to u

Answers (0)