In SO Common, there is the BaseClient class, which is being used when SO makes a request to SDNC API
Based on my testing the non-ASCII characters put in the payload (e.g. é, è) are not properly received on the SDNC side, unless we put a fix in BaseClient's run() method, to add a StandardCharsets.UTF_8 MessageConverter. Thoughts? Have others seen this issue? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19445): https://lists.onap.org/g/onap-discuss/message/19445 Mute This Topic: https://lists.onap.org/mt/54457018/21656 Mute #so: https://lists.onap.org/mk?hashtag=so&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
