xml - Indentify the boolean tag in jersey request -
in jersey put request passing xml file data input curl.
how should test particular boolean value in xml input file, because jaxb converts non-true values false. , if tag isnt present gives value false.
try declaring attribute using object type boolean instead of primitive boolean.
Comments
Post a Comment