Adobe Campaign - SOAP API calls from a external webservice Hi,I wish to call SOAP API from an external webservice/ javascript. Need help on the step by step process. If anybody has tried this before than please help. I tried the below sample code but do not get any result for session and security token~~ var cnx = new HttpSoapConnection("https://[instance url]/nl/jsp/soaprouter.jsp");var session = new SoapService(cnx, 'urn:xtk:session');session.addMethod("Logon", "xtk:session#Logon", ["sessiontoken", "string", "Login", "string", "Password", "string", "Parameters", "NLElement"], ["sessionToken", "string", "sessionInfo", "NLElement", "securityToken", "string"]);var res = session.Logon("", "username", "password", <param/>);var sessionToken = res[0];var securityToken = res[2];cnx.addTokens(sessionToken, securityT