79383495

Date: 2025-01-24 07:09:45
Score: 1
Natty:
Report link

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

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sanjay Korde