SOAP request activity returns a string name of instance response, but works in SoapUI

Good evening, I’m trying for days that I use Calls via APIs from ERP program. My problem is in the result that the method returns. Although SOAP UI normally returns:
<S:Envelope xmlns:S=“http://www.w3.org/2003/05/soap-envelope”>
<S:Body>
<ns2:getStatusResponse xmlns:ns2=“http://API.Integration/”>

0
GEN_1
OK
1

</ns2:getStatusResponse>
</S:Body>
</S:Envelope>

But if I run it in UIPATH and use SOAP Request the Result always is “String Result” or “Integer Result”, the name of instance.

Thanks in advance
George