Hi everyone, Unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false')at [Source: (org.apache.http.client.entity.LazyDecompressingInputStream); line: 1, column: 2] I am getting the above error white executing the Rest service. Can anyone please help me to resolve this issue?
asked
Madhura Lendhe
1 answers
0
I suspect you are getting an HTML formatted error message being returned from the REST service you are trying to consume.
To check for this, set the log level for the REST Consume node to TRACE. This will print out the request and response in the logs, so you can see what is being returned.