Avatar

Community Advisor

I  am  following https://support.neolane.net/doc/AC6.1/en/CFG_API_Implementing_SOAP_methods.html

after following the steps mentioned in the above link

created a js by i.e cus1:subscription.js

in this JS i have a function

function cus1_subscription_Subscribe(service,recipient,event){

//code here

}

now in my webapp scrip i am trying to call this method like cus1.subscription.Subscribe(service,recipient,event); but i am getting one error like cus1 is undefined

How can i resolve this? it would be great if you can point me to the OOTB implementation of nms.subscription.Subscribe(service,recipient,false) i.e location of this file in adobe campaign console.

Regards,

Amit