Approach to map REST WS attr into existing property of diff case
We have a web service hosted in Pega which is invoked by another system to create work objects. Recently an attribute (CountyName) was proposed to be added to the web service definition by the external system. However we have an existing property in the rule resolution hierarchy in Pega - Countyname (n is small). So we are not able to map the value from the web service. Creating a new property with a different case in the same hierarchy is not feasible as it may lead to erratic behavior and is generally not recommended. Is there a way to implement this requirement? Please advise.