H All,
We are facing below exception using while passing contentType as “APPLICATION_JSON_UTF8” in the groovy script.
groovy.lang.MissingPropertyException: No such property: APPLICATION_JSON_UTF8 for class: New
at New.run(New.groovy:16)
But on passing contentType as “JSON”, we are able to get the response. Again while fetching one of the parameters from the response we are getting encoding: null.
regards,
Sushil Nembhani