Is there a JSON/REST version of the Soap get session token api call?
I would like to create a rest version of the following soap call to retreive a session token, is this possible?
Soap Call to
{{AdobeCampagin Server}}/nl/jsp/soaprouter.jsp
Body (where strLogin=User Id and strPassword=User Password
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:xtk:session">
<soapenv:Header/>
<soapenv:Body>
<urn:Logon>
<urn:sessiontoken></urn:sessiontoken>
<urn:strLogin></urn:strLogin>
<urn:strPassword></urn:strPassword>
<urn:elemParameters>
</urn:elemParameters>
</urn:Logon>
</soapenv:Body>
</soapenv:Envelope>