romandy
Programmer
- Jul 18, 2012
- 5
Hello, community!
I'm trying to implement integration with one web-service using SOAP. There are some text fields that contain UTF-8 characters in SOAP. So, solution is very simple, we just create XML using OScript built-in functions, then create socket connection to web-service and so on - exchange is done. Problem is when writing unicode characters - they are not supported. Is there any solutions?
I tried the experiment to determine this:
1. create user and write it initials with unicode
2. get userinfo using UAPI
3. generate XML and write down user initials into this XML
4. turn on any network analyzer and capture that XML
I searched information about UTF-8 support in KC, but it was not successful
I'm trying to implement integration with one web-service using SOAP. There are some text fields that contain UTF-8 characters in SOAP. So, solution is very simple, we just create XML using OScript built-in functions, then create socket connection to web-service and so on - exchange is done. Problem is when writing unicode characters - they are not supported. Is there any solutions?
I tried the experiment to determine this:
1. create user and write it initials with unicode
2. get userinfo using UAPI
3. generate XML and write down user initials into this XML
4. turn on any network analyzer and capture that XML
I searched information about UTF-8 support in KC, but it was not successful