Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Mukolajko
Mukolajko
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
1

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Mukolajko
Customize the badges you want to showcase on your profile
Re: Size and request limits on 'WriteCollection' method - Adobe Campaign Standard 27-09-2017
Hi Mukolajko,I forgot to mention one more advantage to define your own web service method by extending nms:recipient, instead of using factory write/writeCollection method(actually you write web method XML definition in the extended customer schema, the code being written in the Javascript objects node):Adobe Campaign classic (v6/v7) uses SOAP call with XML syntax for the parameter.Only Adobe Campaign standard version has also a REST API, with parameters content either in XML or JSON.JSON format...

Views

895

Likes

0

Replies

0
Re: pstrSecurityToken missing from LogOn response using node js - Adobe Campaign Standard 13-09-2017
So apparently i were doing something wrong.So to help other people with this. You don't actually need Security token to run query(on some cases).All what you need to do is to add in request body tag with valid token, and do not specify in HTTP headers X-Security-Token and cookie.Code looks like this in node JS.var body = '' + ''+this.token+'' + '' + '' + '' + '' + '';request({ headers : { "Content-Type" : "text/xml; charset=utf-8", "SOAPAction" : "xtk:queryDef#ExecuteQuery" }, uri: "https://new...

Views

458

Like

1

Replies

0
Likes from