Hi.I try to integrate to adobe campaign API.I use example from Web
service calls to try receive session and security token.Here is my
sample code from node.jsvar body = '' +
'' + ' ' +
'username ' +
'pass ' + ''
+'';request({ headers : {
"Content-Type" : "text/xml; charset=utf-8", "SOAPAction" :
"xtk:session#Logon" }, uri: this.loginUrl, body: body, method: 'POST'},
(err, response, body) => { console.log(err); console.log(body);});And
here is body responseSessionTokenHereAs
you can see pstrSecur...