Forum Discussion
Zenith
10 years agoOccasional Visitor
One of the reason could be WADL doesn't allow boolean as query parameter.
So try as
<param xmlns:xs="http://www.w3.org/2001/XMLSchema" name="filterOnlyCatalogue" style="query" type="xs:string" default="false"/>
and conver this to boolean in respective source/java code.