In Integer-profile, we have attribute "integer-profile-configuration/integer-value".
As per understanding, the value of integer-value should be between minimum and maximum values provided in capability class.
But when we perform putIntegerProfileIntegerValue operation if integer-value is not within expected range (more tham maximum or less than minimum )it is giving the respose code as 204
solution: if Integer-value is not with in the expected range it should give response code as 400
In Integer-profile, we have attribute "integer-profile-configuration/integer-value". As per understanding, the value of integer-value should be between minimum and maximum values provided in capability class. But when we perform putIntegerProfileIntegerValue operation if integer-value is not within expected range (more tham maximum or less than minimum )it is giving the respose code as 204
solution: if Integer-value is not with in the expected range it should give response code as 400