slabarbara
12 years agoNew Contributor
json payload causes errors
Hello,
I am experiencing strange results using SoapUI 4.0.0. My REST service is a POST that expects a payload of:
{
"payload" : {
"accepted" : true
}
}
This works perfectly fine using Google Advanced Rest Client. However, when using SoapUI (which is a requirement at work to export the soap xml file) I get errors. No matter what I do with the payload, remove whitespace, etc., I get the following error:
org.codehaus.jackson.JsonParseException: Unexpected end-of-input: expected close marker for OBJECT
Is there a way to resolve this issue. It is as if SoapUI is somehow manipulating that payload and removing a '}' or something.
Thanks
Sam
I am experiencing strange results using SoapUI 4.0.0. My REST service is a POST that expects a payload of:
{
"payload" : {
"accepted" : true
}
}
This works perfectly fine using Google Advanced Rest Client. However, when using SoapUI (which is a requirement at work to export the soap xml file) I get errors. No matter what I do with the payload, remove whitespace, etc., I get the following error:
org.codehaus.jackson.JsonParseException: Unexpected end-of-input: expected close marker for OBJECT
Is there a way to resolve this issue. It is as if SoapUI is somehow manipulating that payload and removing a '}' or something.
Thanks
Sam