== STANDARD CS CCAPI ==

// create object for the webService call ws = createObject("webservice", webserviceURL); // call the login API foo = ws.csLogin(site = site, csUserID = userID, csPassword = password, subSiteID = '1', subSiteURL = '');

Login Failed

Login -- #ssid#

foo = ws.cslogout(ssid = "#ssid#");

Logout -- #foo#

STANDARD CS CCAPI ERROR


== ADF CCAPI ==

ccapiObj = server.ADF.objectFactory.getBean("ccapi_1_0"); ccapiObj.initCCAPI(); ccapitLoginRet = ccapiObj.login(1); ccapiSSID = ccapiObj.getSSID();

Login -- #ccapiSSID#

Logout -- #ccapitLogoutRet#

ADF CCAPI ERROR