Solved
Forum Discussion
nmrao
6 years agoCommunity Hero
How Is that affecting your testing?
- doubtsreadyapi6 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,