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

aneeshu1768888
aneeshu1768888
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by aneeshu1768888
Customize the badges you want to showcase on your profile
Re: Ignore warning while importing package through script... - Adobe Campaign 21-04-2020
Hi : I tried with ignoreWarning = "true" but it doesn't work. Do you know the correct format how it can be given in the below schema xml file which we import

Views

1.5K

Likes

0

Replies

0
Re: Workflow soap call via JS doesn't work through campai... - Adobe Campaign 18-03-2020
Hi Darren, But this same request works fine from the SOAP UI that confuses me. "System clocks are out by too much" by this do you mean my campaign on-premise server timezone and the SMS system server timezone might be different.. RegardsAneesh

Views

2.3K

Likes

0

Replies

0
Re: Workflow soap call via JS doesn't work through campaign but same works from SOAP UI - Adobe Campaign 17-03-2020
Does the timezone difference in our server and the req.header["Host"] = "xxxxx"; server makes this kind of problem ?

Views

2.3K

Likes

0

Replies

0
Workflow soap call via JS doesn't work through campaign but same works from SOAP UI - Adobe Campaign 17-03-2020
Sample JS file added below which is causing the error. Could someone help to fix this issue?This SOAP request get success while trying from a SOAP UIxtk.workflow.Cleanup(instance.id);var req = new HttpClientRequest("https://xxxxx/test/ws");logInfo("Connection establish..");req.header["Content-Type"] = "text/xml; charset=utf-8";req.header["SOAPAction"] = "";req.header["Host"] = "xxxxx";req.method = "POST";logInfo("All parameters set");req.body = ''+' UserWsxxxx=xxxx==2020-03-13T10:30:36.407Z'+''+...

Views

2.3K

Likes

0

Replies

4