What is NLWS? Kindly explain
Solved! Go to Solution.
Views
Replies
Total Likes
NLWS stands for "Neolane Web Services" and refers to the web services API provided by Adobe Campaign Classic.
The NLWS API allows external systems to interact with Adobe Campaign Classic and perform various operations, such as creating and updating profiles, executing workflows, and sending deliveries.
It is based on SOAP (Simple Object Access Protocol) and uses XML messages to communicate between Adobe Campaign Classic and external systems.
Hello @Sanjana12,
i do not know what it stands for i can take a guess:
NeoLane Web Service ??
And it is the new way of accessing methods in schema's objects.
Old way
nms.recipient.create()
New way
NLWS.nmsRecipient.create()
Take a look here:
https://experienceleague.adobe.com/developer/campaign-api/api/p-14.html
Marcel Szimonisz
MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/
NLWS stands for "Neolane Web Services" and refers to the web services API provided by Adobe Campaign Classic.
The NLWS API allows external systems to interact with Adobe Campaign Classic and perform various operations, such as creating and updating profiles, executing workflows, and sending deliveries.
It is based on SOAP (Simple Object Access Protocol) and uses XML messages to communicate between Adobe Campaign Classic and external systems.
Views
Likes
Replies