Hi team,
We have a requirement from client that the session token cannot be hardcoded in the SOAP call as the SOAP call will be triggered by another team (not AC team).
<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>
<!--You may enter ANY elements at this point-->
</urn:domEvent>
</urn:PushEvent>
</soapenv:Body>
</soapenv:Envelope>
Is there any way that this session token can be created dynamically by using any API's?
Regards,
Priyanka