cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Include null/empty string in OCC Response

0 Likes
1,419

Hello experts,

Is there way to include null/empty string attributes in OCC V2 Json response.

By default null/empty attributes are ignored. Any property/configuration to include.

Thanks
Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

With underlying marshaller implementation (ee moxy) it is not possible to configure null/empty values to appear in the output.

This should not be an issue because clients that consume output of the web service should threat missing node as no value for this node (common pattern in web integration).