Hi Team,
Can you please help me on writing the rtEvent expression with while loop to display in table format, for the below.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:nms:rtEvent">
<soapenv:Header/>
<soapenv:Body>
<urn:PushEvent>
<urn:sessiontoken>?</urn:sessiontoken>
<urn:domEvent>
<rtEventtype="Welcome_TTN" email="Veera@gmail.com" wishedChannel="email">
<ctx>
<employeeName>
<Name>Vinay</Name>
<Name>Veera</Name>
<Name>Vishal</Name>
<Name>Venkat</Name>
</employeeName>
</ctx>
</rtEvent>
</urn:domEvent>
</urn:PushEvent>
</soapenv:Body>
</soapenv:Envelope>
Thanks in Advance
Veera