Indentify the boolean tag in jersey request

uniqsex

New Member
In Jersey PUT request I am passing a xml file as data input for cURL. How should I test the particular boolean value in xml input file, because JAXB converts all the non-true values to false. and if the tag isnt present even then it gives the value as false.
 
Back
Top