SOAP Connection to Adobe Campaign Classic. What about sessiontoken ?
Hi all,
I have now a Connection to a test instance of Adobe Campaign, I can sucessfully logon with my user credentials to this instance,
With the help of this article Web service calls I want to create an interface in Java, JavaScript or another language.
I'm using now Eclipse as an IDE.
But I have the Problem to find out the exact JavaScript Framework or Java library.
In this example an object "HttpSoapConnection" or "SoapService" is be used.
var cnx = new HttpSoapConnection("https://serverURL/nl/jsp/soaprouter.jsp");
var session = new SoapService(cnx, 'urn:xtk:session');
Can anybody give me an hint, where I can find this object ?
Or can give me a Code snippet ?
Many thanks in advance.
Tristan