How to remove the number separator format for the Web Service AssetManagementComplex response
The web service AssetManagementComplex response contains an attribute value with the operation AssetManagementComplexQueryPage. If the attribute is of integer type then it contains the "Number Grouping Separator" setup for the Locale setting in the Administration – Data>Locale for the EAI server component (e.g. 12,345). The requirement is to turn off this formatting in the attribute value in the web service response (e.g. 12345). Is this possible?
I have attached an example of the problem web service request and response.
This is similar to the product configurator UI where the integer attribute value is displayed with the number group separator used by the Application Object Manager Locale parameter.