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 -...