Please look the solution at the below site https://payhip.com/b/tnJy8 Hi ,
This is TCL parcer which converts SOAP XML to TCL dicionray .
<SOAP:Envelope
xmlns:SOAP='http://schemas.xmlsoap.org/soap/envelope/'>
SOAP:Header/
SOAP:Body
<ns1:Request xmlns:ns1='urn:/soap2/RM'>
ns1:v0
ns1:CompanyCode0000028</ns1:transfer>
ns1:NameTest</ns1:change>
ns1:text
ns1:textHello1</ns1:text>
</ns1:text>
ns1:text
ns1:textHello2</ns1:text>
</ns1:text>
</ns1:v0>
</ns1:Request>
</SOAP:Body>
</SOAP:Envelope>
OutPut-
CompanyCode 0000028 Name Test text {{text {Hello}} {text {Hello1}}}