Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Error in SoapUI for my transactional messaging

Avatar

Level 5

Hello everyone,

i'm working on a transactional messaging and I want to make some tests to get use to SoapUI (first time using it).

I first make a request to have a sessionToken that works fine with the ID and password of my instance of Adobe Campaign.

So I try now to link an event with a template I make on AC but I got a weird error when trying to link that.

I also check the documentation on how to link those 2 but I don't understand well how to use it.

SoapUI-5.4.0_2018-04-05_13-42-46.png

I also try to make the rtEvent in only one lign but it failed also with the same error.

Those are the dataSchema and Javascript I make for this to work.

<rtEvent =" wishedChannel="0" email="thibault.balasse@businessdecision.be" type="BD_Welcome">

2018-04-05_13-41-35.png

nlclient_2018-04-05_13-06-53.png

Do you have any idea on how to resolve the issue ?

Thank you for your help.

Thibault

UPDATE :

I got this type of error now :

SoapUI-5.4.0_2018-04-05_16-29-44.png

Any ideas ?

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi Thibault,

Could you please replace your existing rt event block with below one and test again to see if it helps

<rtEvent type="BD_Welcome"  email="thibault.balasse@businessdecision.be" wishedChannel="0" >

</rtEvent>

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

Hi Thibault,

Could you please replace your existing rt event block with below one and test again to see if it helps

<rtEvent type="BD_Welcome"  email="thibault.balasse@businessdecision.be" wishedChannel="0" >

</rtEvent>

Avatar

Level 5

It seems to work thank you, it's weird because i try to do that way either and didn't work the first time.

SoapUI-5.4.0_2018-04-06_07-22-02.png

I will check what I can do with the ID I receive, if any tips on the progress are welcome

Thibault

Avatar

Employee

Adobe Campaign generates a unique return ID when it receives an event,. This is the ID of the archived version of the event.

If the value of the return identifier is strictly greater than zero, this means the event has been successfully archived in Adobe Campaign.

However, if the event fails to be processed, the method returns an error message or a value equal to zero.

You can uniquely identified event and view the event details using this id

You can find more details about this on below link

Event description