Description
ProductFeatureCategory CRUD services have explicitly mentioned IN/OUT parameters in their service definition, like
<attribute name="description" type="string" mode="IN" optional="false"/>
Rather, the IN/OUT parameters for this crud services should have been written using auto-attribute, like
<auto-attributes include="nonpk" mode="IN" optional="true"/>