Solved
Forum Discussion
nmrao
6 years agoCommunity Hero
How Is that affecting your testing?
doubtsreadyapi
6 years agoContributor
Hi nmrao
Since its going with null or empty values, once the request is posted, in backend jobs are running because of this null values its getting failed.
So when the table names are null we must ignore while sending the POST request.
- nmrao6 years agoCommunity HeroEmpty value can affect, but not null. Can show clearly the raw request (text format)?
- nmrao6 years agoCommunity HeroPlease see if this Helps
https://stackoverflow.com/questions/21772221/java-to-json-string-ignore-null-values?r=SearchResults- doubtsreadyapi6 years agoContributor
Thanks for the update.. The link you have provided doesn't help. because my requirement is POST method, and i am getting the data from the custom properties in my Request payload,
- richie6 years agoCommunity HeroHey doubtsreadyapi,
Ive only just seen this post. Apologies.
Im not understanding. You say the table names are null but this is a POST request. I dont understand why if its a POST the tables names are null. Dont you control whats going in your POST?
I might be able to help if i understand your issue properly.
Cheers fella,
Rich